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