Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/common/
Dac_rtld.c186 #define report_elf_if(cond) \ in read_private_lds_symbols() macro
198 report_elf_if(!symbols_data); in read_private_lds_symbols()
222 report_elf_if(s.size != 0); in read_private_lds_symbols()
229 report_elf_if(s.align > shared->align); in read_private_lds_symbols()
230 report_elf_if(s.size > shared->size); in read_private_lds_symbols()
240 #undef report_elf_if in read_private_lds_symbols()
277 #define report_elf_if(cond) \ in ac_rtld_open() macro
327 report_elf_if(!part->elf); in ac_rtld_open()
330 report_elf_if(!ehdr); in ac_rtld_open()
335 report_elf_if(elf_getshdrstrndx(part->elf, &section_str_index) < 0); in ac_rtld_open()
[all …]