Home
last modified time | relevance | path

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

/external/llvm-project/lld/test/ELF/
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>:
102 ## .got2 may have different addresses in different object files,
104 # CHECK-NEXT: <00008000.got2.plt_pic32.f>:
138 .section .got2,"aw"
[all …]
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.
Dppc32-relocatable-got2.s3 ## If r_addend indicates .got2, adjust it by the local .got2's output section offset.
Dppc32-ifunc-nonpreemptible-pic.s6 # RUN: llvm-readelf -x .got2 %t | FileCheck --check-prefix=HEX %s
17 .section .got2,"aw"
28 # CHECK-NEXT: <00008000.got2.plt_pic32.func>:
Dppc32-call-stub-nopic.s21 ## .got2+0x8000-0x10004 = 0x30000+0x8000-0x10004 = 65536*2+32764
/external/e2fsprogs/util/
Dcopy_sparse.c94 ssize_t got, got2; in copy_sparse_file() local
182 got2 = write(ofd, buf, got); in copy_sparse_file()
183 if (got != got2) { in copy_sparse_file()
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dppc32-pic-large.ll56 ; LARGE: .section .got2,"aw",@progbits
/external/elfutils/tests/
Drun-elfputzdata.sh278 Cannot compress 20 .got2
319 Cannot compress 20 .got2
/external/flatbuffers/tests/rust_usage_test/tests/
Dintegration_test.rs1408 let got2 = got.unwrap(); in prop() localVariable
1409 let mut got3: Vec<T> = Vec::with_capacity(got2.len()); in prop()
1410 for i in 0..got2.len() { in prop()
1411 got3.push(got2.get(i)); in prop()