Block Started by Symbol

Synonyms

BSS segment

(BSS) The uninitialised data segment produced by Unix linkers. Objects in the bss segment have only a name and a size but no value.

Executable code is located in the code segment and initialised data in the data segment.