Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/common/
Dac_rtld.c187 #define report_elf_if(cond) \ in read_private_lds_symbols() macro
199 report_elf_if(!symbols_data); in read_private_lds_symbols()
223 report_elf_if(s.size != 0); in read_private_lds_symbols()
230 report_elf_if(s.align > shared->align); in read_private_lds_symbols()
231 report_elf_if(s.size > shared->size); in read_private_lds_symbols()
241 #undef report_elf_if in read_private_lds_symbols()
278 #define report_elf_if(cond) \ in ac_rtld_open() macro
328 report_elf_if(!part->elf); in ac_rtld_open()
331 report_elf_if(!ehdr); in ac_rtld_open()
336 report_elf_if(elf_getshdrstrndx(part->elf, &section_str_index) < 0); in ac_rtld_open()
[all …]