Searched
full:relocation (Results
326 -
350 of
1066) sorted by null
<<11121314151617181920>>
/external/llvm/test/MC/ELF/ |
cfi-escape.s | 35 // CHECK-NEXT: # Relocation 0
|
cfi-offset.s | 35 // CHECK-NEXT: # Relocation 0
|
cfi-rel-offset.s | 42 // CHECK-NEXT: # Relocation 0
|
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-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/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/ |
ELFObjectReader.h | 46 /// readRelocations - read relocation sections
|
ELFReader.h | 93 /// readRela - read ELF rela and create Relocation 99 /// readRel - read ELF rel and create Relocation 206 /// readRela - read ELF rela and create Relocation 212 /// readRel - read ELF rel and create Relocation
|
ObjectReader.h | 50 /// readRelocations - read relocation sections
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
MipsRelocationFactory.h | 41 void applyRelocation(Relocation& pRelocation, const MCLDInfo& pLDInfo);
|
/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/lib/Target/MBlaze/ |
MBlazeELFWriterInfo.cpp | 42 llvm_unreachable("unknown mblaze machine relocation type"); 54 llvm_unreachable("unknown mblaze relocation type"); 105 "computeRelocation unknown for this relocation type");
|
/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/compile/linkloader/include/impl/ |
ELFObject.hxx | 154 rsl_assert(0 && "Not implemented relocation type."); 172 // FIXME: Predefine relocation codes. 201 rsl_assert(0 && "Wrong type for R_ARM_CALL relocation."); 249 // Relocate the R_ARM_CALL relocation type 261 // Relocate the R_ARM_THM_CALL relocation type 386 rsl_assert(0 && "Not implemented relocation type."); 440 rsl_assert(0 && "Not implemented relocation type."); 490 rsl_assert(0 && "Not implemented relocation type."); 546 // Find the nearest LO16 relocation type after this entry 583 // Find the nearest LO16 relocation type after this entr [all...] |
/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...] |
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
RuntimeDyldELF.cpp | 201 llvm_unreachable("Relocation type not implemented yet!"); 250 // There are other relocation types, but it appears these are the 252 llvm_unreachable("Relocation type not implemented yet!"); 275 llvm_unreachable("Not implemented relocation type!"); 277 // Just write 32bit value to relocation address 396 // This is an ARM branch relocation, need to use a stub function. 397 DEBUG(dbgs() << "\t\tThis is an ARM branch relocation.");
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/share/info/ |
bfd.info | 273 Each canonical BFD relocation record contains a pointer to the 275 section the data is in, and a pointer to a relocation type 276 descriptor. Relocation is performed by passing messages through 277 the relocation type descriptor and the symbol pointer. Therefore, 278 relocations can be performed on output data using a relocation 280 instance, Oasys provides a byte relocation format. A relocation 281 record requesting this relocation type would point indirectly to a 282 routine to perform this, so the relocation may be performed on a 284 such relocation type [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/share/info/ |
bfd.info | 272 Each canonical BFD relocation record contains a pointer to the 274 section the data is in, and a pointer to a relocation type 275 descriptor. Relocation is performed by passing messages through 276 the relocation type descriptor and the symbol pointer. Therefore, 277 relocations can be performed on output data using a relocation 279 instance, Oasys provides a byte relocation format. A relocation 280 record requesting this relocation type would point indirectly to a 281 routine to perform this, so the relocation may be performed on a 283 such relocation type [all...] |
Completed in 1217 milliseconds
<<11121314151617181920>>