Searched refs:segment_command_64 (Results 1 – 19 of 19) sorted by relevance
401 struct segment_command_64* seg__unixstack = NULL; in modify_macho_loadcmds()402 struct segment_command_64* seg__linkedit = NULL; in modify_macho_loadcmds()403 struct segment_command_64* seg__pagezero = NULL; in modify_macho_loadcmds()475 struct segment_command_64 *seg = (struct segment_command_64 *)cmd; in modify_macho_loadcmds()511 struct segment_command_64 *seg = seg__unixstack; in modify_macho_loadcmds()531 struct segment_command_64 *seg = seg__linkedit; in modify_macho_loadcmds()
74 void breakpad_swap_segment_command_64(struct segment_command_64 *sg,
291 struct segment_command_64 seg64; in WalkerCB()307 offset += sizeof(struct segment_command_64); in WalkerCB()
44 void breakpad_swap_segment_command_64(struct segment_command_64 *sg, in breakpad_swap_segment_command_64()
138 if (NextSegmentLoad<LC_SEGMENT_64, struct segment_command_64>( in Next()
193 std::vector<llvm::MachO::segment_command_64> m_mach_segments;
994 struct segment_command_64 load_cmd; in CreateSections()
93 typedef segment_command_64 breakpad_mach_segment_command;
232 typedef segment_command_64 mach_segment_command_type;
132 MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Load); in PrintDarwinSectionSizes()206 MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Load); in PrintDarwinSegmentSizes()
79 MachO::segment_command_64 S = O->getSegment64LoadCommand(L); in isPageZeroSegment()93 unsigned SegmentLoadSize = Is64 ? sizeof(MachO::segment_command_64) : in getSectionPtr()308 ? sizeof(MachO::segment_command_64) in MachOObjectFile()2308 MachO::segment_command_642310 return getStruct<MachO::segment_command_64>(this, L.Ptr); in getSegment64LoadCommand()
172 is64Bit() ? sizeof(MachO::segment_command_64): in WriteSegmentLoadCommand()754 sizeof(MachO::segment_command_64) + NumSections * sizeof(MachO::section_64): in WriteObject()
150 MachO::segment_command_64 SLC = Obj.getSegment64LoadCommand(LCI); in DumpSegment64Command()
347 MachO::segment_command_64
576 struct segment_command_64 { struct1036 inline void swapStruct(segment_command_64 &seg) { in swapStruct()
66 #define SEGMENT_COMMAND segment_command_64
76 # define SEGMENT_COMMAND segment_command_64
386 MachO::segment_command_64 Seg = O->getSegment64LoadCommand(Load); in PrintIndirectSymbols()2132 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessCstringPointer()2194 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessIndirectSymbol()2356 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessPointerPointer()7151 expected_cmdsize += sizeof(struct MachO::segment_command_64); in PrintSegmentCommand()8386 MachO::segment_command_64 SLC_64 = Obj->getSegment64LoadCommand(Command); in PrintLoadCommands()
3481 FUNC 125b8 da 0 breakpad_swap_segment_command_64(segment_command_64*, NXByteOrder)