Lines Matching refs:getStruct

71 static T getStruct(const MachOObjectFile &O, const char *P) {  in getStruct()  function
119 return getStruct<MachO::nlist_base>(O, P); in getSymbolTableEntryBase()
1497 getStruct<MachO::encryption_info_command>(*this, Load.Ptr); in MachOObjectFile()
1508 getStruct<MachO::encryption_info_command_64>(*this, Load.Ptr); in MachOObjectFile()
1522 getStruct<MachO::sub_framework_command>(*this, Load.Ptr); in MachOObjectFile()
1535 getStruct<MachO::sub_umbrella_command>(*this, Load.Ptr); in MachOObjectFile()
1548 getStruct<MachO::sub_library_command>(*this, Load.Ptr); in MachOObjectFile()
1561 getStruct<MachO::sub_client_command>(*this, Load.Ptr); in MachOObjectFile()
1635 getStruct<MachO::symtab_command>(*this, SymtabLoadCmd); in MachOObjectFile()
1637 getStruct<MachO::dysymtab_command>(*this, DysymtabLoadCmd); in MachOObjectFile()
4431 return getStruct<MachO::section>(*this, Sections[DRI.d.a]); in getSection()
4436 return getStruct<MachO::section_64>(*this, Sections[DRI.d.a]); in getSection64()
4442 return getStruct<MachO::section>(*this, Sec); in getSection()
4448 return getStruct<MachO::section_64>(*this, Sec); in getSection64()
4454 return getStruct<MachO::nlist>(*this, P); in getSymbolTableEntry()
4460 return getStruct<MachO::nlist_64>(*this, P); in getSymbol64TableEntry()
4465 return getStruct<MachO::linkedit_data_command>(*this, L.Ptr); in getLinkeditDataLoadCommand()
4470 return getStruct<MachO::segment_command>(*this, L.Ptr); in getSegmentLoadCommand()
4475 return getStruct<MachO::segment_command_64>(*this, L.Ptr); in getSegment64LoadCommand()
4480 return getStruct<MachO::linker_option_command>(*this, L.Ptr); in getLinkerOptionLoadCommand()
4485 return getStruct<MachO::version_min_command>(*this, L.Ptr); in getVersionMinLoadCommand()
4490 return getStruct<MachO::note_command>(*this, L.Ptr); in getNoteLoadCommand()
4495 return getStruct<MachO::build_version_command>(*this, L.Ptr); in getBuildVersionLoadCommand()
4500 return getStruct<MachO::build_tool_version>(*this, BuildTools[index]); in getBuildToolVersion()
4505 return getStruct<MachO::dylib_command>(*this, L.Ptr); in getDylibIDLoadCommand()
4510 return getStruct<MachO::dyld_info_command>(*this, L.Ptr); in getDyldInfoLoadCommand()
4515 return getStruct<MachO::dylinker_command>(*this, L.Ptr); in getDylinkerCommand()
4520 return getStruct<MachO::uuid_command>(*this, L.Ptr); in getUuidCommand()
4525 return getStruct<MachO::rpath_command>(*this, L.Ptr); in getRpathCommand()
4530 return getStruct<MachO::source_version_command>(*this, L.Ptr); in getSourceVersionCommand()
4535 return getStruct<MachO::entry_point_command>(*this, L.Ptr); in getEntryPointCommand()
4540 return getStruct<MachO::encryption_info_command>(*this, L.Ptr); in getEncryptionInfoCommand()
4545 return getStruct<MachO::encryption_info_command_64>(*this, L.Ptr); in getEncryptionInfoCommand64()
4550 return getStruct<MachO::sub_framework_command>(*this, L.Ptr); in getSubFrameworkCommand()
4555 return getStruct<MachO::sub_umbrella_command>(*this, L.Ptr); in getSubUmbrellaCommand()
4560 return getStruct<MachO::sub_library_command>(*this, L.Ptr); in getSubLibraryCommand()
4565 return getStruct<MachO::sub_client_command>(*this, L.Ptr); in getSubClientCommand()
4570 return getStruct<MachO::routines_command>(*this, L.Ptr); in getRoutinesCommand()
4575 return getStruct<MachO::routines_command_64>(*this, L.Ptr); in getRoutinesCommand64()
4580 return getStruct<MachO::thread_command>(*this, L.Ptr); in getThreadCommand()
4606 return getStruct<MachO::any_relocation_info>( in getRelocation()
4613 return getStruct<MachO::data_in_code_entry>(*this, P); in getDice()
4629 return getStruct<uint32_t>(*this, getPtr(*this, Offset)); in getIndirectSymbolTableEntry()
4636 return getStruct<MachO::data_in_code_entry>(*this, getPtr(*this, Offset)); in getDataInCodeTableEntry()
4641 return getStruct<MachO::symtab_command>(*this, SymtabLoadCmd); in getSymtabLoadCommand()
4656 return getStruct<MachO::dysymtab_command>(*this, DysymtabLoadCmd); in getDysymtabLoadCommand()
4686 return getStruct<MachO::linkedit_data_command>(*this, DataInCodeLoadCmd); in getDataInCodeLoadCommand()
4700 return getStruct<MachO::linkedit_data_command>(*this, LinkOptHintsLoadCmd); in getLinkOptHintsLoadCommand()