Searched refs:rela (Results 1 – 25 of 49) sorted by relevance
12
/external/syslinux/com32/lib/i386/ |
D | elf.ld | 36 .rela.dyn : 38 *(.rela.init) 39 *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*) 40 *(.rela.fini) 41 *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) 42 *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) 43 *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) 44 *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) 45 *(.rela.ctors) 46 *(.rela.dtors) [all …]
|
/external/syslinux/com32/lib/x86_64/ |
D | elf.ld | 37 .rela.dyn : 39 *(.rela.init) 40 *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*) 41 *(.rela.fini) 42 *(.rela.rodata .rela.rodata.* .rela.gnu.linkonce.r.*) 43 *(.rela.data .rela.data.* .rela.gnu.linkonce.d.*) 44 *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) 45 *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) 46 *(.rela.ctors) 47 *(.rela.dtors) [all …]
|
/external/syslinux/gnu-efi/gnu-efi-3.0/gnuefi/ |
D | elf_ia64_efi.lds | 44 .rela : 46 *(.rela.text) 47 *(.rela.data*) 48 *(.rela.sdata) 49 *(.rela.got) 50 *(.rela.gnu.linkonce.d*) 51 *(.rela.stab) 52 *(.rela.ctors) 65 *(.rela.plabel) 66 *(.rela.reloc)
|
D | elf_x86_64_fbsd_efi.lds | 44 .rela : 46 *(.rela.data*) 47 *(.rela.got) 48 *(.rela.stab) 57 *(.rela.reloc)
|
D | elf_x86_64_efi.lds | 47 .rela : 49 *(.rela.data*) 50 *(.rela.got) 51 *(.rela.stab) 60 *(.rela.reloc)
|
D | reloc_ia64.S | 80 #define rela r18 macro 138 (Prela) add rela = d_val, ldbase 149 ld8 r_offset = [rela] 150 add addr = 8,rela 159 add rela = rela,relaent
|
/external/syslinux/efi64/lib/ |
D | elf_x86_64_efi.lds | 47 .rela : 49 *(.rela.data*) 50 *(.rela.got) 51 *(.rela.stab) 60 *(.rela.reloc)
|
/external/llvm/test/tools/llvm-readobj/ |
D | elf-groups.test | 28 CHECK-NEXT: .rela.text._Z3fooIcEvT_ (11) 38 CHECK-NEXT: .rela.text._Z3fooIiEvT_ (13) 45 GNU-NEXT: [ 11] .rela.text._Z3fooIcEvT_ 49 GNU-NEXT: [ 13] .rela.text._Z3fooIiEvT_
|
D | gnu-phdrs.test | 71 …uild-id .hash .gnu.hash .dynsym .dynstr .gnu.version .gnu.version_r .rela.dyn .rela.plt .init .plt…
|
/external/elfutils/tests/ |
D | run-elfputzdata.sh | 108 Cannot compress 6 .rela.dyn 109 Cannot compress 7 .rela.plt 144 Cannot compress 6 .rela.dyn 145 Cannot compress 7 .rela.plt 186 Cannot compress 9 .rela.plt 225 Cannot compress 9 .rela.plt 267 Cannot compress 9 .rela.dyn 268 Cannot compress 10 .rela.plt 308 Cannot compress 9 .rela.dyn 309 Cannot compress 10 .rela.plt
|
/external/llvm/test/MC/PowerPC/ |
D | ppc64-relocs-01.s | 24 # The relocations in .rela.text are the 'number64' load using a 27 # CHECK: Section ({{[0-9]+}}) .rela.text {
|
D | ppc64-localentry.s | 48 # CHECK: Section ({{[0-9]*}}) .rela.text { 52 # CHECK: Section ({{[0-9]*}}) .rela.text.other {
|
D | ppc64-initial-cfa.s | 41 # STATIC: Name: .rela.eh_frame 82 # PIC: Name: .rela.eh_frame
|
D | ppc-reloc.s | 15 # CHECK-NEXT: Section {{.*}} .rela.text {
|
D | ppc64-tls-relocs-01.s | 19 # CHECK: Section ({{[0-9]+}}) .rela.text {
|
/external/llvm/test/tools/sanstats/ |
D | elf.test | 71 - Name: .rela.debug_info 128 - Name: .rela.debug_pubnames 151 - Name: .rela.eh_frame 172 - Name: .rela.debug_line
|
/external/llvm/test/Object/ |
D | relocation-executable.test | 7 // CHECK-NEXT: Section (8) .rela.dyn { 15 // CHECK-NEXT: Section (9) .rela.plt {
|
D | elf-reloc-no-sym.test | 4 CHECK-NEXT: Section (1) .rela.plt {
|
D | objdump-shndx.test | 7 CHECK: RELOCATION RECORDS FOR [.rela.text]:
|
D | dynamic-reloc.test | 4 READOBJ-NEXT: Section (4) .rela.dyn {
|
D | objdump-sectionheaders.test | 13 ; CHECK: 4 .rela.text 00000048 0000000000000038
|
/external/llvm/test/CodeGen/PowerPC/ |
D | mcm-obj.ll | 31 ; MEDIUM: Section {{.*}} .rela.text { 36 ; LARGE: Section {{.*}} .rela.text { 189 ; MEDIUM-JT: Section ({{.*}}) .rela.text { 194 ; LARGE-JT: Section ({{.*}}) .rela.text {
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ELF.h | 220 bool rela = true, int64_t addend = 0) : 222 r_add(addend), r_rela(rela) {} in r_offset()
|
/external/swiftshader/third_party/LLVM/test/Object/ |
D | objdump-sectionheaders.test | 13 ; CHECK: 4 .rela.text 000000048 00000000000000038
|
/external/elfutils/src/ |
D | findtextrel.c | 461 GElf_Rela *rela = gelf_getrela (data, cnt, &rela_mem); in process_file() local 462 if (rela == NULL) in process_file() 471 check_rel (nsegments, segments, rela->r_offset, elf, in process_file()
|
12