HomeSort by relevance Sort by last modified time
    Searched refs:bss (Results 1 - 25 of 1404) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/X86/
large-bss.s 3 .bss
6 // CHECK: Name: .bss
  /external/llvm/test/MC/COFF/
bss.s 1 // The purpose of this test is to verify that bss sections are emitted correctly.
6 .bss
12 // CHECK: Name: .bss
  /external/llvm/test/MC/MachO/
bss.s 1 // The purpose of this test is to verify that bss sections are emitted correctly.
6 .bss
  /external/swiftshader/third_party/LLVM/test/MC/COFF/
bss.s 1 // The purpose of this test is to verify that bss sections are emited correctly.
6 .bss
12 // CHECK: Name = .bss
  /toolchain/binutils/binutils-2.27/gold/testsuite/
justsyms.t 30 .bss : { *(.bss) }
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/elf/
bss.s 1 .macro bss name
46 .bss
47 bss bss
49 .section .bss.local, "aw"
50 bss bss_local
53 bss private
56 bss struct type
bad-bss.d 1 #name: bad .bss / .struct data allocation directives
2 #source: bss.s
3 #error-output: bad-bss.err
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
tbss.s 2 .globl bss
3 .section .bss,"aw",%nobits
5 .type bss,%object
6 .size bss,4096
7 bss: label
tbss1.s 11 .globl bss
12 .section .bss,"aw",%nobits
14 .type bss,%object
15 .size bss,4096
16 bss: label
  /external/llvm/test/MC/ELF/
common2.s 4 // Unlike gas, common symbols are created when found, not at the end of .bss.
5 // In this example it causes .bss to have size 8 instead of 9.
9 .bss
14 // CHECK: Name: .bss
elf_directive_previous.s 3 .bss
4 # CHECK: .bss
10 # CHECK: .bss
  /external/swiftshader/third_party/LLVM/test/MC/ELF/
common2.s 3 // Test that the common symbols are placed at the end of .bss. In this example
4 // it causes .bss to have size 9 instead of 8.
8 .bss
12 // CHECK: (('sh_name', 0x00000007) # '.bss'
elf_directive_previous.s 3 .bss
4 # CHECK: .bss
10 # CHECK: .bss
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
alloc.s 5 .bss
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/
rgn-over1.t 4 bss (rwx) : ORIGIN = 0, LENGTH = 0
9 .bss : { *(.bss) } > bss
rgn-over2.t 5 bss (rwx) : ORIGIN = 0, LENGTH = 0
10 .bss : { *(.bss) } > bss
rgn-over3.t 5 bss (rwx) : ORIGIN = 0, LENGTH = 0
11 .bss : { *(.bss) } > bss
rgn-over7.t 4 bss (rwx) : ORIGIN = 0, LENGTH = 0
10 .bss : { *(.bss) } > bss
  /external/llvm/test/MC/ELF/ARM/
bss-non-zero-value.s 3 // CHECK: non-zero initializer found in section '.bss'
4 .bss
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68k-coff/
p2389a.s 1 .bss
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-z8k/
reloc.ld 17 .bss 0x00003000 :
19 *(.bss);
relocseg.ld 1 /* one segment for each of .text, .data, and .bss */
17 .bss 0x00033000 :
19 *(.bss);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
localcom-1.d 11 0+0 l d \.bss 0+ (|\.bss)
13 0+c l O \.bss 0+4 dd
14 0+c l O \.bss 0+4 d
15 0+4 l O \.bss 0+4 b
16 0+0 l O \.bss 0+4 a
17 0+8 l O \.bss 0+4 c
22 0+10 R_SH_DIR32 \.bss
23 0+14 R_SH_DIR32 \.bss
24 0+18 R_SH_DIR32 \.bss
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
bss.c 2 * BSS table
20 #include "bss.h"
34 static void wpa_bss_set_hessid(struct wpa_bss *bss)
37 const u8 *ie = wpa_bss_get_ie(bss, WLAN_EID_INTERWORKING);
39 os_memset(bss->hessid, 0, ETH_ALEN);
43 os_memcpy(bss->hessid, ie + 3, ETH_ALEN);
45 os_memcpy(bss->hessid, ie + 5, ETH_ALEN);
51 * wpa_bss_anqp_alloc - Allocate ANQP data structure for a BSS entry
55 * shared by multiple BSS entries and each shared entry is freed with
113 * wpa_bss_anqp_unshare_alloc - Unshare ANQP data (if shared) in a BSS entr
259 struct wpa_bss *bss; local
385 struct wpa_bss *bss; local
401 struct wpa_bss *bss; local
429 struct wpa_bss *bss; local
734 struct wpa_bss *bss; local
880 struct wpa_bss *bss, *n; local
913 struct wpa_bss *bss, *n; local
956 struct wpa_bss *bss, *n; local
990 struct wpa_bss *bss; local
1015 struct wpa_bss *bss, *found = NULL; local
1039 struct wpa_bss *bss; local
1060 struct wpa_bss *bss; local
1083 struct wpa_bss *bss; local
    [all...]
  /external/llvm/test/tools/llvm-size/X86/
ignore-sections.s 9 .bss
21 // SYSV-NEXT: .bss 4 0
27 // BSD: text data bss dec hex filename

Completed in 431 milliseconds

1 2 3 4 5 6 7 8 91011>>