HomeSort by relevance Sort by last modified time
    Searched defs:dysymtab (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
mach-o.h 566 bfd_mach_o_dysymtab_command dysymtab; member in union:bfd_mach_o_load_command::__anon75383
606 bfd_mach_o_dysymtab_command *dysymtab; member in struct:mach_o_data_struct
698 /* A placeholder in case we need to suppress emitting the dysymtab for some
mach-o.c 790 bfd_mach_o_dysymtab_command *dysymtab = mdata->dysymtab; local
801 if (dysymtab == NULL || symtab == NULL || symtab->symbols == NULL)
804 if (dysymtab->nindirectsyms == 0)
809 count = dysymtab->nindirectsyms;
814 unsigned int isym = dysymtab->indirect_syms[j];
848 unsigned int isym = dysymtab->indirect_syms[j];
1487 bfd_mach_o_dysymtab_command *dysymtab = mdata->dysymtab; local
2379 bfd_mach_o_dysymtab_command *dysymtab = NULL; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
od-macho.c 57 { "dysymtab", 0 },
79 dysymtab Display the dynamic symbol table\n\
174 { "dysymtab", BFD_MACH_O_LC_DYSYMTAB},
440 bfd_mach_o_dysymtab_command *dysymtab = &cmd->command.dysymtab;
445 dysymtab->ilocalsym, dysymtab->nlocalsym);
447 dysymtab->ilocalsym + dysymtab->nlocalsym);
449 dysymtab->iextdefsym, dysymtab->nextdefsym)
438 bfd_mach_o_dysymtab_command *dysymtab = &cmd->command.dysymtab; local
    [all...]

Completed in 98 milliseconds