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

/external/flac/libFLAC/ia32/
H A Dnasm.h36 %idefine data_section section .data align=32 class=DATA use32
41 %idefine data_section section .data
46 %idefine data_section section .data
50 %idefine data_section section .data align=32
/external/valgrind/main/perf/
H A Dtinycc.c2332 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;
2330 static Section *text_section, *data_section, *bss_section; /* predefined sections */ variable
[all...]

Completed in 139 milliseconds