Searched refs:IS_ALLOC (Results 1 – 2 of 2) sorted by relevance
333 if (IS_PROG(shdr[index]) && IS_ALLOC(shdr[index])) in dlmodule_load_relocated_object()381 if (IS_PROG(shdr[index]) && IS_ALLOC(shdr[index])) in dlmodule_load_relocated_object()
355 #define IS_ALLOC(s) (s.sh_flags == SHF_ALLOC) macro
Completed in 7 milliseconds