/toolchain/binutils/binutils-2.25/ld/testsuite/ld-size/ |
size32-1-i386.d | 9 DYNAMIC RELOCATION RECORDS
|
size32-1-x32.d | 9 DYNAMIC RELOCATION RECORDS
|
size32-1-x86-64.d | 9 DYNAMIC RELOCATION RECORDS
|
size64-1-x32.d | 9 DYNAMIC RELOCATION RECORDS
|
size64-1-x86-64.d | 9 DYNAMIC RELOCATION RECORDS
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-tilepro/ |
tilepro.exp | 28 { "tilepro relocation resolution linker test"
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-xtensa/ |
diff_overflow.exp | 1 # Test DIFF* relocation signedness and overflow checking
|
/external/libdrm/intel/ |
intel_bufmgr_priv.h | 169 * Add relocation entry in reloc_buf, which will be updated with the 174 * \param bo Buffer to write the relocation into. 178 * relocation entry. 180 * offset in relocation entry. 182 * read into by the command that this relocation 186 * relocation is part of. 309 /** Returns true if target_bo is in the relocation tree rooted at bo. */
|
/external/llvm/docs/ |
Extensions.rst | 40 The following additional relocation types are supported: 42 **@IMGREL** (AT&T syntax only) generates an image-relative relocation that 43 corresponds to the COFF relocation types ``IMAGE_REL_I386_DIR32NB`` (32-bit) or 57 **.secrel32** generates a relocation that corresponds to the COFF relocation 60 **.secidx** relocation generates an index of the section that contains 61 the target. It corresponds to the COFF relocation types
|
/frameworks/compile/mclinker/lib/LD/ |
IdenticalCodeFolding.cpp | 133 case LDFileFormat::Relocation: { 235 for (Relocation& rel : *reloc_sect->getRelocData()) { 236 llvm::format_object<Relocation::Type, 237 Relocation::Address, 238 Relocation::Address, 239 Relocation::Address> rel_info("%x%llx%llx%llx", 283 std::vector<Relocation*>::const_iterator rel, relEnd = variable_relocs.end();
|
/toolchain/binutils/binutils-2.25/gold/ |
arm-reloc-property.cc | 1 // arm-reloc-property.cc -- ARM relocation property. 127 // R_ARM_V4BX should be treated as an ARM relocation. For all 159 // If no relocation operation is specified, we are done. 163 // Extract information from relocation operation. 290 // Return a string describing a relocation code that fails to get a 291 // relocation property in get_implemented_static_reloc_property(). 307 // gold only implements static relocation codes.
|
target.h | 29 // relocation processing. So besides implementations of the abstract 31 // specialization of the relocation functions. 304 // Return whether this target can use relocation types to determine 310 // Return whether a relocation to a merged section can be processed 516 // Whether a relocation to a merged section can be processed to 864 // the relocation section, SHT_REL or SHT_RELA. PRELOCS points to 865 // the relocation data. RELOC_COUNT is the number of relocs. 885 // Relocate section data. SH_TYPE is the type of the relocation 886 // section, SHT_REL or SHT_RELA. PRELOCS points to the relocation [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
aout_gnu.h | 57 /* 29K relocation types */ 100 unsigned a_trsize; /* length of relocation info for text, in bytes */ 101 unsigned a_drsize; /* length of relocation info for data, in bytes */ 301 /* This structure describes a single relocation to be performed. 302 The text-relocation section of the file is a vector of these structures, 304 Likewise, the data-relocation section applies to the data section. */ 330 #define RELOC_EXT_SIZE 12 /* Bytes per relocation entry */ 347 /* The standard, old-fashioned, Berkeley compatible relocation struct */ 409 #define RELOC_STD_SIZE 8 /* Bytes per relocation entry */ 442 unsigned int r_relative:1; /* "relative relocation" */ [all...] |
tc-sh.h | 181 /* This is the relocation type for direct references to 196 /* This expression evaluates to true if the relocation is for a local object 197 for which we still want to do the relocation at runtime. False if we 198 are willing to perform this relocation while building the .o file. 241 symbols. The relocation type is stored in X_md. */
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
RuntimeDyldMachOI386.h | 51 llvm_unreachable("Unhandled scattered relocation."); 60 // offset. Calculate the final offset from the relocation target instead. 95 llvm_unreachable("Invalid relocation type!"); 104 "Unexpected SECTDIFF relocation value."); 110 Error("Relocation type not implemented yet!");
|
/external/llvm/test/DebugInfo/X86/ |
DW_AT_location-reference.ll | 53 ; Check we have a relocation for the debug_loc entry in Linux output. 54 ; LINUX: RELOCATION RECORDS FOR [.rela.debug_info] 55 ; LINUX-NOT: RELOCATION RECORDS 106 !1 = !DIFile(filename: "simple.c", directory: "/home/rengol01/temp/tests/dwarf/relocation") 125 !23 = !DIFile(filename: "simple.c", directory: "/home/rengol01/temp/tests/dwarf/relocation")
|
/frameworks/compile/mclinker/include/mcld/Target/ |
TargetLDBackend.h | 11 #include "mcld/Fragment/Relocation.h" 50 typedef llvm::iplist<Relocation, GCFactoryListTraits<Relocation> > 204 /// addExtraRelocation - Add an extra relocation which are automatically 206 void addExtraRelocation(Relocation* reloc) {
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
ARMLDBackend.h | 163 /// getRelEntrySize - the size in BYTE of rel type relocation 166 /// getRelEntrySize - the size in BYTE of rela type relocation 168 assert(0 && "ARM backend with Rela type relocation\n"); 184 /// m_RelDyn - dynamic relocation table of .rel.dyn 186 /// m_RelPLT - dynamic relocation table of .rel.plt
|
/toolchain/binutils/binutils-2.25/bfd/ |
elf32-m68hc11.c | 32 /* Relocation functions. */ 60 We must handle 8 and 16-bit relocations. The 32-bit relocation 63 The 3-bit and 16-bit PC rel relocation is only used by 68HC12. */ 80 /* A 8 bit absolute relocation */ 95 /* A 8 bit absolute relocation (upper address) */ 110 /* A 8 bit absolute relocation (upper address) */ 125 /* A 8 bit PC-rel relocation */ 140 /* A 16 bit absolute relocation */ 155 /* A 32 bit absolute relocation. This one is never used for the 156 code relocation. It's used by gas for -gstabs generation. * [all...] |
libxcoff.h | 79 /* Line number and relocation overflow. 81 relocation count exceeds 0xffff. XCOFF64 does not overflow. */ 85 /* Loader section symbol and relocation table offset 216 bfd_vma *relocation, bfd_byte *contents 228 /* Relocation functions */
|
elf32-lm32.c | 181 _lm32fdpic_add_rofixup (bfd *output_bfd, asection *rofixup, bfd_vma relocation) 193 bfd_put_32 (output_bfd, relocation, rofixup->contents + fixup_offset); 277 /* An 8 bit absolute relocation. */ 292 /* A 16 bit absolute relocation. */ 307 /* A 32 bit absolute relocation. */ 621 dangerous relocation. */ 698 _("global pointer relative relocation when _gp not defined"); 728 bfd_vma relocation; local 743 relocation = symbol->value 749 relocation = relocation + reloc_entry->addend - gp 846 bfd_vma relocation; local [all...] |
/toolchain/binutils/binutils-2.25/bfd/po/ |
zh_CN.po | 23 msgid "%s: Invalid relocation type exported: %d" 28 msgid "%s: Invalid relocation type imported: %d" 33 msgid "%s: Bad relocation record imported: %d" 193 msgid "GP relative relocation used when GP not defined" 326 msgid "GP relative relocation when _gp not defined" 341 msgid "%s: unsupported relocation type 0x%02x" 401 msgid "%s: illegal relocation type %d at address 0x%lx" 569 msgid "%s: warning: unresolvable relocation against symbol `%s' from %s section" 583 msgid "internal error: unsupported relocation error" 687 msgid "%s: unsupported relocation type %s [all...] |
bfd.pot | 26 msgid "%s: Invalid relocation type exported: %d" 30 msgid "%B: Invalid relocation type imported: %d" 34 msgid "%B: Bad relocation record imported: %d" 53 msgid "%P: %B: unexpected relocation type\n" 213 msgid "%B: unknown/unsupported relocation type %d" 217 msgid "GP relative relocation used when GP not defined" 225 msgid "%B: unsupported relocation: ALPHA_R_GPRELHIGH" 229 msgid "%B: unsupported relocation: ALPHA_R_GPRELLOW" 234 msgid "%B: unknown relocation type %d" 372 msgid "relocation `%s' not yet implemented [all...] |
/external/elfutils/libdwfl/ |
relocate.c | 314 /* Apply one relocation. Returns true for any invalid data. */ 334 So we just pretend it's OK without further relocation. */ 458 /* We have applied this relocation! */ 484 Then try to decompress both relocation and target section. */ 495 /* This relocation section is not for a debugging section. 538 /* If either the section that needs the relocation applied, or the 542 but updating the (relocation) data might corrupt the in-memory 578 /* Fetch the relocation section and apply each reloc in it. */ 606 /* We applied the relocation. Elide it. */ 613 /* We couldn't handle this relocation. Skip it. * [all...] |
/toolchain/binutils/binutils-2.25/include/elf/ |
hppa.h | 82 /* Optional section holding argument location/relocation info. */ 105 /* ELF/HPPA relocation types */ 113 /* Data / Inst. Format Relocation Expression */ 133 /* PC-relative relocation types 136 PCREL17C never reports a relocation error. 139 accompanied by parameter relocation information. This information is 145 can not perform relocation reductions for function symbols. */ 172 /* DP-relative relocation types. */ 189 /* Data linkage table (DLT) relocation types 193 similar to the GOT relocation types in some SVR4 implementations. * [all...] |