Home
last modified time | relevance | path

Searched refs:got2 (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/lld/test/ELF/linkerscript/
H A Dppc32-got2.s2 ## Test .got2 placed in a different output section.
18 ## .got2+0x8000-0xb0 = .rodata+4+0x8000-0xb0 = 0x198+4+0x8000-0xb0 = 65536*1-32532
24 # CHECK-NEXT: bl {{.*}} <00008000.got2.plt_pic32.f>
26 ## &.got[2] - (.got2+0x8000) = &.got[2] - (.rodata+4+0x8000) = 0x1A4 - (0x198+4+0x8000) = -32760
27 # CHECK: <00008000.got2.plt_pic32.f>:
37 .section .got2,"aw"
46 addis 30, 30, .got2+0x8000-.L@ha
47 addi 30, 30, .got2+0x8000-.L@l
51 .section .got2,"aw"
58 .rodata : { *(.rodata .rodata.*) *(.got2) }
/llvm-project-15.0.7/lld/test/ELF/
H A Dppc32-call-stub-pic.s34 ## .got2+0x8000-0x10004 = 0x30000+0x8000-0x10004 = 65536*2+32764
40 ## Two bl 00008000.got2.plt_pic32.f
43 ## Two bl 00008000.got2.plt_pic32.g
46 ## Two bl 00008000.got2.plt_pic32.h
72 # CHECK-NEXT: <00008000.got2.plt_pic32.f>:
78 # CHECK-NEXT: <00008000.got2.plt_pic32.g>:
86 # CHECK-NEXT: <00008000.got2.plt_pic32.h>:
104 # CHECK-NEXT: <00008000.got2.plt_pic32.f>:
138 .section .got2,"aw"
150 addis 30, 30, .got2+0x8000-.L@ha
[all …]
H A Dcomdat-discarded-ppc32.s6 ## Similar to PPC64, clang/gcc PPC32 may emit a .rela.got2 which references a local symbol
7 ## defined in a discarded .rodata section. Unfortunately, .got2 cannot be placed in a comdat
8 ## because for lwz 3, .LC0-.LTOC(30), we cannot define .LC0 in a different .got2 section.
H A Dppc32-ifunc-nonpreemptible-pic.s6 # RUN: llvm-readelf -x .got2 %t | FileCheck --check-prefix=HEX %s
18 .section .got2,"aw"
27 # CHECK-NEXT: <00008000.got2.plt_pic32.func>:
H A Dppc32-relocatable-got2.s3 ## If r_addend indicates .got2, adjust it by the local .got2's output section offset.
H A Dppc32-reloc-pltrel.s10 .section .got2,"aw",@progbits
H A Dppc32-call-stub-nopic.s21 ## .got2+0x8000-0x10004 = 0x30000+0x8000-0x10004 = 65536*2+32764
/llvm-project-15.0.7/flang/unittests/Runtime/
H A DNamelist.cpp125 std::string got2{buffer[0], sizeof buffer}; in TEST() local
126 EXPECT_EQ(got2, expect); in TEST()
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dppc32-pic-large.ll56 ; LARGE: .section .got2,"aw",@progbits