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

/external/flac/libFLAC/ia32/
H A 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/main/perf/
H A Dtinycc.c2332 static Section *text_section, *data_section, *bss_section; /* predefined sections */
14411 sec = bss_section;
18498 offset = bss_section->data_offset;
18501 sym->st_shndx = bss_section->sh_num;
18503 bss_section->data_offset = offset;
19140 bss_section->data_offset, 0,
19142 bss_section->sh_num, "_end");
19304 offset = bss_section->data_offset;
19309 bss_section->sh_num, name);
19310 put_elf_reloc(s1->dynsym, bss_section,
2330 static Section *text_section, *data_section, *bss_section; /* predefined sections */ variable
[all...]

Completed in 500 milliseconds