HomeSort by relevance Sort by last modified time
    Searched refs:bss (Results 1 - 25 of 1339) 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
  /toolchain/binutils/binutils-2.25/gold/testsuite/
justsyms.t 30 .bss : { *(.bss) }
script_test_10.t 32 .bss : { *(.bss) }
  /toolchain/binutils/binutils-2.25/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
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
alloc.s 5 .bss
  /toolchain/binutils/binutils-2.25/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
rgn-at.s 5 .section .bss
rgn-over4.t 4 bss (rwx) : ORIGIN = 0, LENGTH = 0
10 .bss : { *(.bss) } > bss
rgn-over5.t 4 bss (rwx) : ORIGIN = 0, LENGTH = 0
10 .bss : { *(.bss) } > bss
rgn-over6.t 4 bss (rwx) : ORIGIN = 0, LENGTH = 0
10 .bss : { *(.bss) } > bss
rgn-over8.s 6 .section .bss, "aw", "nobits"
  /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.25/gas/testsuite/gas/m68k-coff/
p2389a.s 1 .bss
  /toolchain/binutils/binutils-2.25/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
19 #include "bss.h"
33 static void wpa_bss_set_hessid(struct wpa_bss *bss)
36 const u8 *ie = wpa_bss_get_ie(bss, WLAN_EID_INTERWORKING);
38 os_memset(bss->hessid, 0, ETH_ALEN);
42 os_memcpy(bss->hessid, ie + 3, ETH_ALEN);
44 os_memcpy(bss->hessid, ie + 5, ETH_ALEN);
50 * wpa_bss_anqp_alloc - Allocate ANQP data structure for a BSS entry
54 * shared by multiple BSS entries and each shared entry is freed with
111 * wpa_bss_anqp_unshare_alloc - Unshare ANQP data (if shared) in a BSS entr
256 struct wpa_bss *bss; local
341 struct wpa_bss *bss; local
356 struct wpa_bss *bss; local
384 struct wpa_bss *bss; local
653 struct wpa_bss *bss; local
799 struct wpa_bss *bss, *n; local
832 struct wpa_bss *bss, *n; local
875 struct wpa_bss *bss, *n; local
909 struct wpa_bss *bss; local
934 struct wpa_bss *bss, *found = NULL; local
958 struct wpa_bss *bss; local
979 struct wpa_bss *bss; local
1002 struct wpa_bss *bss; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
bss.s 4 .bss
  /device/linaro/hikey/l-loader/
l-loader.lds 26 .bss ALIGN(4):
28 *(.bss)

Completed in 1348 milliseconds

1 2 3 4 5 6 7 8 91011>>