Home | History | Annotate | Download | only in perf

Lines Matching defs:data_section

2332 static Section *text_section, *data_section, *bss_section; /* predefined sections */
10457 offset = (data_section->data_offset + align - 1) & -align;
10458 data_section->data_offset = offset;
10460 ptr = section_ptr_add(data_section, size);
10464 sym = get_sym_ref(&vtop->type, data_section, offset, size << 2);
12808 vpush_ref(&type, data_section, data_section->data_offset, len);
12809 ptr = section_ptr_add(data_section, len);
14409 sec = data_section;
19059 s = data_section;
19136 data_section->data_offset, 0,
19138 data_section->sh_num, "_edata");
20845 data_section = new_section(s, ".data", SHT_PROGBITS, SHF_ALLOC | SHF_WRITE);