Home
last modified time | relevance | path

Searched defs:relocations (Results 1 – 13 of 13) sorted by relevance

/external/llvm/test/ExecutionEngine/RuntimeDyld/ARM/
DCOFF_Thumb.s93 .global relocations symbol
94 relocations: label
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
DCOFF_i386.s57 .global relocations symbol
58 relocations: label
/external/coreboot/src/include/
Drmodule.h55 void *relocations; member
/external/llvm/include/llvm/Object/
DObjectFile.h104 iterator_range<relocation_iterator> relocations() const { in relocations() function
/external/igt-gpu-tools/tests/i915/
Dgem_exec_whisper.c185 unsigned int relocations = 0; in whisper() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DObjectFile.h130 iterator_range<relocation_iterator> relocations() const { in relocations() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
DObjectFile.h132 iterator_range<relocation_iterator> relocations() const { in relocations() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
DMachOYAML.h59 std::vector<Relocation> relocations; member
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp99 typedef std::vector<COFFRelocation> relocations; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DXCOFFObjectFile.cpp602 XCOFFObjectFile::relocations(const XCOFFSectionHeader32 &Sec) const { in relocations() function in llvm::object::XCOFFObjectFile
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWinCOFFObjectWriter.cpp109 using relocations = std::vector<COFFRelocation>; typedef
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
DWinCOFFObjectWriter.cpp111 using relocations = std::vector<COFFRelocation>; typedef
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
DXCOFFObjectFile.cpp1001 Expected<ArrayRef<Reloc>> XCOFFObjectFile::relocations(const Shdr &Sec) const { in relocations() function in llvm::object::XCOFFObjectFile