text : .rela.init_array;

text : .rela.fini_array;

text : $RELA ?A;

text : $REL ?A;

text : .IA_64.unwind_hdr;

text : $UNWIND ?A;

text : .IA_64.unwind_info;

text : .HP.opt_annot;

text : $PROGBITS ?A!X!W;

text : .IA_64.milli;

text : .text;

text : $PROGBITS ?AX!W;

text : $OVLBITS ?AX!W;

# data segment

data = LOAD ?RWm V0x40000000; data : .zeropage;

data : .hdata;

data : .data;

data : $PROGBITS ?AW!S;

data : .preinit_array;

data : .init_array;

data : .fini_array;

data : .opd;

data : .plt;

data : .dlt;

data : .sdata;

data : $PROGBITS ?AWS;

data : .sbss;

data : $NOBITS ?AWS;

data : .bss;

data : $NOBITS ?AW!S;

data : .hbss;

#thread specific storage segment thread_specific = HP_TLS ?RW; thread_specific : .tbss; thread_specific : $NOBITS ?AWT;

#note segment

note = NOTE; note : $NOTE;

#non-segment nonsegment = NONSEGMENT; nonsegment : .debug_abbrev; nonsegment : .debug_info; nonsegment : .debug_loc; nonsegment : .debug_line; nonsegment : .debug_str;

The HP-UX 11i version 1.5 64-bit linker uses the following default mapfile:

# text segment

text = LOAD ?RXlc V0x4000000000000000; text : .dynamic;

text : .dynsym;

text : .dynstr;

text : .hash;

text : .rela.plt;

text : .rela.dlt;

text : .rela.opd;

text : .rela.preinit_array;

text : .rela.init_array;

text : .rela.fini_array;

194 Using Mapfiles

Page 194
Image 194
HP UX Software Transition Kit (STK) manual Using Mapfiles