Home
last modified time | relevance | path

Searched defs:bss (Results 1 – 10 of 10) sorted by relevance

/arch/s390/boot/compressed/
Dvmlinux.lds.S51 *(.bss)
58 _dump_info_stack_start = .;
60 _dump_info_stack_end = .;
62 _stack_start = .;
64 _stack_end = .;
65 _ebss = .;
/arch/h8300/boot/compressed/
Dvmlinux.lds30 *(.bss*)
32 __ebss = . ;
/arch/x86/boot/
Dsetup.ld48 *(.bss)
49 __bss_end = .;
/arch/s390/purgatory/
Dpurgatory.lds.S40 *(.bss)
44 _ebss = .;
/arch/x86/boot/compressed/
Dvmlinux.lds.S55 *(.bss)
59 _ebss = .;
/arch/parisc/boot/compressed/
Dvmlinux.lds.S79 *(.bss)
83 _ebss = .;
/arch/x86/ia32/
Dia32_aout.c245 unsigned long bss, start_addr, len, error; in load_aout_library() local
/arch/x86/kernel/
Dvmlinux.lds.S397 *(.bss..page_aligned)
417 *(.bss..brk) /* areas brk users have reserved */
/arch/um/kernel/
Ddyn.lds.S160 *(.bss .bss.* .gnu.linkonce.b.*)
/arch/mips/boot/
Delf2ecoff.c274 struct sect text, data, bss; in main() local