Home
last modified time | relevance | path

Searched defs:external_nlist (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/include/aout/
Dadobe.h101 struct external_nlist { struct
102 bfd_byte e_strx[BYTES_IN_WORD]; /* index into string table of name */
103 bfd_byte e_type[1]; /* type of symbol */
104 bfd_byte e_other[1]; /* misc info (usually empty) */
105 bfd_byte e_desc[2]; /* description field */
106 bfd_byte e_value[BYTES_IN_WORD]; /* value of symbol */
Daout64.h255 struct external_nlist struct
257 bfd_byte e_strx[BYTES_IN_WORD]; /* Index into string table of name. */
258 bfd_byte e_type[1]; /* Type of symbol. */
259 bfd_byte e_other[1]; /* Misc info (usually empty). */
260 bfd_byte e_desc[2]; /* Description field. */
261 bfd_byte e_value[BYTES_IN_WORD]; /* Value of symbol. */
/toolchain/binutils/binutils-2.27/bfd/
Dhp300hpux.c110 #define external_nlist hp300hpux_nlist_bytes macro
Dpdp11.c101 #define external_nlist pdp11_external_nlist macro