Searched refs:IS_AW (Results 1 – 2 of 2) sorted by relevance
338 if (IS_PROG(shdr[index]) && IS_AW(shdr[index])) in dlmodule_load_relocated_object()343 if (IS_NOPROG(shdr[index]) && IS_AW(shdr[index])) in dlmodule_load_relocated_object()393 if (IS_PROG(shdr[index]) && IS_AW(shdr[index])) in dlmodule_load_relocated_object()405 if (IS_NOPROG(shdr[index]) && IS_AW(shdr[index])) in dlmodule_load_relocated_object()
357 #define IS_AW(s) ((s.sh_flags & SHF_ALLOC) && (s.sh_flags & SHF_WRITE)) macro
Completed in 8 milliseconds