Lines Matching refs:getStruct
71 static T getStruct(const MachOObjectFile &O, const char *P) { in getStruct() function
121 return getStruct<MachO::nlist_base>(O, P); in getSymbolTableEntryBase()
1509 getStruct<MachO::encryption_info_command>(*this, Load.Ptr); in MachOObjectFile()
1520 getStruct<MachO::encryption_info_command_64>(*this, Load.Ptr); in MachOObjectFile()
1534 getStruct<MachO::sub_framework_command>(*this, Load.Ptr); in MachOObjectFile()
1547 getStruct<MachO::sub_umbrella_command>(*this, Load.Ptr); in MachOObjectFile()
1560 getStruct<MachO::sub_library_command>(*this, Load.Ptr); in MachOObjectFile()
1573 getStruct<MachO::sub_client_command>(*this, Load.Ptr); in MachOObjectFile()
1647 getStruct<MachO::symtab_command>(*this, SymtabLoadCmd); in MachOObjectFile()
1649 getStruct<MachO::dysymtab_command>(*this, DysymtabLoadCmd); in MachOObjectFile()
4619 return getStruct<MachO::section>(*this, Sections[DRI.d.a]); in getSection()
4624 return getStruct<MachO::section_64>(*this, Sections[DRI.d.a]); in getSection64()
4630 return getStruct<MachO::section>(*this, Sec); in getSection()
4636 return getStruct<MachO::section_64>(*this, Sec); in getSection64()
4642 return getStruct<MachO::nlist>(*this, P); in getSymbolTableEntry()
4648 return getStruct<MachO::nlist_64>(*this, P); in getSymbol64TableEntry()
4653 return getStruct<MachO::linkedit_data_command>(*this, L.Ptr); in getLinkeditDataLoadCommand()
4658 return getStruct<MachO::segment_command>(*this, L.Ptr); in getSegmentLoadCommand()
4663 return getStruct<MachO::segment_command_64>(*this, L.Ptr); in getSegment64LoadCommand()
4668 return getStruct<MachO::linker_option_command>(*this, L.Ptr); in getLinkerOptionLoadCommand()
4673 return getStruct<MachO::version_min_command>(*this, L.Ptr); in getVersionMinLoadCommand()
4678 return getStruct<MachO::note_command>(*this, L.Ptr); in getNoteLoadCommand()
4683 return getStruct<MachO::build_version_command>(*this, L.Ptr); in getBuildVersionLoadCommand()
4688 return getStruct<MachO::build_tool_version>(*this, BuildTools[index]); in getBuildToolVersion()
4693 return getStruct<MachO::dylib_command>(*this, L.Ptr); in getDylibIDLoadCommand()
4698 return getStruct<MachO::dyld_info_command>(*this, L.Ptr); in getDyldInfoLoadCommand()
4703 return getStruct<MachO::dylinker_command>(*this, L.Ptr); in getDylinkerCommand()
4708 return getStruct<MachO::uuid_command>(*this, L.Ptr); in getUuidCommand()
4713 return getStruct<MachO::rpath_command>(*this, L.Ptr); in getRpathCommand()
4718 return getStruct<MachO::source_version_command>(*this, L.Ptr); in getSourceVersionCommand()
4723 return getStruct<MachO::entry_point_command>(*this, L.Ptr); in getEntryPointCommand()
4728 return getStruct<MachO::encryption_info_command>(*this, L.Ptr); in getEncryptionInfoCommand()
4733 return getStruct<MachO::encryption_info_command_64>(*this, L.Ptr); in getEncryptionInfoCommand64()
4738 return getStruct<MachO::sub_framework_command>(*this, L.Ptr); in getSubFrameworkCommand()
4743 return getStruct<MachO::sub_umbrella_command>(*this, L.Ptr); in getSubUmbrellaCommand()
4748 return getStruct<MachO::sub_library_command>(*this, L.Ptr); in getSubLibraryCommand()
4753 return getStruct<MachO::sub_client_command>(*this, L.Ptr); in getSubClientCommand()
4758 return getStruct<MachO::routines_command>(*this, L.Ptr); in getRoutinesCommand()
4763 return getStruct<MachO::routines_command_64>(*this, L.Ptr); in getRoutinesCommand64()
4768 return getStruct<MachO::thread_command>(*this, L.Ptr); in getThreadCommand()
4773 return getStruct<MachO::fileset_entry_command>(*this, L.Ptr); in getFilesetEntryLoadCommand()
4799 return getStruct<MachO::any_relocation_info>( in getRelocation()
4806 return getStruct<MachO::data_in_code_entry>(*this, P); in getDice()
4822 return getStruct<uint32_t>(*this, getPtr(*this, Offset)); in getIndirectSymbolTableEntry()
4829 return getStruct<MachO::data_in_code_entry>(*this, getPtr(*this, Offset)); in getDataInCodeTableEntry()
4834 return getStruct<MachO::symtab_command>(*this, SymtabLoadCmd); in getSymtabLoadCommand()
4849 return getStruct<MachO::dysymtab_command>(*this, DysymtabLoadCmd); in getDysymtabLoadCommand()
4879 return getStruct<MachO::linkedit_data_command>(*this, DataInCodeLoadCmd); in getDataInCodeLoadCommand()
4893 return getStruct<MachO::linkedit_data_command>(*this, LinkOptHintsLoadCmd); in getLinkOptHintsLoadCommand()