Lines Matching refs:getStruct
42 static T getStruct(const MachOObjectFile *O, const char *P) { in getStruct() function
109 return getStruct<MachO::nlist_base>(O, P); in getSymbolTableEntryBase()
1193 getStruct<MachO::dylib_command>(this, Libraries[i]); in getLibraryShortNameByIndex()
2244 Load.C = getStruct<MachO::load_command>(this, Load.Ptr); in getFirstLoadCommandInfo()
2254 Next.C = getStruct<MachO::load_command>(this, Next.Ptr); in getNextLoadCommandInfo()
2264 return getStruct<MachO::section>(this, Sections[DRI.d.a]); in getSection()
2271 return getStruct<MachO::section_64>(this, Sections[DRI.d.a]); in getSection64()
2277 return getStruct<MachO::section>(this, Sec); in getSection()
2283 return getStruct<MachO::section_64>(this, Sec); in getSection64()
2289 return getStruct<MachO::nlist>(this, P); in getSymbolTableEntry()
2295 return getStruct<MachO::nlist_64>(this, P); in getSymbol64TableEntry()
2300 return getStruct<MachO::linkedit_data_command>(this, L.Ptr); in getLinkeditDataLoadCommand()
2305 return getStruct<MachO::segment_command>(this, L.Ptr); in getSegmentLoadCommand()
2310 return getStruct<MachO::segment_command_64>(this, L.Ptr); in getSegment64LoadCommand()
2315 return getStruct<MachO::linker_option_command>(this, L.Ptr); in getLinkerOptionLoadCommand()
2320 return getStruct<MachO::version_min_command>(this, L.Ptr); in getVersionMinLoadCommand()
2325 return getStruct<MachO::dylib_command>(this, L.Ptr); in getDylibIDLoadCommand()
2330 return getStruct<MachO::dyld_info_command>(this, L.Ptr); in getDyldInfoLoadCommand()
2335 return getStruct<MachO::dylinker_command>(this, L.Ptr); in getDylinkerCommand()
2340 return getStruct<MachO::uuid_command>(this, L.Ptr); in getUuidCommand()
2345 return getStruct<MachO::rpath_command>(this, L.Ptr); in getRpathCommand()
2350 return getStruct<MachO::source_version_command>(this, L.Ptr); in getSourceVersionCommand()
2355 return getStruct<MachO::entry_point_command>(this, L.Ptr); in getEntryPointCommand()
2360 return getStruct<MachO::encryption_info_command>(this, L.Ptr); in getEncryptionInfoCommand()
2365 return getStruct<MachO::encryption_info_command_64>(this, L.Ptr); in getEncryptionInfoCommand64()
2370 return getStruct<MachO::sub_framework_command>(this, L.Ptr); in getSubFrameworkCommand()
2375 return getStruct<MachO::sub_umbrella_command>(this, L.Ptr); in getSubUmbrellaCommand()
2380 return getStruct<MachO::sub_library_command>(this, L.Ptr); in getSubLibraryCommand()
2385 return getStruct<MachO::sub_client_command>(this, L.Ptr); in getSubClientCommand()
2390 return getStruct<MachO::routines_command>(this, L.Ptr); in getRoutinesCommand()
2395 return getStruct<MachO::routines_command_64>(this, L.Ptr); in getRoutinesCommand64()
2400 return getStruct<MachO::thread_command>(this, L.Ptr); in getThreadCommand()
2418 return getStruct<MachO::any_relocation_info>( in getRelocation()
2425 return getStruct<MachO::data_in_code_entry>(this, P); in getDice()
2429 return getStruct<MachO::mach_header>(this, getPtr(this, 0)); in getHeader()
2433 return getStruct<MachO::mach_header_64>(this, getPtr(this, 0)); in getHeader64()
2440 return getStruct<uint32_t>(this, getPtr(this, Offset)); in getIndirectSymbolTableEntry()
2447 return getStruct<MachO::data_in_code_entry>(this, getPtr(this, Offset)); in getDataInCodeTableEntry()
2452 return getStruct<MachO::symtab_command>(this, SymtabLoadCmd); in getSymtabLoadCommand()
2467 return getStruct<MachO::dysymtab_command>(this, DysymtabLoadCmd); in getDysymtabLoadCommand()
2497 return getStruct<MachO::linkedit_data_command>(this, DataInCodeLoadCmd); in getDataInCodeLoadCommand()
2511 return getStruct<MachO::linkedit_data_command>(this, LinkOptHintsLoadCmd); in getLinkOptHintsLoadCommand()
2528 = getStruct<MachO::dyld_info_command>(this, DyldInfoLoadCmd); in getDyldInfoRebaseOpcodes()
2539 = getStruct<MachO::dyld_info_command>(this, DyldInfoLoadCmd); in getDyldInfoBindOpcodes()
2550 = getStruct<MachO::dyld_info_command>(this, DyldInfoLoadCmd); in getDyldInfoWeakBindOpcodes()
2561 = getStruct<MachO::dyld_info_command>(this, DyldInfoLoadCmd); in getDyldInfoLazyBindOpcodes()
2572 = getStruct<MachO::dyld_info_command>(this, DyldInfoLoadCmd); in getDyldInfoExportsTrie()