Home
last modified time | relevance | path

Searched refs:bss_section (Results 1 – 2 of 2) sorted by relevance

/external/flac/libFLAC/ia32/
Dnasm.h37 %idefine bss_section section .bss align=32 class=DATA use32
42 %idefine bss_section section .bss
47 %idefine bss_section section .bss
51 %idefine bss_section section .bss align=32
/external/valgrind/perf/
Dtinycc.c2330 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()
[all …]