Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp84 void SwapStruct(MachO::section_64 &S) { in SwapStruct()
251 unsigned SectionSize = Is64 ? sizeof(MachO::section_64) : in getSectionPtr()
415 MachO::section_64 Sect = O->getSection64(Sec); in getSectionFlags()
498 MachO::section_64 Sec = getSection64(SecRel); in getSymbolFileOffset()
668 MachO::section_64 Sect = getSection64(Sec); in getSectionAddress()
680 MachO::section_64 Sect = getSection64(Sec); in getSectionSize()
696 MachO::section_64 Sect = getSection64(Sec); in getSectionContents()
713 MachO::section_64 Sect = getSection64(Sec); in getSectionAlignment()
803 MachO::section_64 Sect = getSection64(Sec); in section_rel_begin()
820 MachO::section_64 Sect = getSection64(Sec); in section_rel_end()
[all …]
/trueos/contrib/llvm/include/llvm/Object/
HDMachO.h168 MachO::section_64 getSection64(DataRefImpl DRI) const;
170 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;
/trueos/contrib/llvm/lib/MC/
HDMachObjectWriter.cpp173 NumSections * (is64Bit() ? sizeof(MachO::section_64) : in WriteSegmentLoadCommand()
244 assert(OS.tell() - Start == (is64Bit() ? sizeof(MachO::section_64) : in WriteSection()
744 sizeof(MachO::segment_command_64) + NumSections * sizeof(MachO::section_64): in WriteObject()
HDMCObjectSymbolizer.cpp63 MachO::section_64 S = MOOF->getSection64(StubsSec.getRawDataRefImpl()); in MCMachObjectSymbolizer()
/trueos/contrib/llvm/tools/llvm-readobj/
HDMachODumper.cpp181 MachO::section_64 Sect = Obj->getSection64(Sec); in getSection()
/trueos/contrib/llvm/tools/macho-dump/
HDmacho-dump.cpp158 MachO::section_64 Sect = Obj.getSection64(LCI, i); in DumpSegment64Command()
/trueos/contrib/llvm/include/llvm/Support/
HDMachO.h500 struct section_64 { struct