Home | History | Annotate | Download | only in perf

Lines Matching defs:bss_section

2332 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,
19313 bss_section->data_offset = offset;
20846 bss_section = new_section(s, ".bss", SHT_NOBITS, SHF_ALLOC | SHF_WRITE);