Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dmach-o.h260 typedef struct bfd_mach_o_dysymtab_command struct
276 unsigned long ilocalsym; /* Index to local symbols. */
277 unsigned long nlocalsym; /* Number of local symbols. */
278 unsigned long iextdefsym; /* Index to externally defined symbols. */
279 unsigned long nextdefsym; /* Number of externally defined symbols. */
280 unsigned long iundefsym; /* Index to undefined symbols. */
281 unsigned long nundefsym; /* Number of undefined symbols. */
290 unsigned long tocoff; /* File offset to table of contents. */
291 unsigned long ntoc; /* Number of entries in table of contents. */
301 unsigned long modtaboff; /* File offset to module table. */
[all …]