Lines Matching refs:bss_section
2330 static Section *text_section, *data_section, *bss_section; /* predefined sections */ variable
14409 sec = bss_section; in decl_initializer_alloc()
18496 offset = bss_section->data_offset; in relocate_common_syms()
18499 sym->st_shndx = bss_section->sh_num; in relocate_common_syms()
18501 bss_section->data_offset = offset; in relocate_common_syms()
19138 bss_section->data_offset, 0, in tcc_add_linker_symbols()
19140 bss_section->sh_num, "_end"); in tcc_add_linker_symbols()
19302 offset = bss_section->data_offset; in tcc_output_file()
19307 bss_section->sh_num, name); in tcc_output_file()
19308 put_elf_reloc(s1->dynsym, bss_section, in tcc_output_file()
19311 bss_section->data_offset = offset; in tcc_output_file()
20844 bss_section = new_section(s, ".bss", SHT_NOBITS, SHF_ALLOC | SHF_WRITE); in tcc_new()