Searched refs:section_addr (Results 1 – 17 of 17) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/RuntimeDyld/X86/ |
D | ELF-large-pic-relocations.s | 25 # rtdyld-check: decode_operand(lea_static_got, 1) = section_addr(t.o, .got) - lea_static_data 29 # rtdyld-check: decode_operand(lea_static_gotoff, 1) = static_data - section_addr(t.o, .got) 47 # rtdyld-check: decode_operand(lea_global_got, 1) = section_addr(t.o, .got) - lea_global_data 51 # rtdyld-check: decode_operand(lea_global_gotoff, 1) = global_data - section_addr(t.o, .got) 69 # rtdyld-check: decode_operand(lea_extern_got, 1) = section_addr(t.o, .got) - lea_extern_data
|
D | COFF_i386.s | 56 # rtdyld-check: *{4}rel5 = _function - section_addr(COFF_i386.s.tmp.obj, .text) 61 # rtdyld-check: *{4}rel7 = string - section_addr(COFF_i386.s.tmp.obj, .data) 72 # rtdyld-check: *{4}rel10 = string - section_addr(COFF_i386.s.tmp.obj, .text) + 1 75 # rtdyld-check: *{4}rel11 = string - section_addr(COFF_i386.s.tmp.obj, .data) + 1
|
D | MachO_i386_eh_frame.s | 5 # rtdyld-check: *{4}(section_addr(MachO_i386_eh_frame.o, __eh_frame) + 0x20) = (main - (section_add… 6 # rtdyld-check: *{4}(section_addr(MachO_i386_eh_frame.o, __eh_frame) + 0x24) = 0x9
|
D | COFF_x86_64_IMGREL.s | 21 # rtdyld-check: decode_operand(inst1, 3) = section_addr(COFF_x86_64_IMGREL.o, .text)+0 24 # rtdyld-check: decode_operand(inst2, 3) = section_addr(COFF_x86_64_IMGREL.o, .rdata)+5
|
D | MachO_x86-64_PIC_relocations.s | 36 # rtdyld-check: *{8}(section_addr(test_x86-64.o, __eh_frame) + 0x20) = eh_frame_test - (section_add…
|
D | ELF_x86-64_debug_frame.s | 18 # rtdyld-check: section_addr(ELF_x86-64_debug_frame.o, .debug_frame) = 0
|
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/ |
D | COFF_i386.s | 61 # rtdyld-check: *{4}rel5 = _function - section_addr(COFF_i386.s.tmp.obj, .text) 66 # rtdyld-check: *{4}rel7 = relocations - section_addr(COFF_i386.s.tmp.obj, .data) 77 # rtdyld-check: *{4}rel10 = string - section_addr(COFF_i386.s.tmp.obj, .text) + 1 80 # rtdyld-check: *{4}rel11 = string - section_addr(COFF_i386.s.tmp.obj, .data) + 1
|
D | MachO_i386_eh_frame.s | 4 # rtdyld-check: *{4}(section_addr(MachO_i386_eh_frame.o, __eh_frame) + 0x20) = (main - (section_add… 5 # rtdyld-check: *{4}(section_addr(MachO_i386_eh_frame.o, __eh_frame) + 0x24) = 0x9
|
D | MachO_x86-64_PIC_relocations.s | 35 # rtdyld-check: *{8}(section_addr(test_x86-64.o, __eh_frame) + 0x20) = eh_frame_test - (section_add…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/RuntimeDyld/ARM/ |
D | ELF_ARM_EXIDX_relocations.s | 22 # rtdyld-check: *{4}(section_addr(reloc.o, .ARM.exidx)) = (g - (section_addr(reloc.o, .ARM.exidx)))… 24 # rtdyld-check: *{4}(section_addr(reloc.o, .ARM.exidx) + 0x4) = 0x80b0b0b0
|
D | COFF_Thumb.s | 97 # rtdyld-check: *{4}relocations = function - section_addr(COFF_Thumb.s.tmp.obj, .text) 103 # rtdyld-check: *{4}rel10 = relocations - section_addr(COFF_Thumb.s.tmp.obj, .data) 106 # rtdyld-check: *{4}rel11 = relocations - section_addr(COFF_Thumb.s.tmp.obj, .data)
|
/external/llvm/test/ExecutionEngine/RuntimeDyld/ARM/ |
D | COFF_Thumb.s | 97 # rtdyld-check: *{4}relocations = function - section_addr(COFF_Thumb.s.tmp.obj, .text) 103 # rtdyld-check: *{4}rel10 = relocations - section_addr(COFF_Thumb.s.tmp.obj, .data) 106 # rtdyld-check: *{4}rel11 = relocations - section_addr(COFF_Thumb.s.tmp.obj, .data)
|
/external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/ |
D | ELF_Mips64r2N64_PIC_relocations.s | 93 # rtdyld-check: decode_operand(insn3, 1)[15:0] = ((section_addr(test_ELF_Mips64N64.o, .got) + 0x7f… 100 # rtdyld-check: decode_operand(insn4, 2)[15:0] = ((section_addr(test_ELF_Mips64N64.o, .got) + 0x7f… 113 # rtdyld-check: *{8}(section_addr(test_ELF_Mips64N64.o, .got)) = (_str + 0x8000) & 0xffffffffffff00… 127 # rtdyld-check: *{8}(section_addr(test_ELF_Mips64N64.o, .got) + 8) = var 137 # rtdyld-check: *{8}(section_addr(test_ELF_Mips64N64.o, .got) + 16) = bar
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/RuntimeDyld/Mips/ |
D | ELF_Mips64r2N64_PIC_relocations.s | 94 # rtdyld-check: decode_operand(insn3, 1)[15:0] = ((section_addr(test_ELF_Mips64N64.o, .got) + 0x7f… 101 # rtdyld-check: decode_operand(insn4, 2)[15:0] = ((section_addr(test_ELF_Mips64N64.o, .got) + 0x7f… 114 # rtdyld-check: *{8}(section_addr(test_ELF_Mips64N64.o, .got)) = (_str + 0x8000) & 0xffffffffffff00… 128 # rtdyld-check: *{8}(section_addr(test_ELF_Mips64N64.o, .got) + 8) = var 138 # rtdyld-check: *{8}(section_addr(test_ELF_Mips64N64.o, .got) + 16) = bar
|
D | ELF_N32_relocations.s | 100 # rtdyld-check: *{4}(section_addr(test_ELF_N32.o, .got)) = (_str + 0x8000) & 0xffff0000 114 # rtdyld-check: *{4}(section_addr(test_ELF_N32.o, .got) + 4) = var 124 # rtdyld-check: *{4}(section_addr(test_ELF_N32.o, .got) + 8) = bar
|
/external/elfutils/src/ |
D | readelf.c | 251 section_addr = 8192, /* .debug_addr */ enumerator 257 | section_macro | section_addr | section_types) 460 print_debug_sections |= section_addr; in parse_opt() 7235 bool addrbase = notice_listptr (section_addr, &known_addrbases, in attr_callback()
|
D | ChangeLog | 451 (enum section_e): Add section_addr. 452 (section_all): Add section_addr.
|