HomeSort by relevance Sort by last modified time
    Searched refs:relocations (Results 26 - 50 of 66) sorted by null

12 3

  /external/llvm/bindings/python/llvm/
object.py 18 symbols, and relocations. These are represented by the classes ObjectFile,
30 relocations, call get_relocations() on a Section instance.
35 The LLVM bindings expose iteration over sections, symbols, and relocations in a
241 """Obtain the relocations in this Section.
251 relocations = lib.LLVMGetRelocations(self)
254 if lib.LLVMIsRelocationIteratorAtEnd(self, relocations):
257 last = Relocation(relocations)
263 lib.LLVMMoveToNextRelocation(relocations)
269 lib.LLVMDisposeRelocationIterator(relocations)
363 Relocations are created from objects derived from Section instances
    [all...]
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_shared_library.cpp 290 // Apply relocations.
291 LOG("%s: Applying relocations to %s\n", __FUNCTION__, base_name_);
293 ElfRelocations relocations; local
295 if (!relocations.Init(&view_, error))
299 if (!relocations.ApplyAll(&symbols_, &resolver, error))
302 LOG("%s: Relocations applied for %s\n", __FUNCTION__, base_name_);
331 // Simply copy, no relocations.
  /ndk/sources/android/crazy_linker/src/
crazy_linker_shared_library.cpp 290 // Apply relocations.
291 LOG("%s: Applying relocations to %s\n", __FUNCTION__, base_name_);
293 ElfRelocations relocations; local
295 if (!relocations.Init(&view_, error))
299 if (!relocations.ApplyAll(&symbols_, &resolver, error))
302 LOG("%s: Relocations applied for %s\n", __FUNCTION__, base_name_);
331 // Simply copy, no relocations.
  /external/llvm/test/MC/Mips/
micromips-branch16.s 8 # for relocations.
47 # Check that the appropriate relocations were created.
49 # CHECK-ELF: Relocations [
nooddspreg-cmdarg.s 5 # RUN: llvm-readobj -sections -section-data -section-relocations - | \
31 # CHECK-OBJ: Relocations [
nooddspreg.s 5 # RUN: llvm-readobj -sections -section-data -section-relocations - | \
31 # CHECK-OBJ: Relocations [
micromips-relocations.s 8 # for relocations.
79 # Check that the appropriate relocations were created.
81 # CHECK-ELF: Relocations [
mips-relocations.s 3 # for relocations.
  /external/llvm/test/CodeGen/PowerPC/
hello-reloc.s 5 ; RUN: llvm-mc -filetype=obj -relocation-model=pic -mcpu=g4 -triple=powerpc-apple-darwin8 %s -o - | llvm-readobj -relocations | FileCheck -check-prefix=DARWIN-G4-DUMP %s
63 ; DARWIN-G4-DUMP:Relocations [
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/amd64/
elfso64.asm 3 ; This code is simply to test the AMD64 ELF WRT relocations.
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas64/
gas-macho64.asm 93 # No relocations. This is an assembly time constant.
  /external/llvm/test/MC/Mips/mips32r6/
relocations.s 44 # Check that the appropriate relocations were created.
46 # CHECK-ELF: Relocations [
  /external/llvm/test/MC/Mips/mips64r6/
relocations.s 48 # Check that the appropriate relocations were created.
50 # CHECK-ELF: Relocations [
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 252 ListScope D(W, "Relocations");
253 for (const RelocationRef &Reloc : Section.relocations())
279 ListScope D(W, "Relocations");
288 for (const RelocationRef &Reloc : Section.relocations()) {
323 // Scattered relocations don't really have an associated symbol
COFFDumper.cpp 105 const auto &Relocations = RelocMap[Section];
106 for (const auto &Relocation : Relocations) {
327 for (const RelocationRef &Reloc : S.relocations())
330 // Sort relocations by address.
484 // relocations and size of the code.
541 uint32_t Offset = 8; // Skip relocations.
623 ListScope D(W, "Relocations");
624 for (const RelocationRef &Reloc : Sec.relocations())
653 ListScope D(W, "Relocations");
663 for (const RelocationRef &Reloc : Section.relocations()) {
    [all...]
  /external/llvm/tools/obj2yaml/
coff2yaml.cpp 66 std::vector<COFFYAML::Relocation> Relocations;
67 for (const auto &Reloc : Section.relocations()) {
74 Relocations.push_back(Rel);
76 Sec.Relocations = Relocations;
  /system/extras/tests/bionic/libc/
Android.mk 146 # The relocations test is a bit special, since we need
  /external/llvm/lib/MC/MCAnalysis/
MCObjectSymbolizer.cpp 260 for (const RelocationRef &Reloc : Section.relocations()) {
  /external/llvm/test/MC/PowerPC/
ppc64-fixup-explicit.s 10 # GOT references must result in explicit relocations
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 173 // Given a vector of relocations for a section and an offset into this section
191 // Given a vector of relocations for a section and an offset into this section
210 // Given a vector of relocations for a section and an offset into this section
378 // Given the COFF object file, this function returns the relocations for .pdata
391 for (const RelocationRef &Reloc : Section.relocations())
394 // Sort relocations by address.
471 /// struct are filled with zeros, but instead there are relocations pointing to
473 /// time. This function interprets the relocations to find the data to be used
MachODump.cpp 249 // annotate relocations with the referenced symbol's name, and if this was
327 // Parse relocations.
329 for (const RelocationRef &Reloc : Sections[SectIdx].relocations()) {
llvm-objdump.cpp 79 Relocations("r", cl::desc("Display the relocation entries in the file"));
245 // around to outputting relocations.
397 // in RelocSecs contain the relocations for section S.
445 // Make a list of all the relocations for this section.
449 for (const RelocationRef &Reloc : RelocSec.relocations()) {
455 // Sort relocations by address.
571 for (const RelocationRef &Reloc : Section.relocations()) {
834 DisassembleObject(o, Relocations);
835 if (Relocations && !Disassemble)
923 && !Relocations
    [all...]
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 69 int Relocations;
89 typedef std::vector<COFFRelocation> relocations; typedef in namespace:__anon29664
99 relocations Relocations;
197 , Relocations(0)
220 // if it has relocations pointing at it, keep it
221 if (Relocations > 0) {
222 assert(Section->Number != -1 && "Sections with relocations must be real!");
765 // Turn relocations for temporary symbols into section relocations
    [all...]
  /external/llvm/include/llvm/Object/
ObjectFile.h 35 /// relocation in the list of relocations in the object file.
55 /// relocations, usually because it is the trailing part of a multipart
116 iterator_range<relocation_iterator> relocations() const { function in class:llvm::object::SectionRef
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
aether-api-0.9.0.M2.jar 

Completed in 2613 milliseconds

12 3