Home
last modified time | relevance | path

Searched refs:section_64 (Results 1 – 16 of 16) sorted by relevance

/external/google-breakpad/src/common/mac/
Dmacho_utilities.h80 void breakpad_swap_section_64(struct section_64 *s,
Dmacho_id.cc308 struct section_64 sec64; in WalkerCB()
323 offset += sizeof(struct section_64); in WalkerCB()
Dmacho_utilities.cc74 void breakpad_swap_section_64(struct section_64 *s, in breakpad_swap_section_64()
/external/llvm/lib/Object/
DMachOObjectFile.cpp95 unsigned SectionSize = Is64 ? sizeof(MachO::section_64) : in getSectionPtr()
240 MachO::section_64 Sect = O->getSection64(Sec); in getSectionFlags()
575 MachO::section_64 Sect = getSection64(Sec); in getSectionContents()
591 MachO::section_64 Sect = getSection64(Sec); in getSectionAlignment()
654 MachO::section_64 Sect = getSection64(Sec); in section_rel_end()
2267 MachO::section_64 MachOObjectFile::getSection64(DataRefImpl DRI) const { in getSection64()
2271 return getStruct<MachO::section_64>(this, Sections[DRI.d.a]); in getSection64()
2280 MachO::section_64 MachOObjectFile::getSection64(const LoadCommandInfo &L, in getSection64()
2283 return getStruct<MachO::section_64>(this, Sec); in getSection64()
2409 MachO::section_64 Sect = getSection64(Sec); in getRelocation()
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.h194 std::vector<llvm::MachO::section_64> m_mach_sections;
DObjectFileMachO.cpp1101 struct section_64 sect64; in CreateSections()
/external/llvm/include/llvm/Object/
DMachO.h337 MachO::section_64 getSection64(DataRefImpl DRI) const;
339 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;
/external/llvm/lib/MC/
DMachObjectWriter.cpp176 NumSections * (is64Bit() ? sizeof(MachO::section_64) : in WriteSegmentLoadCommand()
247 assert(OS.tell() - Start == (is64Bit() ? sizeof(MachO::section_64) : in WriteSection()
754 sizeof(MachO::segment_command_64) + NumSections * sizeof(MachO::section_64): in WriteObject()
/external/llvm/tools/llvm-size/
Dllvm-size.cpp142 MachO::section_64 Sec = MachO->getSection64(Load, J); in PrintDarwinSectionSizes()
209 MachO::section_64 Sec = MachO->getSection64(Load, J); in PrintDarwinSegmentSizes()
/external/llvm/tools/macho-dump/
Dmacho-dump.cpp158 MachO::section_64 Sect = Obj.getSection64(LCI, i); in DumpSegment64Command()
/external/llvm/include/llvm/Support/
DMachO.h604 struct section_64 { struct
1062 inline void swapStruct(section_64 &sect) { in swapStruct()
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp308 MachO::section_64 Sect = Obj->getSection64(Sec); in getSection()
/external/valgrind/coregrind/m_ume/
Dmacho.c67 #define SECTION section_64
/external/valgrind/coregrind/m_debuginfo/
Dreadmacho.c77 # define SECTION section_64
/external/llvm/tools/llvm-objdump/
DMachODump.cpp388 MachO::section_64 Sec = O->getSection64(Load, J); in PrintIndirectSymbols()
791 const MachO::section_64 Sec = O->getSection64(Ref); in DumpLiteralPointerSection()
880 const MachO::section_64 Sec = O->getSection64(Ref); in DumpLiteralPointerSection()
1059 const MachO::section_64 Sec = O->getSection64(Ref); in DumpSectionContents()
2134 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessCstringPointer()
2196 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessIndirectSymbol()
2358 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessPointerPointer()
7150 expected_cmdsize *= sizeof(struct MachO::section_64); in PrintSegmentCommand()
8393 MachO::section_64 S_64 = Obj->getSection64(Command, j); in PrintLoadCommands()
/external/google-breakpad/src/client/mac/handler/testcases/testdata/
Ddump_syms_i386_breakpad.sym3505 FUNC 12736 1d1 0 breakpad_swap_section_64(section_64*, unsigned int, NXByteOrder)