Searched refs:got2 (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/lld/test/ELF/ |
D | ppc32-call-stub-pic.s | 34 ## .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 …]
|
D | comdat-discarded-ppc32.s | 6 ## 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.
|
D | ppc32-relocatable-got2.s | 3 ## If r_addend indicates .got2, adjust it by the local .got2's output section offset.
|
D | ppc32-ifunc-nonpreemptible-pic.s | 6 # RUN: llvm-readelf -x .got2 %t | FileCheck --check-prefix=HEX %s 17 .section .got2,"aw" 28 # CHECK-NEXT: <00008000.got2.plt_pic32.func>:
|
D | ppc32-call-stub-nopic.s | 21 ## .got2+0x8000-0x10004 = 0x30000+0x8000-0x10004 = 65536*2+32764
|
/external/e2fsprogs/util/ |
D | copy_sparse.c | 94 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/ |
D | ppc32-pic-large.ll | 56 ; LARGE: .section .got2,"aw",@progbits
|
/external/elfutils/tests/ |
D | run-elfputzdata.sh | 278 Cannot compress 20 .got2 319 Cannot compress 20 .got2
|
/external/flatbuffers/tests/rust_usage_test/tests/ |
D | integration_test.rs | 1408 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()
|