Intel XENIX 286 Programmers Guide (86) - Tenox.tc

Intel XENIX 286 Programmers Guide (86) - Tenox.tc Intel XENIX 286 Programmers Guide (86) - Tenox.tc

09.06.2013 Views

XENIX Programming Programming Commands hd r -Displays selected parts of object files. Syntax hdr [ -dhprSt ] file ... Description hdr displays object file headers, symbol tables, and text or data relocation records in human-readable formats. It also prints out seek positions for the various segments in the object file. a.out, x.out, and x.out segmented formats and archives are understood. The symbol table format consists of six fields. In a.out formats, the third field is missing. The first field is the symbol's index or position in the symbol table, printed in decimal. The index of the first entry is zero. The second field is the type, printed in hexadecimal. The third field is the s_seg field, printed in hexadecimal. The fourth field is the symbol's value in hexadecimal. The fifth field is a single character that represents the symbol's type, as in nm except that C common is not recognized as a special case of "undefined." The last field is the symbol name. If long form relocation is present, the format consists of six fields. The first is the descriptor, printed in hexadecimal. The second is the symbol ID, or index, in decimal. This field is used for external relocations as an index into the symbol table. It should reference an undefined symbol table entry. The third field is the position, or offset, within the current segment at which relocation is to take place; it is printed in hexadecimal. The fourth field is the name of the segment referenced in the relocation: text, data, bss, or EXT for external. The fifth field is the size of relocation: byte, word (2 bytes), or long (4 bytes). The last field, if present, will indicate that the relocation is relative. If short form relocation is present, the format consist of three fields. The first field is the relocation command in hexadecimal. The second field contains the name of the segment referenced: text or data. The last field indicates the size of relocation: word or long. B-71

Programming Commands XENIX Programming hdr (continued) Options are as follows: -h Causes the object file header and extended header to be printed out. Each field in the header or extended header is labeled. This is the default option. -d Causes the data relocation records to be printed out. -t Causes the text relocation records to be printed out. -r Causes both text and data relocation to be printed. -p Causes seek positions to be printed out as defined by macros in the include file, . -s Prints the symbol table. -8 Prints the file segment table with a header (only applicable to files in segmented format). See Also nm a.out in "File Formats" in the XENIX 286 C Library Guide B-72

Programming Commands <strong>XENIX</strong> Programming<br />

hdr (continued)<br />

Options are as follows:<br />

-h Causes the object file header and extended header to be printed out. Each field<br />

in the header or extended header is labeled. This is the default option.<br />

-d Causes the data relocation records to be printed out.<br />

-t Causes the text relocation records to be printed out.<br />

-r Causes both text and data relocation to be printed.<br />

-p Causes seek positions to be printed out as defined by macros in the include file,<br />

.<br />

-s Prints the symbol table.<br />

-8 Prints the file segment table with a header (only applicable to files in segmented<br />

format).<br />

See Also<br />

nm<br />

a.out in "File Formats" in the <strong>XENIX</strong> <strong>2<strong>86</strong></strong> C Library <strong>Guide</strong><br />

B-72

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!