Lines Matching defs:bfd_mach_o_dysymtab_command
270 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. */
312 unsigned long nmodtab; /* Number of module table entries. */
322 unsigned long extrefsymoff; /* Offset to referenced symbol table. */
323 unsigned long nextrefsyms; /* Number of referenced symbol table entries. */
334 unsigned long indirectsymoff; /* File offset to the indirect symbol table. */
335 unsigned long nindirectsyms; /* Number of indirect symbol table entries. */
371 bfd_mach_o_dysymtab_command; typedef