Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dmach-o.h276 typedef struct bfd_mach_o_dysymtab_command struct
292 unsigned long ilocalsym; /* Index to local symbols. */
293 unsigned long nlocalsym; /* Number of local symbols. */
294 unsigned long iextdefsym; /* Index to externally defined symbols. */
295 unsigned long nextdefsym; /* Number of externally defined symbols. */
296 unsigned long iundefsym; /* Index to undefined symbols. */
297 unsigned long nundefsym; /* Number of undefined symbols. */
306 unsigned long tocoff; /* File offset to table of contents. */
307 unsigned long ntoc; /* Number of entries in table of contents. */
317 unsigned long modtaboff; /* File offset to module table. */
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dmach-o.h276 typedef struct bfd_mach_o_dysymtab_command struct
292 unsigned long ilocalsym; /* Index to local symbols. */
293 unsigned long nlocalsym; /* Number of local symbols. */
294 unsigned long iextdefsym; /* Index to externally defined symbols. */
295 unsigned long nextdefsym; /* Number of externally defined symbols. */
296 unsigned long iundefsym; /* Index to undefined symbols. */
297 unsigned long nundefsym; /* Number of undefined symbols. */
306 unsigned long tocoff; /* File offset to table of contents. */
307 unsigned long ntoc; /* Number of entries in table of contents. */
317 unsigned long modtaboff; /* File offset to module table. */
[all …]