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()
4623 return getStruct<MachO::section>(*this, Sections[DRI.d.a]); in getSection()
4628 return getStruct<MachO::section_64>(*this, Sections[DRI.d.a]); in getSection64()
4634 return getStruct<MachO::section>(*this, Sec); in getSection()
4640 return getStruct<MachO::section_64>(*this, Sec); in getSection64()
4646 return getStruct<MachO::nlist>(*this, P); in getSymbolTableEntry()
4652 return getStruct<MachO::nlist_64>(*this, P); in getSymbol64TableEntry()
4657 return getStruct<MachO::linkedit_data_command>(*this, L.Ptr); in getLinkeditDataLoadCommand()
4662 return getStruct<MachO::segment_command>(*this, L.Ptr); in getSegmentLoadCommand()
4667 return getStruct<MachO::segment_command_64>(*this, L.Ptr); in getSegment64LoadCommand()
4672 return getStruct<MachO::linker_option_command>(*this, L.Ptr); in getLinkerOptionLoadCommand()
4677 return getStruct<MachO::version_min_command>(*this, L.Ptr); in getVersionMinLoadCommand()
4682 return getStruct<MachO::note_command>(*this, L.Ptr); in getNoteLoadCommand()
4687 return getStruct<MachO::build_version_command>(*this, L.Ptr); in getBuildVersionLoadCommand()
4692 return getStruct<MachO::build_tool_version>(*this, BuildTools[index]); in getBuildToolVersion()
4697 return getStruct<MachO::dylib_command>(*this, L.Ptr); in getDylibIDLoadCommand()
4702 return getStruct<MachO::dyld_info_command>(*this, L.Ptr); in getDyldInfoLoadCommand()
4707 return getStruct<MachO::dylinker_command>(*this, L.Ptr); in getDylinkerCommand()
4712 return getStruct<MachO::uuid_command>(*this, L.Ptr); in getUuidCommand()
4717 return getStruct<MachO::rpath_command>(*this, L.Ptr); in getRpathCommand()
4722 return getStruct<MachO::source_version_command>(*this, L.Ptr); in getSourceVersionCommand()
4727 return getStruct<MachO::entry_point_command>(*this, L.Ptr); in getEntryPointCommand()
4732 return getStruct<MachO::encryption_info_command>(*this, L.Ptr); in getEncryptionInfoCommand()
4737 return getStruct<MachO::encryption_info_command_64>(*this, L.Ptr); in getEncryptionInfoCommand64()
4742 return getStruct<MachO::sub_framework_command>(*this, L.Ptr); in getSubFrameworkCommand()
4747 return getStruct<MachO::sub_umbrella_command>(*this, L.Ptr); in getSubUmbrellaCommand()
4752 return getStruct<MachO::sub_library_command>(*this, L.Ptr); in getSubLibraryCommand()
4757 return getStruct<MachO::sub_client_command>(*this, L.Ptr); in getSubClientCommand()
4762 return getStruct<MachO::routines_command>(*this, L.Ptr); in getRoutinesCommand()
4767 return getStruct<MachO::routines_command_64>(*this, L.Ptr); in getRoutinesCommand64()
4772 return getStruct<MachO::thread_command>(*this, L.Ptr); in getThreadCommand()
4777 return getStruct<MachO::fileset_entry_command>(*this, L.Ptr); in getFilesetEntryLoadCommand()
4803 return getStruct<MachO::any_relocation_info>( in getRelocation()
4810 return getStruct<MachO::data_in_code_entry>(*this, P); in getDice()
4826 return getStruct<uint32_t>(*this, getPtr(*this, Offset)); in getIndirectSymbolTableEntry()
4833 return getStruct<MachO::data_in_code_entry>(*this, getPtr(*this, Offset)); in getDataInCodeTableEntry()
4838 return getStruct<MachO::symtab_command>(*this, SymtabLoadCmd); in getSymtabLoadCommand()
4853 return getStruct<MachO::dysymtab_command>(*this, DysymtabLoadCmd); in getDysymtabLoadCommand()
4883 return getStruct<MachO::linkedit_data_command>(*this, DataInCodeLoadCmd); in getDataInCodeLoadCommand()
4897 return getStruct<MachO::linkedit_data_command>(*this, LinkOptHintsLoadCmd); in getLinkOptHintsLoadCommand()