Lines Matching refs:getStruct

67 static T getStruct(const MachOObjectFile &O, const char *P) {  in getStruct()  function
115 return getStruct<MachO::nlist_base>(O, P); in getSymbolTableEntryBase()
1489 getStruct<MachO::encryption_info_command>(*this, Load.Ptr); in MachOObjectFile()
1500 getStruct<MachO::encryption_info_command_64>(*this, Load.Ptr); in MachOObjectFile()
1514 getStruct<MachO::sub_framework_command>(*this, Load.Ptr); in MachOObjectFile()
1527 getStruct<MachO::sub_umbrella_command>(*this, Load.Ptr); in MachOObjectFile()
1540 getStruct<MachO::sub_library_command>(*this, Load.Ptr); in MachOObjectFile()
1553 getStruct<MachO::sub_client_command>(*this, Load.Ptr); in MachOObjectFile()
1627 getStruct<MachO::symtab_command>(*this, SymtabLoadCmd); in MachOObjectFile()
1629 getStruct<MachO::dysymtab_command>(*this, DysymtabLoadCmd); in MachOObjectFile()
4271 return getStruct<MachO::section>(*this, Sections[DRI.d.a]); in getSection()
4276 return getStruct<MachO::section_64>(*this, Sections[DRI.d.a]); in getSection64()
4282 return getStruct<MachO::section>(*this, Sec); in getSection()
4288 return getStruct<MachO::section_64>(*this, Sec); in getSection64()
4294 return getStruct<MachO::nlist>(*this, P); in getSymbolTableEntry()
4300 return getStruct<MachO::nlist_64>(*this, P); in getSymbol64TableEntry()
4305 return getStruct<MachO::linkedit_data_command>(*this, L.Ptr); in getLinkeditDataLoadCommand()
4310 return getStruct<MachO::segment_command>(*this, L.Ptr); in getSegmentLoadCommand()
4315 return getStruct<MachO::segment_command_64>(*this, L.Ptr); in getSegment64LoadCommand()
4320 return getStruct<MachO::linker_option_command>(*this, L.Ptr); in getLinkerOptionLoadCommand()
4325 return getStruct<MachO::version_min_command>(*this, L.Ptr); in getVersionMinLoadCommand()
4330 return getStruct<MachO::note_command>(*this, L.Ptr); in getNoteLoadCommand()
4335 return getStruct<MachO::build_version_command>(*this, L.Ptr); in getBuildVersionLoadCommand()
4340 return getStruct<MachO::build_tool_version>(*this, BuildTools[index]); in getBuildToolVersion()
4345 return getStruct<MachO::dylib_command>(*this, L.Ptr); in getDylibIDLoadCommand()
4350 return getStruct<MachO::dyld_info_command>(*this, L.Ptr); in getDyldInfoLoadCommand()
4355 return getStruct<MachO::dylinker_command>(*this, L.Ptr); in getDylinkerCommand()
4360 return getStruct<MachO::uuid_command>(*this, L.Ptr); in getUuidCommand()
4365 return getStruct<MachO::rpath_command>(*this, L.Ptr); in getRpathCommand()
4370 return getStruct<MachO::source_version_command>(*this, L.Ptr); in getSourceVersionCommand()
4375 return getStruct<MachO::entry_point_command>(*this, L.Ptr); in getEntryPointCommand()
4380 return getStruct<MachO::encryption_info_command>(*this, L.Ptr); in getEncryptionInfoCommand()
4385 return getStruct<MachO::encryption_info_command_64>(*this, L.Ptr); in getEncryptionInfoCommand64()
4390 return getStruct<MachO::sub_framework_command>(*this, L.Ptr); in getSubFrameworkCommand()
4395 return getStruct<MachO::sub_umbrella_command>(*this, L.Ptr); in getSubUmbrellaCommand()
4400 return getStruct<MachO::sub_library_command>(*this, L.Ptr); in getSubLibraryCommand()
4405 return getStruct<MachO::sub_client_command>(*this, L.Ptr); in getSubClientCommand()
4410 return getStruct<MachO::routines_command>(*this, L.Ptr); in getRoutinesCommand()
4415 return getStruct<MachO::routines_command_64>(*this, L.Ptr); in getRoutinesCommand64()
4420 return getStruct<MachO::thread_command>(*this, L.Ptr); in getThreadCommand()
4446 return getStruct<MachO::any_relocation_info>( in getRelocation()
4453 return getStruct<MachO::data_in_code_entry>(*this, P); in getDice()
4469 return getStruct<uint32_t>(*this, getPtr(*this, Offset)); in getIndirectSymbolTableEntry()
4476 return getStruct<MachO::data_in_code_entry>(*this, getPtr(*this, Offset)); in getDataInCodeTableEntry()
4481 return getStruct<MachO::symtab_command>(*this, SymtabLoadCmd); in getSymtabLoadCommand()
4496 return getStruct<MachO::dysymtab_command>(*this, DysymtabLoadCmd); in getDysymtabLoadCommand()
4526 return getStruct<MachO::linkedit_data_command>(*this, DataInCodeLoadCmd); in getDataInCodeLoadCommand()
4540 return getStruct<MachO::linkedit_data_command>(*this, LinkOptHintsLoadCmd); in getLinkOptHintsLoadCommand()