Searched refs:dysymtab (Results 1 – 18 of 18) sorted by relevance
438 bfd_mach_o_dysymtab_command *dysymtab = &cmd->command.dysymtab; in dump_dysymtab() local443 dysymtab->ilocalsym, dysymtab->nlocalsym); in dump_dysymtab()445 dysymtab->ilocalsym + dysymtab->nlocalsym); in dump_dysymtab()447 dysymtab->iextdefsym, dysymtab->nextdefsym); in dump_dysymtab()449 dysymtab->iextdefsym + dysymtab->nextdefsym); in dump_dysymtab()451 dysymtab->iundefsym, dysymtab->nundefsym); in dump_dysymtab()453 dysymtab->iundefsym + dysymtab->nundefsym); in dump_dysymtab()455 dysymtab->tocoff, dysymtab->ntoc); in dump_dysymtab()457 dysymtab->tocoff + dysymtab->ntoc * BFD_MACH_O_TABLE_OF_CONTENT_SIZE); in dump_dysymtab()459 dysymtab->modtaboff, dysymtab->nmodtab); in dump_dysymtab()[all …]
1 #objdump: -P dysymtab6 Load command dysymtab:
2 #objdump: -P dysymtab7 Load command dysymtab:
790 bfd_mach_o_dysymtab_command *dysymtab = mdata->dysymtab; in bfd_mach_o_get_synthetic_symtab() local801 if (dysymtab == NULL || symtab == NULL || symtab->symbols == NULL) in bfd_mach_o_get_synthetic_symtab()804 if (dysymtab->nindirectsyms == 0) in bfd_mach_o_get_synthetic_symtab()809 count = dysymtab->nindirectsyms; in bfd_mach_o_get_synthetic_symtab()814 unsigned int isym = dysymtab->indirect_syms[j]; in bfd_mach_o_get_synthetic_symtab()848 unsigned int isym = dysymtab->indirect_syms[j]; in bfd_mach_o_get_synthetic_symtab()1476 if (mdata->dysymtab == NULL) in bfd_mach_o_get_dynamic_reloc_upper_bound()1478 return (mdata->dysymtab->nextrel + mdata->dysymtab->nlocrel + 1) in bfd_mach_o_get_dynamic_reloc_upper_bound()1487 bfd_mach_o_dysymtab_command *dysymtab = mdata->dysymtab; in bfd_mach_o_canonicalize_dynamic_reloc() local1492 if (dysymtab == NULL) in bfd_mach_o_canonicalize_dynamic_reloc()[all …]
566 bfd_mach_o_dysymtab_command dysymtab; member606 bfd_mach_o_dysymtab_command *dysymtab; member
3138 for indirect and dysymtab counts. Do the symbol sorting here.3146 * mach-o.h (mach_o_data_struct): Remove indirect and dysymtab entries.3269 If we are emitting a dysymtab, process indirect symbols and count the3273 the command builder. Write dysymtab if the command is present.3282 (mach_o_data_struct): Add fields for dysymtab symbols counts and a
1805 decode isym and flags on little endian targets. Set dysymtab field.1828 (mach_o_data_struct): Add dysymtab field.
1721 * gas/mach-o/dysymtab-3.d: New.1726 * gas/mach-o/dysymtab-2.d: Update to include the set VMA.1735 * gas/mach-o/dysymtab-2.d: New.1777 * gas/mach-o/dysymtab-1-64.d: New.1778 * gas/mach-o/dysymtab-1.d: New.
4923 " dysymtab Display the dynamic symbol table\n"4932 " dysymtab Приказује динамичку табелу симбола\n"
4975 " dysymtab Display the dynamic symbol table\n"4984 " dysymtab Visa tabellen över dynamiska symboler\n"
4927 " dysymtab Display the dynamic symbol table\n"4936 " dysymtab Afficher la table de symboles dynamiques\n"
5018 " dysymtab Display the dynamic symbol table\n"5027 " dysymtab Näytä dynaaminen symbolitaulu\n"
4694 " dysymtab Display the dynamic symbol table\n"
4737 " dysymtab Display the dynamic symbol table\n"
3882 msgid "sorry: modtab, toc and extrefsyms are not yet implemented for dysymtab commands."3883 msgstr "valitettavasti modtab, toc ja extrefsyms ei ole vielä toteutettu dysymtab-komennoille."
3942 "sorry: modtab, toc and extrefsyms are not yet implemented for dysymtab "