Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/clover/llvm/codegen/
Dnative.cpp62 size_t section_str_index; in get_symbol_table() local
63 elf_getshdrstrndx(elf, &section_str_index); in get_symbol_table()
70 if (!std::strcmp(elf_strptr(elf, section_str_index, header.sh_name), in get_symbol_table()
/third_party/mesa3d/src/amd/common/
Dac_rtld.c333 size_t section_str_index; in ac_rtld_open() local
335 report_elf_if(elf_getshdrstrndx(part->elf, &section_str_index) < 0); in ac_rtld_open()
346 s->name = elf_strptr(part->elf, section_str_index, shdr->sh_name); in ac_rtld_open()
/third_party/mesa3d/src/gallium/drivers/r600/
Devergreen_compute.c284 size_t section_str_index; in r600_elf_read() local
297 elf_getshdrstrndx(elf, &section_str_index); in r600_elf_read()
307 name = elf_strptr(elf, section_str_index, section_header.sh_name); in r600_elf_read()