/toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/ |
pr13302.s | 8 .section .data.rel.ro.local,"aw",@progbits
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/ |
data-reloc-global-rel.d | 1 #name: C6X data relocations, global symbols, REL 2 #as: -mlittle-endian -mgenerate-rel 4 #source: data-reloc-global-rel.s
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/ |
ilp32-11.s | 1 .section .data.rel.local,"aw",@progbits
|
pr13082-1.s | 7 .section .data.rel.ro.local,"aw",@progbits
|
pr13082-3.s | 6 .section .data.rel.ro.local,"aw",@progbits
|
pr13082-4.s | 6 .section .data.rel.ro.local,"aw",@progbits
|
pr13082-5.s | 9 .section .data.rel.ro.local,"aw",@progbits
|
pr13082-6.s | 8 .section .data.rel.ro.local,"aw",@progbits
|
/external/syslinux/efi/i386/ |
syslinux.ld | 62 .rel : { 63 *(.rel.got) 64 *(.rel.data) 65 *(.rel.data.*) 66 *(.rel.ctors)
|
/external/syslinux/efi/ |
syslinux.ld | 62 .rel : { 63 *(.rel.got) 64 *(.rel.data) 65 *(.rel.data.*) 66 *(.rel.ctors)
|
/external/syslinux/efi/x86_64/ |
syslinux.ld | 62 .rel : { 63 *(.rel.got) 64 *(.rel.data) 65 *(.rel.data.*) 66 *(.rel.ctors)
|
/external/elfutils/tests/ |
run-dwflsyms.sh | 76 35: FUNC LOCAL deregister_tm_clones (0) 0x710, rel: 0x710 (.text) 77 36: FUNC LOCAL register_tm_clones (0) 0x740, rel: 0x740 (.text) 78 37: FUNC LOCAL __do_global_dtors_aux (0) 0x780, rel: 0x780 (.text) 81 40: FUNC LOCAL frame_dummy (0) 0x7c0, rel: 0x7c0 (.text) 86 45: FUNC LOCAL foo (20) 0x814, rel: 0x814 (.text) 95 54: FUNC GLOBAL __libc_csu_fini (2) 0x8f0, rel: 0x8f0 (.text) 99 58: FUNC GLOBAL bar (44) 0x828, rel: 0x828 (.text) 100 59: FUNC GLOBAL _fini (0) 0x8f4, rel: 0x8f4 (.fini) 107 66: FUNC GLOBAL __libc_csu_init (137) 0x860, rel: 0x860 (.text) 109 68: FUNC GLOBAL _start (0) 0x6e0, rel: 0x6e0 (.text [all...] |
run-readelf-zdebug-rel.sh | 20 # - testfile-zdebug-rel.c 38 # -c -o testfile-debug-rel.o testfile-zdebug-rel.c 40 # -c -o testfile-debug-rel-g.o testfile-zdebug-rel.c 42 # -c -o testfile-debug-rel-z.o testfile-zdebug-rel.c 44 testfiles testfile-debug-rel.o testfile-debug-rel-g.o testfile-debug-rel-z. [all...] |
/external/mesa3d/src/gallium/drivers/r600/ |
r700_asm.c | 39 S_SQ_ALU_WORD0_SRC0_REL(alu->src[0].rel) | 43 S_SQ_ALU_WORD0_SRC1_REL(alu->src[1].rel) | 53 S_SQ_ALU_WORD1_DST_REL(alu->dst.rel) | 56 S_SQ_ALU_WORD1_OP3_SRC2_REL(alu->src[2].rel) | 64 S_SQ_ALU_WORD1_DST_REL(alu->dst.rel) |
|
/toolchain/binutils/binutils-2.25/bfd/ |
coff-mcore.c | 305 struct internal_reloc * rel, 312 if (rel->r_type >= NUM_ELEM (mcore_coff_howto_table)) 315 howto = mcore_coff_howto_table + rel->r_type; 317 if (rel->r_type == IMAGE_REL_MCORE_RVA) 360 struct internal_reloc * rel; 383 rel = relocs; 384 relend = rel + input_section->reloc_count; 386 for (; rel < relend; rel++) 394 unsigned short r_type = rel->r_type 353 struct internal_reloc * rel; local [all...] |
elf32-iq2000.c | 312 Elf_Internal_Rela *rel, 320 insn = bfd_get_32 (input_bfd, contents + rel->r_offset); 322 value += rel->r_addend; 334 bfd_put_32 (input_bfd, insn, contents + rel->r_offset); 412 Elf_Internal_Rela * rel, 416 contents, rel->r_offset, 417 relocation, rel->r_addend); 459 const Elf_Internal_Rela *rel; 470 for (rel = relocs; rel < rel_end; rel++ 455 const Elf_Internal_Rela *rel; local 572 Elf_Internal_Rela * rel; local [all...] |
nlm32-sparc.c | 92 arelent *rel) 110 rel->address = val; 111 rel->addend = addend; 112 rel->howto = NULL; 119 rel->howto = &nlm32_sparc_howto_table[howto_index]; 125 __FUNCTION__, (unsigned long) rel->address, 126 (unsigned long) rel->addend, type, rel->howto); 135 nlm_sparc_write_reloc (bfd * abfd, asection * sec, arelent * rel) 149 if (tmp->rightshift == rel->howto->rightshif [all...] |
elf32-d10v.c | 28 /* Use REL instead of RELA to save space. */ 238 Elf_Internal_Rela *rel, 243 switch (ELF32_R_TYPE (rel->r_info)) 250 return _bfd_elf_gc_mark_hook (sec, info, rel, h, sym); 265 const Elf_Internal_Rela *rel; local 275 for (rel = relocs; rel < rel_end; rel++) 280 r_symndx = ELF32_R_SYM (rel->r_info); 295 switch (ELF32_R_TYPE (rel->r_info) 399 Elf_Internal_Rela *rel, *relend; local [all...] |
elf32-epiphany.c | 384 Elf_Internal_Rela * rel, 391 relocation += rel->r_addend; 396 relocation += rel->r_addend; 401 if (rel->r_offset > bfd_get_section_limit (input_bfd, input_section)) 405 contents + rel->r_offset); 408 relocation += rel->r_addend; 415 relocation += rel->r_addend; 422 contents + rel->r_offset); 431 contents, rel->r_offset, 432 relocation, rel->r_addend) 477 Elf_Internal_Rela *rel; local [all...] |
elf32-mt.c | 252 Elf_Internal_Rela * rel, 256 contents, rel->r_offset, 257 relocation, rel->r_addend); 269 actually uses Rel structures, the r_addend field will always be 306 Elf_Internal_Rela * rel; 313 for (rel = relocs; rel < relend; rel ++) 325 r_type = ELF32_R_TYPE (rel->r_info); 327 r_symndx = ELF32_R_SYM (rel->r_info) 305 Elf_Internal_Rela * rel; local 431 const Elf_Internal_Rela * rel; local [all...] |
/external/linux-kselftest/tools/testing/selftests/timers/ |
nanosleep.c | 114 struct timespec now, target, rel; local 130 rel.tv_sec = 0; 131 rel.tv_nsec = 0; 132 rel = timespec_add(rel, ns); 134 clock_nanosleep(clockid, 0, &rel, NULL);
|
/external/llvm/test/MC/ARM/ |
arm-elf-relocations.s | 13 @ CHECK: Section {{.*}} .rel.text.r_arm_abs8 { 23 @ CHECK: Section {{.*}} .rel.text.r_arm_abs16 { 33 @ CHECK: Section {{.*}} .rel.text.r_arm_sbrel32 {
|
/external/selinux/libselinux/utils/ |
avcstat.c | 97 struct avc_cache_stats tot, rel, last; local 211 rel.lookups = tot.lookups - last.lookups; 212 rel.hits = tot.hits - last.hits; 213 rel.misses = tot.misses - last.misses; 214 rel.allocations = tot.allocations - last.allocations; 215 rel.reclaims = tot.reclaims - last.reclaims; 216 rel.frees = tot.frees - last.frees; 218 rel.lookups, rel.hits, rel.misses [all...] |
/device/google/contexthub/firmware/os/platform/stm32/lkr/ |
app.lkr | 114 *(.rel) *(.rel.*) *(.rel.data.rel.local)
|
/frameworks/compile/mclinker/lib/LD/ |
RelocData.cpp | 53 Relocation* rel = m_Relocations.remove(iter); local 54 return *rel;
|