Home
last modified time | relevance | path

Searched defs:bfd_mach_o_dysymtab_command (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dmach-o.h270 typedef struct bfd_mach_o_dysymtab_command struct
286 unsigned long ilocalsym; /* Index to local symbols. */
287 unsigned long nlocalsym; /* Number of local symbols. */
288 unsigned long iextdefsym; /* Index to externally defined symbols. */
289 unsigned long nextdefsym; /* Number of externally defined symbols. */
290 unsigned long iundefsym; /* Index to undefined symbols. */
291 unsigned long nundefsym; /* Number of undefined symbols. */
300 unsigned long tocoff; /* File offset to table of contents. */
301 unsigned long ntoc; /* Number of entries in table of contents. */
311 unsigned long modtaboff; /* File offset to module table. */
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dmach-o.h270 typedef struct bfd_mach_o_dysymtab_command struct
286 unsigned long ilocalsym; /* Index to local symbols. */
287 unsigned long nlocalsym; /* Number of local symbols. */
288 unsigned long iextdefsym; /* Index to externally defined symbols. */
289 unsigned long nextdefsym; /* Number of externally defined symbols. */
290 unsigned long iundefsym; /* Index to undefined symbols. */
291 unsigned long nundefsym; /* Number of undefined symbols. */
300 unsigned long tocoff; /* File offset to table of contents. */
301 unsigned long ntoc; /* Number of entries in table of contents. */
311 unsigned long modtaboff; /* File offset to module table. */
[all …]