Searched refs:section_header (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_binary.c134 GElf_Shdr section_header; local in function:ac_elf_read
135 if (gelf_getshdr(section, &section_header) != &section_header) {
140 name = elf_strptr(elf, section_str_index, section_header.sh_name);
168 symbol_sh_link = section_header.sh_link;
169 parse_symbol_table(symbols, &section_header, binary);
172 binary->reloc_count = section_header.sh_size /
173 section_header.sh_entsize;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Devergreen_compute.c283 GElf_Shdr section_header; local in function:r600_elf_read
284 if (gelf_getshdr(section, &section_header) != &section_header) {
288 name = elf_strptr(elf, section_str_index, section_header.sh_name);
311 symbol_sh_link = section_header.sh_link;
312 parse_symbol_table(symbols, &section_header, binary);
315 binary->reloc_count = section_header.sh_size /
316 section_header.sh_entsize;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Devergreen_compute.c302 GElf_Shdr section_header; local in function:r600_elf_read
303 if (gelf_getshdr(section, &section_header) != &section_header) {
307 name = elf_strptr(elf, section_str_index, section_header.sh_name);
330 symbol_sh_link = section_header.sh_link;
331 parse_symbol_table(symbols, &section_header, binary);
334 binary->reloc_count = section_header.sh_size /
335 section_header.sh_entsize;

Completed in 5 milliseconds