Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/common/
Dac_rtld.c179 #define report_if(cond) \ in read_private_lds_symbols() macro
211 report_if(!util_is_power_of_two_nonzero(s.align)); in read_private_lds_symbols()
215 report_if(symbol->st_size > 1u << 29); in read_private_lds_symbols()
239 #undef report_if in read_private_lds_symbols()
270 #define report_if(cond) \ in ac_rtld_open() macro
331 report_if(ehdr->e_machine != EM_AMDGPU); in ac_rtld_open()
340 report_if(!part->sections); in ac_rtld_open()
357 report_if(shdr->sh_flags & SHF_WRITE); in ac_rtld_open()
466 #undef report_if in ac_rtld_open()
603 #define report_if(cond) \ in apply_relocs() macro
[all …]