| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | emit-relocs-synthetic.s | 13 ## %t/a1: bss is at offset 17. bss-4 = .bss + 0xd 14 ## %t/a2: bss is at offset 16. bss-4 = .bss + 0xc 16 # CHECK1-NEXT: R_X86_64_PC32 .bss+0xd 17 # CHECK2-NEXT: R_X86_64_PC32 .bss+0xc 29 movl bss(%rip), %eax
|
| H A D | section-symbol-gap.s | 19 # EXE-NEXT: [ 2] .bss NOBITS 000000000000000a 21 # EXE: R_X86_64_64 {{.*}} .bss + 1 26 # EXE-NEXT: 1: 000000000000000a 0 SECTION LOCAL DEFAULT 2 .bss 32 # RO-NEXT: [ 1] .bss NOBITS 0000000000000000 34 # RO: R_X86_64_64 {{.*}} .bss + 1 39 # RO-NEXT: 1: 0000000000000000 0 SECTION LOCAL DEFAULT 1 .bss 43 movabsq .bss, %rax 45 .bss 50 .bss : { BYTE(0) *(.bss) }
|
| H A D | edata-etext.s | 22 # CHECK-NEXT: 3 .bss 00000006 000000000020215c BSS 25 # CHECK-NEXT: 0000000000202162 g .bss 0000000000000000 _end 29 # CHECK-NEXT: 0000000000202162 g .bss 0000000000000000 end 49 # CHECK2: [[#%x,]] g O .bss 0000000000000001 _edata 50 # CHECK2-NEXT: [[#%x,]] g O .bss 0000000000000001 edata 51 # CHECK2-NEXT: [[#%x,]] g O .bss 0000000000000001 end 52 # CHECK2-NEXT: [[#%x,]] g O .bss 0000000000000001 etext 61 .bss 66 .bss
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | pragma-clang-section.c | 2 #pragma clang section bss = "mybss.1" data = "mydata.1" rodata = "myrodata.1" text = "mytext.1" // … 3 #pragma clang section bss="" data="" rodata="" text="" 11 #pragma clang section section bss="mybss.2" // expected-error {{expected one of [bss|data|rodata|t… 13 #pragma clang section bss "mybss.2" // expected-error {{expected '=' following '#pragma clang sec… 18 #pragma clang section bss="" data="" rodata="" text="" more //expected-error {{expected one of [bss… 20 #pragma clang section bss = "mybss.3" data = "mybss.3" // expected-error {{this causes a section ty… 22 #pragma clang section bss = "myrodata.1" // expected-error {{this causes a section ty…
|
| H A D | pragma-clang-section-macho.c | 3 #pragma clang section bss = "" data = "" rodata = "" text = "" 4 #pragma clang section bss = "" data = "" rodata = "" text = "__TEXT,__text" 5 #pragma clang section bss = "" data = "" rodata = "" text = "badname" // expe… 6 #pragma clang section bss = "" data = "" rodata = "" text = "__TEXT,__namethatiswaytoolong" // expe…
|
| /llvm-project-15.0.7/lld/test/ELF/linkerscript/ |
| H A D | section-address-align.test | 7 # RUN: .bss; .balign 32; .byte 0' | \ 13 # WARN: warning: address (0x20008) of section .bss is not a multiple of alignment (32) 20 # CHECK-NEXT: .bss NOBITS 0000000000020008 002001 000019 00 WA 0 0 32 30 ## The output .bss starts at 0x20008. 31 ## The input .bss starts at 0x20020 and ends at 0x20021. 32 ## sh_size(.bss) = 0x20021-0x20008 = 0x19. 33 .bss ALIGN(8) : { *(.bss) }
|
| H A D | sections-nonalloc.s | 15 # CHECK-NEXT: [ 1] .bss NOBITS 0000000000000000 001000 000001 00 WA 0 39 # CHECK1-NEXT: [ 2] .bss NOBITS 00000000000000b1 0000b1 000001 00 WA 0 55 .bss : { *(.bss) } 72 .bss : { *(.bss) } : text 86 .bss; .byte 0
|
| H A D | lma-align.test | 3 # RUN: .data; .balign 32; .byte 0; .bss; .byte 0' | \ 9 # WARN: warning: address (0x11021) of section .bss is not a multiple of alignment (64) 16 # CHECK-NEXT: .bss NOBITS 0000000000011021 002021 000001 00 WA 0 0 64 35 .bss . : ALIGN(64) { *(.bss*) } >RAM
|
| H A D | bss-fill.test | 2 # RUN: echo '.section .bss,"",@nobits; .short 0' \ 9 .bss : { 11 *(.bss)
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | clang-sections.cpp | 9 #pragma clang section bss = "__BSS,__mybss1" data = "__DATA,__mydata1" rodata = "__RODATA,__myrodat… 12 #pragma clang section bss="my_bss.1" data="my_data.1" rodata="my_rodata.1" 26 #pragma clang section bss="" 29 #pragma clang section data = "" bss = "__BSS,__mybss2" text = "__TEXT,__mytext2" 31 #pragma clang section data="" bss="my_bss.2" text="my_text.2" 53 #pragma clang section rodata="" data="" bss="" text=""
|
| H A D | clang-sections-tentative.c | 6 #pragma clang section bss = ".bss.1" 9 #pragma clang section bss = "" 14 #pragma clang section bss = ".bss.2"
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/COFF/ |
| H A D | remove-section.test | 6 # RUN: llvm-objcopy -R .bss %t.in.o %t.remove-bss.o 10 # RUN: llvm-objcopy --remove-section .bss %t.in.o %t.cmp.o 11 # RUN: cmp %t.remove-bss.o %t.cmp.o 27 # SECTIONS-PRE-NEXT: 1 .bss 36 # SYMBOLS-PRE-NEXT: {{.*}}(sec 2){{.*}} .bss 79 # SECTIONS-REMOVE-TEXT-NEXT: 0 .bss 86 # SYMBOLS-REMOVE-TEXT-NEXT: {{.*}}(sec 1){{.*}} .bss 107 # SECTIONS-REMOVE-TEXT-COMDAT-NEXT: 0 .bss 112 # SYMBOLS-REMOVE-TEXT-COMDAT-NEXT: {{.*}}(sec 1){{.*}} .bss 129 - Name: .bss [all …]
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/FreeBSDKernel/ |
| H A D | kernel-i386.yaml | 10 - Name: .bss 30 Section: .bss 35 Section: .bss 41 Section: .bss 107 Section: .bss 119 Section: .bss 125 Section: .bss
|
| H A D | kernel-amd64.yaml | 10 - Name: .bss 30 Section: .bss 36 Section: .bss 41 Section: .bss 107 Section: .bss 119 Section: .bss 125 Section: .bss
|
| H A D | kernel-arm64.yaml | 9 - Name: .bss 28 Section: .bss 33 Section: .bss 99 Section: .bss 111 Section: .bss 117 Section: .bss
|
| /llvm-project-15.0.7/bolt/test/AArch64/Inputs/ |
| H A D | plt-gnu-ld.yaml | 21 LastSec: .bss 157 - Name: .bss 349 - Name: .bss 351 Section: .bss 369 Section: .bss 374 Section: .bss 379 Section: .bss 387 Section: .bss 399 Section: .bss 415 Section: .bss [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | coff-comdat.ll | 76 ; CHECK: .section .bss,"bw",associative,_f1 78 ; CHECK: .section .bss,"bw",associative,_f2 80 ; CHECK: .section .bss,"bw",associative,_f3 82 ; CHECK: .section .bss,"bw",associative,_f4 84 ; CHECK: .section .bss,"bw",associative,_f5 86 ; CHECK: .section .bss,"bw",associative,_f6 88 ; CHECK: .section .bss,"bw",same_size,_f6
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objdump/X86/ |
| H A D | elf-disassemble-bss.test | 8 # CHECK: Disassembly of section .bss: 9 # CHECK: <.bss>: 19 - Name: .bss 32 - Name: .bss
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | clang-sections-attribute.c | 51 #pragma clang section bss=".ext_zvar_pragma" 54 #pragma clang section bss="" 56 #pragma clang section bss=".int_zvar_pragma" 59 #pragma clang section bss=""
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-size/ |
| H A D | multiple-inputs.test | 8 # BERKELEY: text data bss dec hex filename 17 # SYSV-NEXT: .bss 4 1 25 # SYSV-NEXT: .bss 32 8 46 - Name: .bss 69 - Name: .bss
|
| H A D | archive.test | 35 # BERKELEY-1: text data bss dec hex filename 47 # SYSV-3-NEXT: .bss 4 1 55 # SYSV-3-NEXT: .bss 4 1 63 # SYSV-3-NEXT: .bss 32 8 71 # SYSV-1-NEXT: .bss 4 1 80 # SYSV-2-NEXT: .bss 32 8 101 - Name: .bss 124 - Name: .bss
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-nm/XCOFF/ |
| H A D | basic.test | 15 - Name: .bss 35 - Name: .bss 37 Section: .bss 77 Section: .bss 97 ## Symbol in .bss section. 98 # CHECK-NEXT: 00000310 b .bss
|
| /llvm-project-15.0.7/llvm/test/MC/ELF/ |
| H A D | elf_directive_previous.s | 3 .bss 4 # CHECK: .bss 10 # CHECK: .bss
|
| /llvm-project-15.0.7/llvm/test/Object/ |
| H A D | nm-trivial-object.test | 163 # ELF64-a: 00000000 b .bss 188 - Name: .bss 205 - Name: .bss 207 Section: .bss 271 # RUN: llvm-nm %p/Inputs/macho-text-data-bss.macho-x86_64 \ 280 # RUN: llvm-nm -j %p/Inputs/macho-text-data-bss.macho-x86_64 \ 289 # RUN: llvm-nm -r %p/Inputs/macho-text-data-bss.macho-x86_64 \ 307 # RUN: llvm-nm -x %p/Inputs/macho-text-data-bss.macho-x86_64 \ 316 # RUN: llvm-nm -o %p/Inputs/macho-text-data-bss.macho-x86_64 \ 320 # macho-o: {{.*}}/macho-text-data-bss.macho-x86_64: 0000000000000070 b _b [all …]
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | llvm-size.rst | 40 Include ELF common symbol sizes in bss size for ``berkeley`` output format, or 58 Berkeley output summarises text, data and bss sizes in each file, as shown 64 text data bss dec hex filename 88 .bss 5 2105360 96 .bss 1 0 147 text data bss oct hex filename 151 text data bss dec hex filename 155 text data bss dec hex filename 168 text data bss dec hex filename
|