Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-objcopy/MachO/
DMachOLayoutBuilder.cpp157 uint32_t SectOffset = Sec->Addr - SegmentVmAddr; in layoutSegments() local
172 Sec->Offset = SegOffset + SectOffset; in layoutSegments()
174 SegFileSize = std::max(SegFileSize, SectOffset + Sec->Size); in layoutSegments()
177 VMSize = std::max(VMSize, SectOffset + Sec->Size); in layoutSegments()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp264 uint64_t SectOffset; in loadObjectImpl() local
265 if (auto Err = getOffset(*I, *SI, SectOffset)) in loadObjectImpl()
278 << format("%p", (uintptr_t)SectOffset) in loadObjectImpl()
281 SymbolTableEntry(SectionID, SectOffset, RTDyldSymFlags); in loadObjectImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp320 uint64_t SectOffset; in loadObjectImpl() local
321 if (auto Err = getOffset(*I, *SI, SectOffset)) in loadObjectImpl()
334 << " Offset: " << format("%p", (uintptr_t)SectOffset) in loadObjectImpl()
337 SymbolTableEntry(SectionID, SectOffset, *JITSymFlags); in loadObjectImpl()
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp329 uint64_t SectOffset; in loadObjectImpl() local
330 if (auto Err = getOffset(*I, *SI, SectOffset)) in loadObjectImpl()
343 << " Offset: " << format("%p", (uintptr_t)SectOffset) in loadObjectImpl()
347 SymbolTableEntry(SectionID, SectOffset, *JITSymFlags); in loadObjectImpl()
/external/llvm/lib/Object/
DMachOObjectFile.cpp619 uint32_t SectOffset, SectType; in getSectionSize() local
624 SectOffset = Sect.offset; in getSectionSize()
629 SectOffset = Sect.offset; in getSectionSize()
636 if (SectOffset > FileSize) in getSectionSize()
638 if (FileSize - SectOffset < SectSize) in getSectionSize()
639 return FileSize - SectOffset; in getSectionSize()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp1928 uint32_t SectOffset, SectType; in getSectionSize() local
1933 SectOffset = Sect.offset; in getSectionSize()
1938 SectOffset = Sect.offset; in getSectionSize()
1945 if (SectOffset > FileSize) in getSectionSize()
1947 if (FileSize - SectOffset < SectSize) in getSectionSize()
1948 return FileSize - SectOffset; in getSectionSize()
/external/llvm-project/llvm/lib/Object/
DMachOObjectFile.cpp1931 uint32_t SectOffset, SectType; in getSectionSize() local
1936 SectOffset = Sect.offset; in getSectionSize()
1941 SectOffset = Sect.offset; in getSectionSize()
1948 if (SectOffset > FileSize) in getSectionSize()
1950 if (FileSize - SectOffset < SectSize) in getSectionSize()
1951 return FileSize - SectOffset; in getSectionSize()