Searched refs:IS_PROG (Results 1 – 2 of 2) sorted by relevance
327 if (IS_PROG(shdr[index]) && IS_AX(shdr[index])) in dlmodule_load_relocated_object()333 if (IS_PROG(shdr[index]) && IS_ALLOC(shdr[index])) in dlmodule_load_relocated_object()338 if (IS_PROG(shdr[index]) && IS_AW(shdr[index])) in dlmodule_load_relocated_object()371 if (IS_PROG(shdr[index]) && IS_AX(shdr[index])) in dlmodule_load_relocated_object()381 if (IS_PROG(shdr[index]) && IS_ALLOC(shdr[index])) in dlmodule_load_relocated_object()393 if (IS_PROG(shdr[index]) && IS_AW(shdr[index])) in dlmodule_load_relocated_object()
351 #define IS_PROG(s) (s.sh_type == SHT_PROGBITS) macro
Completed in 5 milliseconds