Home
last modified time | relevance | path

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

/components/libc/posix/libdl/
A Ddlelf.c333 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()
A Ddlelf.h355 #define IS_ALLOC(s) (s.sh_flags == SHF_ALLOC) macro

Completed in 7 milliseconds