Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_elf_util.c131 GElf_Shdr section_header; in radeon_elf_read() local
132 if (gelf_getshdr(section, &section_header) != &section_header) { in radeon_elf_read()
136 name = elf_strptr(elf, section_str_index, section_header.sh_name); in radeon_elf_read()
159 symbol_sh_link = section_header.sh_link; in radeon_elf_read()
160 parse_symbol_table(symbols, &section_header, binary); in radeon_elf_read()
163 binary->reloc_count = section_header.sh_size / in radeon_elf_read()
164 section_header.sh_entsize; in radeon_elf_read()
/external/mesa3d/src/amd/common/
Dac_binary.c137 GElf_Shdr section_header; in ac_elf_read() local
138 if (gelf_getshdr(section, &section_header) != &section_header) { in ac_elf_read()
142 name = elf_strptr(elf, section_str_index, section_header.sh_name); in ac_elf_read()
165 symbol_sh_link = section_header.sh_link; in ac_elf_read()
166 parse_symbol_table(symbols, &section_header, binary); in ac_elf_read()
169 binary->reloc_count = section_header.sh_size / in ac_elf_read()
170 section_header.sh_entsize; in ac_elf_read()
/external/autotest/client/site_tests/webstore_SanityTest/
Dwebstore_SanityTest.py14 def section_header(self, name): member in webstore_SanityTest
31 self.driver.find_element_by_xpath(self.section_header(section))