Searched defs:bss (Results 1 – 6 of 6) sorted by relevance
/llvm-project/lld/test/ELF/ | ||
H A D | emit-relocs-synthetic.s | 39 bss: label |
/llvm-project/lld/ELF/ | ||
H A D | Symbols.cpp | 61 Defined *ElfSym::bss; global() member in ElfSym |
H A D | Symbols.h | 519 static Defined *bss; global() member |
H A D | SyntheticSections.h | 1487 std::unique_ptr<BssSection> bss; global() member |
H A D | Driver.cpp | 2339 auto *bss = make<BssSection>("COMMON", s->size, s->alignment); replaceCommonSymbols() local |
/llvm-project/lld/COFF/ | ||
H A D | Writer.cpp | 968 const uint32_t bss = IMAGE_SCN_CNT_UNINITIALIZED_DATA; createSections() local |