HomeSort by: relevance | last modified time | path
    Searched refs:relocations (Results 1 - 25 of 196) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/external/apache2/llvm/dist/llvm/bindings/python/llvm/
object.py 17 symbols, and relocations. These are represented by the classes ObjectFile,
29 relocations, call get_relocations() on a Section instance.
34 The LLVM bindings expose iteration over sections, symbols, and relocations in a
240 """Obtain the relocations in this Section.
250 relocations = lib.LLVMGetRelocations(self)
253 if lib.LLVMIsRelocationIteratorAtEnd(self, relocations):
256 last = Relocation(relocations)
262 lib.LLVMMoveToNextRelocation(relocations)
268 lib.LLVMDisposeRelocationIterator(relocations)
362 Relocations are created from objects derived from Section instances
    [all...]
object.py 17 symbols, and relocations. These are represented by the classes ObjectFile,
29 relocations, call get_relocations() on a Section instance.
34 The LLVM bindings expose iteration over sections, symbols, and relocations in a
240 """Obtain the relocations in this Section.
250 relocations = lib.LLVMGetRelocations(self)
253 if lib.LLVMIsRelocationIteratorAtEnd(self, relocations):
256 last = Relocation(relocations)
262 lib.LLVMMoveToNextRelocation(relocations)
268 lib.LLVMDisposeRelocationIterator(relocations)
362 Relocations are created from objects derived from Section instances
    [all...]
object.py 17 symbols, and relocations. These are represented by the classes ObjectFile,
29 relocations, call get_relocations() on a Section instance.
34 The LLVM bindings expose iteration over sections, symbols, and relocations in a
240 """Obtain the relocations in this Section.
250 relocations = lib.LLVMGetRelocations(self)
253 if lib.LLVMIsRelocationIteratorAtEnd(self, relocations):
256 last = Relocation(relocations)
262 lib.LLVMMoveToNextRelocation(relocations)
268 lib.LLVMDisposeRelocationIterator(relocations)
362 Relocations are created from objects derived from Section instances
    [all...]
object.py 17 symbols, and relocations. These are represented by the classes ObjectFile,
29 relocations, call get_relocations() on a Section instance.
34 The LLVM bindings expose iteration over sections, symbols, and relocations in a
240 """Obtain the relocations in this Section.
250 relocations = lib.LLVMGetRelocations(self)
253 if lib.LLVMIsRelocationIteratorAtEnd(self, relocations):
256 last = Relocation(relocations)
262 lib.LLVMMoveToNextRelocation(relocations)
268 lib.LLVMDisposeRelocationIterator(relocations)
362 Relocations are created from objects derived from Section instances
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
WasmDumper.cpp 121 ListScope D(W, "Relocations");
130 for (const RelocationRef &Reloc : Section.relocations()) {
204 ListScope D(W, "Relocations");
205 for (const RelocationRef &Reloc : Section.relocations())
WasmDumper.cpp 121 ListScope D(W, "Relocations");
130 for (const RelocationRef &Reloc : Section.relocations()) {
204 ListScope D(W, "Relocations");
205 for (const RelocationRef &Reloc : Section.relocations())
WasmDumper.cpp 121 ListScope D(W, "Relocations");
130 for (const RelocationRef &Reloc : Section.relocations()) {
204 ListScope D(W, "Relocations");
205 for (const RelocationRef &Reloc : Section.relocations())
WasmDumper.cpp 121 ListScope D(W, "Relocations");
130 for (const RelocationRef &Reloc : Section.relocations()) {
204 ListScope D(W, "Relocations");
205 for (const RelocationRef &Reloc : Section.relocations())
  /src/share/mk/
bsd.kmodule.mk 44 # XXX This is a workaround for platforms that have relative relocations
48 # relocations inside the loader and removing this workaround, as the
153 # those relocations while creating the module, as the resulting code will
bsd.kmodule.mk 44 # XXX This is a workaround for platforms that have relative relocations
48 # relocations inside the loader and removing this workaround, as the
153 # those relocations while creating the module, as the resulting code will
bsd.kmodule.mk 44 # XXX This is a workaround for platforms that have relative relocations
48 # relocations inside the loader and removing this workaround, as the
153 # those relocations while creating the module, as the resulting code will
bsd.kmodule.mk 44 # XXX This is a workaround for platforms that have relative relocations
48 # relocations inside the loader and removing this workaround, as the
153 # those relocations while creating the module, as the resulting code will
  /src/external/apache2/llvm/dist/llvm/lib/XRay/
InstrumentationMap.cpp 118 for (const object::RelocationRef &Reloc : Section.relocations()) {
InstrumentationMap.cpp 118 for (const object::RelocationRef &Reloc : Section.relocations()) {
InstrumentationMap.cpp 118 for (const object::RelocationRef &Reloc : Section.relocations()) {
InstrumentationMap.cpp 118 for (const object::RelocationRef &Reloc : Section.relocations()) {
  /src/external/apache2/llvm/dist/llvm/lib/Object/
XCOFFObjectFile.cpp 326 auto RelocationsOrErr = relocations(*SectionEntPtr);
338 auto RelocationsOrErr = relocations(*SectionEntPtr);
664 XCOFFObjectFile::relocations(const XCOFFSectionHeader32 &Sec) const { function in class:llvm::object::XCOFFObjectFile
XCOFFObjectFile.cpp 326 auto RelocationsOrErr = relocations(*SectionEntPtr);
338 auto RelocationsOrErr = relocations(*SectionEntPtr);
664 XCOFFObjectFile::relocations(const XCOFFSectionHeader32 &Sec) const { function in class:llvm::object::XCOFFObjectFile
XCOFFObjectFile.cpp 326 auto RelocationsOrErr = relocations(*SectionEntPtr);
338 auto RelocationsOrErr = relocations(*SectionEntPtr);
664 XCOFFObjectFile::relocations(const XCOFFSectionHeader32 &Sec) const { function in class:llvm::object::XCOFFObjectFile
XCOFFObjectFile.cpp 326 auto RelocationsOrErr = relocations(*SectionEntPtr);
338 auto RelocationsOrErr = relocations(*SectionEntPtr);
664 XCOFFObjectFile::relocations(const XCOFFSectionHeader32 &Sec) const { function in class:llvm::object::XCOFFObjectFile
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
macho2yaml.cpp 94 TempSec.relocations.reserve(TempSec.nreloc);
95 for (const object::RelocationRef &Reloc : SecRef->relocations()) {
108 TempSec.relocations.push_back(R);
macho2yaml.cpp 94 TempSec.relocations.reserve(TempSec.nreloc);
95 for (const object::RelocationRef &Reloc : SecRef->relocations()) {
108 TempSec.relocations.push_back(R);
macho2yaml.cpp 94 TempSec.relocations.reserve(TempSec.nreloc);
95 for (const object::RelocationRef &Reloc : SecRef->relocations()) {
108 TempSec.relocations.push_back(R);
macho2yaml.cpp 94 TempSec.relocations.reserve(TempSec.nreloc);
95 for (const object::RelocationRef &Reloc : SecRef->relocations()) {
108 TempSec.relocations.push_back(R);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
XCOFFObjectFile.h 187 // Masks for packing/unpacking the r_rsize field of relocations.
375 relocations(const XCOFFSectionHeader32 &) const;

Completed in 129 milliseconds

1 2 3 4 5 6 7 8