Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DMachOObjectFile.cpp81 void SwapStruct(MachO::section_64 &S) { in SwapStruct()
266 unsigned SectionSize = Is64 ? sizeof(MachO::section_64) : in getSectionPtr()
418 MachO::section_64 Sect = O->getSection64(Sec); in getSectionFlags()
678 MachO::section_64 Sect = getSection64(Sec); in getSectionAddress()
690 MachO::section_64 Sect = getSection64(Sec); in getSectionSize()
706 MachO::section_64 Sect = getSection64(Sec); in getSectionContents()
723 MachO::section_64 Sect = getSection64(Sec); in getSectionAlignment()
829 MachO::section_64 Sect = getSection64(Sec); in section_rel_end()
1776 MachO::section_64 MachOObjectFile::getSection64(DataRefImpl DRI) const { in getSection64()
1777 return getStruct<MachO::section_64>(this, Sections[DRI.d.a]); in getSection64()
[all …]
/external/llvm/include/llvm/Object/
DMachO.h188 MachO::section_64 getSection64(DataRefImpl DRI) const;
190 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;
/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/chromium_org/base/
Dnative_library_mac.mm33 const section_64* section = getsectbynamefromheader_64(
/external/llvm/lib/MC/
DMachObjectWriter.cpp175 NumSections * (is64Bit() ? sizeof(MachO::section_64) : in WriteSegmentLoadCommand()
246 assert(OS.tell() - Start == (is64Bit() ? sizeof(MachO::section_64) : in WriteSection()
780 sizeof(MachO::segment_command_64) + NumSections * sizeof(MachO::section_64): in WriteObject()
/external/libvpx/libvpx/build/make/
Dobj_int_extract.c143 struct section_64 s; in parse_macho()
155 memcpy(&s, seg_buf, sizeof(struct section_64)); in parse_macho()
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
Dobj_int_extract.c143 struct section_64 s; in parse_macho()
155 memcpy(&s, seg_buf, sizeof(struct section_64)); in parse_macho()
/external/llvm/lib/MC/MCAnalysis/
DMCObjectSymbolizer.cpp60 MachO::section_64 S = MOOF->getSection64(StubsSec.getRawDataRefImpl()); in MCMachObjectSymbolizer()
/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/llvm-readobj/
DMachODumper.cpp174 MachO::section_64 Sect = Obj->getSection64(Sec); in getSection()
/external/llvm/tools/macho-dump/
Dmacho-dump.cpp158 MachO::section_64 Sect = Obj.getSection64(LCI, i); in DumpSegment64Command()
/external/llvm/include/llvm/Support/
DMachO.h598 struct section_64 { struct
/external/valgrind/main/coregrind/m_ume/
Dmacho.c67 #define SECTION section_64
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp83 ((MachO::section_64 *)data)->addr = Addr; in updateSectionAddress()
/external/valgrind/main/coregrind/m_debuginfo/
Dreadmacho.c78 # define SECTION section_64