Searched defs:bfd_mach_o_dysymtab_command (Results 1 – 2 of 2) sorted by relevance
270 typedef struct bfd_mach_o_dysymtab_command struct286 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 …]