Searched refs:section_header (Results 1 – 4 of 4) sorted by relevance
/external/perf_data_converter/src/quipper/ |
D | dso_test_utils.cc | 112 GElf_Shdr section_header; in WriteElfWithMultipleBuildids() local 113 CHECK(gelf_getshdr(section, §ion_header)) << elf_errmsg(-1); in WriteElfWithMultipleBuildids() 114 section_header.sh_name = string_table.Add(section_name); in WriteElfWithMultipleBuildids() 115 section_header.sh_type = SHT_NOTE; in WriteElfWithMultipleBuildids() 116 CHECK(gelf_update_shdr(section, §ion_header)) << elf_errmsg(-1); in WriteElfWithMultipleBuildids() 138 GElf_Shdr section_header; in WriteElfWithMultipleBuildids() local 139 CHECK(gelf_getshdr(section, §ion_header)) << elf_errmsg(-1); in WriteElfWithMultipleBuildids() 140 section_header.sh_name = string_table.Add(".shstrtab"); in WriteElfWithMultipleBuildids() 141 section_header.sh_type = SHT_STRTAB; in WriteElfWithMultipleBuildids() 142 CHECK(gelf_update_shdr(section, §ion_header)) << elf_errmsg(-1); in WriteElfWithMultipleBuildids()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_elf_util.c | 131 GElf_Shdr section_header; in radeon_elf_read() local 132 if (gelf_getshdr(section, §ion_header) != §ion_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, §ion_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/ |
D | ac_binary.c | 137 GElf_Shdr section_header; in ac_elf_read() local 138 if (gelf_getshdr(section, §ion_header) != §ion_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, §ion_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/ |
D | webstore_SanityTest.py | 14 def section_header(self, name): member in webstore_SanityTest 31 self.driver.find_element_by_xpath(self.section_header(section))
|