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.cpp76 unsigned SectionSize = Is64 ? sizeof(MachO::section_64) : in getSectionPtr()
157 MachO::section_64 Sect = O->getSection64(Sec); in getSectionFlags()
215 Obj->is64Bit() ? sizeof(MachO::section_64) : sizeof(MachO::section); in parseSegmentLoadCommand()
497 MachO::section_64 Sect = getSection64(Sec); in getSectionSize()
523 MachO::section_64 Sect = getSection64(Sec); in getSectionContents()
539 MachO::section_64 Sect = getSection64(Sec); in getSectionAlignment()
590 MachO::section_64 Sect = getSection64(Sec); in section_rel_end()
1966 MachO::section_64 MachOObjectFile::getSection64(DataRefImpl DRI) const { in getSection64()
1968 return getStruct<MachO::section_64>(this, Sections[DRI.d.a]); in getSection64()
1977 MachO::section_64 MachOObjectFile::getSection64(const LoadCommandInfo &L, in getSection64()
[all …]
/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.h331 MachO::section_64 getSection64(DataRefImpl DRI) const;
333 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;
/external/llvm/tools/dsymutil/
DMachOUtils.cpp209 static MachO::section_64
311 NumSections * sizeof(MachO::section_64); in segmentLoadCommandSize()
/external/llvm/lib/MC/
DMachObjectWriter.cpp170 NumSections * (is64Bit() ? sizeof(MachO::section_64) : in writeSegmentLoadCommand()
238 (is64Bit() ? sizeof(MachO::section_64) : sizeof(MachO::section))); in writeSection()
721 sizeof(MachO::segment_command_64) + NumSections * sizeof(MachO::section_64): in writeObject()
/external/llvm/tools/llvm-size/
Dllvm-size.cpp141 MachO::section_64 Sec = MachO->getSection64(Load, J); in PrintDarwinSectionSizes()
201 MachO::section_64 Sec = MachO->getSection64(Load, J); in PrintDarwinSegmentSizes()
/external/llvm/include/llvm/Support/
DMachO.h602 struct section_64 { struct
1057 inline void swapStruct(section_64 &sect) { in swapStruct()
/external/valgrind/coregrind/m_ume/
Dmacho.c67 #define SECTION section_64
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp320 MachO::section_64 Sect = Obj->getSection64(Sec); in getSection()
/external/valgrind/coregrind/m_debuginfo/
Dreadmacho.c77 # define SECTION section_64
/external/llvm/tools/llvm-objdump/
DMachODump.cpp366 MachO::section_64 Sec = O->getSection64(Load, J); in PrintIndirectSymbols()
756 const MachO::section_64 Sec = O->getSection64(Ref); in DumpLiteralPointerSection()
845 const MachO::section_64 Sec = O->getSection64(Ref); in DumpLiteralPointerSection()
1021 const MachO::section_64 Sec = O->getSection64(Ref); in DumpSectionContents()
2093 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessCstringPointer()
2149 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessIndirectSymbol()
2307 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessPointerPointer()
7321 expected_cmdsize *= sizeof(struct MachO::section_64); in PrintSegmentCommand()
8547 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)