Home
last modified time | relevance | path

Searched refs:Section64 (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Object/
DMachOObjectFile.cpp134 InMemoryStruct<macho::Section64> Section; in getSymbolFileOffset()
454 InMemoryStruct<macho::Section64> &Res) const { in getSection64()
477 InMemoryStruct<macho::Section64> Sect; in getSectionName()
501 InMemoryStruct<macho::Section64> Sect; in getSectionAddress()
515 InMemoryStruct<macho::Section64> Sect; in getSectionSize()
529 InMemoryStruct<macho::Section64> Sect; in getSectionContents()
543 InMemoryStruct<macho::Section64> Sect; in getSectionAlignment()
557 InMemoryStruct<macho::Section64> Sect; in isSectionText()
599 InMemoryStruct<macho::Section64> Sect; in isSectionZeroInit()
651 InMemoryStruct<macho::Section64> Sect; in getSectionRelEnd()
[all …]
DMachOObject.cpp297 void SwapStruct(macho::Section64 &Value) { in SwapStruct()
311 InMemoryStruct<macho::Section64> &Res) const { in ReadSection64()
315 Index * sizeof(macho::Section64)); in ReadSection64()
/external/llvm/include/llvm/Object/
DMachOObject.h167 InMemoryStruct<macho::Section64> &Res) const;
DMachOFormat.h248 struct Section64 { struct
DMachO.h120 InMemoryStruct<macho::Section64> &Res) const;
/external/llvm/tools/macho-dump/
Dmacho-dump.cpp179 InMemoryStruct<macho::Section64> Sect; in DumpSegment64Command()