HomeSort by relevance Sort by last modified time
    Searched full:relocation (Results 476 - 500 of 1303) sorted by null

<<11121314151617181920>>

  /external/llvm/test/MC/ELF/
cfi-rel-offset2.s 34 // CHECK-NEXT: # Relocation 0
cfi-remember.s 38 // CHECK-NEXT: # Relocation 0
cfi-restore.s 35 // CHECK-NEXT: # Relocation 0
cfi-same-value.s 35 // CHECK-NEXT: # Relocation 0
cfi-undefined.s 34 // CHECK-NEXT: # Relocation 0
cfi-zero-addr-delta.s 41 // CHECK-NEXT: # Relocation 0
  /external/llvm/test/MC/MachO/
darwin-x86_64-nobase-relocs.s 7 // create a relocation entry.
tlv-reloc.s 60 // CHECK: # Relocation 0
97 // CHECK: # Relocation 0
100 // CHECK: # Relocation 1
  /external/llvm/test/MC/Mips/
elf-N64.ll 3 ; Check for N64 relocation production.
  /external/v8/test/mjsunit/regress/
regress-lazy-deopt-reloc.js 32 // Regression test for issue where we did not pad the relocation
  /frameworks/compile/mclinker/include/mcld/LD/
ObjectReader.h 47 /// readRelocations - read relocation sections
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 63 return LDFileFormat::Relocation;
321 /// CreateRelocData - To create a relocation data for given pSection.
324 assert(!pSection.hasRelocData() && "pSection already has relocation data.");
399 /// AppendRelocation - To append an relocation to the given RelocData pRD.
400 void IRBuilder::AppendRelocation(Relocation& pRelocation, RelocData& pRD)
654 /// AddRelocation - add a relocation entry
657 Relocation* IRBuilder::AddRelocation(LDSection& pSection,
658 Relocation::Type pType,
661 Relocation::Address pAddend)
665 // discard this relocation
674 Relocation* relocation = Relocation::Create(pType, *frag_ref, pAddend); local
    [all...]
  /external/grub/stage2/
imgact_aout.h 104 /* Relocation table offset. */
129 unsigned long a_trsize; /* text relocation size */
130 unsigned long a_drsize; /* data relocation size */
  /external/llvm/include/llvm/CodeGen/
MachineConstantPool.h 50 /// whether or not it may generate a relocation entry. This must be
111 /// whether or not it may generate a relocation entry. This must be
115 /// 0: This constant pool entry is guaranteed to never have a relocation
  /external/llvm/include/llvm/ExecutionEngine/
RuntimeDyld.h 94 /// be the address used for relocation (clients can copy the data around
99 /// used for relocation.
108 /// This is the address which will be used for relocation resolution.
  /external/llvm/include/llvm/MC/
MCELFObjectWriter.h 26 /// @name Relocation Data
116 // N64 relocation type accessors
130 // N64 relocation type setting
  /external/llvm/include/llvm/Object/
RelocVisitor.h 33 // relocation.
40 /// @brief Base class for object file relocation visitors.
124 // the relocation. It's not actually the case for Rel relocations.
  /external/llvm/test/MC/MachO/ARM/
darwin-Thumb-reloc.s 59 @ CHECK: # Relocation 0
62 @ CHECK: # Relocation 1
65 @ CHECK: # Relocation 2
  /external/v8/src/
regexp-macro-assembler-irregexp.h 38 // Create an assembler. Instructions and relocation information are emitted
40 // relocation information starting from the end of the buffer. See CodeDesc
122 // The buffer into which code and relocation info are generated.
  /frameworks/rs/driver/linkloader/include/impl/
ELFObject.hxx 155 rsl_assert(0 && "Not implemented relocation type.");
173 // FIXME: Predefine relocation codes.
204 rsl_assert(0 && "Wrong type for R_ARM_CALL relocation.");
252 // Relocate the R_ARM_CALL relocation type
264 // Relocate the R_ARM_THM_CALL relocation type
389 rsl_assert(0 && "Not implemented relocation type.");
443 rsl_assert(0 && "Not implemented relocation type.");
493 rsl_assert(0 && "Not implemented relocation type.");
549 // Find the nearest LO16 relocation type after this entry
586 // Find the nearest LO16 relocation type after this entr
    [all...]
  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 92 /// fixed up by the relocation stage.
101 /// operand requires relocation, record the relocation and return zero.
215 /// operand requires relocation, record the relocation and return zero.
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCCodeEmitter.cpp 72 /// operand requires relocation, record the relocation and return zero.
218 // Add a fixup for the TLS register, which simply provides a relocation
219 // hint to the linker that this statement is part of a relocation sequence.
250 "Relocation required in an instruction that we cannot encode!");
  /frameworks/compile/mclinker/lib/LD/
ELFObjectReader.cpp 146 /** relocation sections **/
147 case LDFileFormat::Relocation: {
152 // Relocation sections of group members should also be part of the
287 IRBuilder::CreateRelocData(**rs); ///< create relocation data for the header
310 } // end of for all relocation data
  /external/elfutils/libdwfl/
relocate.c 296 /* This relocation section is not for a debugging section.
305 /* Apply one relocation. Returns true for any invalid data. */
431 /* We have applied this relocation! */
435 /* Fetch the relocation section and apply each reloc in it. */
470 /* We applied the relocation. Elide it. */
477 /* We couldn't handle this relocation. Skip it. */
499 /* We applied the relocation. Elide it. */
506 /* We couldn't handle this relocation. Skip it. */
517 /* Mark this relocation section as being empty now that we have
581 relocation sections for debugging sections. *
    [all...]
  /frameworks/compile/mclinker/lib/Fragment/
FragmentGraph.cpp 11 #include <mcld/Fragment/Relocation.h>
187 Relocation* reloc = llvm::cast<Relocation>(reloc_it);
196 // only the relocation target places which defined in the concerned
278 // create the pseudo relocation to present the fan-out of the pseudo node
279 Relocation* reloc = Relocation::Create();

Completed in 721 milliseconds

<<11121314151617181920>>