Home
last modified time | relevance | path

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

/components/libc/posix/libdl/
A Ddlelf.c327 if (IS_PROG(shdr[index]) && IS_AX(shdr[index])) in dlmodule_load_relocated_object()
371 if (IS_PROG(shdr[index]) && IS_AX(shdr[index])) in dlmodule_load_relocated_object()
A Ddlelf.h356 #define IS_AX(s) ((s.sh_flags & SHF_ALLOC) && (s.sh_flags & SHF_EXECINSTR)) macro

Completed in 5 milliseconds