Searched refs:section_header (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_binary.c | 134 GElf_Shdr section_header; local in function:ac_elf_read 135 if (gelf_getshdr(section, §ion_header) != §ion_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, §ion_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 D | evergreen_compute.c | 283 GElf_Shdr section_header; local in function:r600_elf_read 284 if (gelf_getshdr(section, §ion_header) != §ion_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, §ion_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 D | evergreen_compute.c | 302 GElf_Shdr section_header; local in function:r600_elf_read 303 if (gelf_getshdr(section, §ion_header) != §ion_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, §ion_header, binary); 334 binary->reloc_count = section_header.sh_size / 335 section_header.sh_entsize;
|
Completed in 5 milliseconds