Home
last modified time | relevance | path

Searched refs:PT_LOAD (Results 1 – 6 of 6) sorted by relevance

/components/lwp/vdso/user/arch/aarch64/
A Dvdso.lds.S49 text PT_LOAD FLAGS(5) FILEHDR PHDRS;
/components/lwp/vdso/user/arch/risc-v/
A Dvdso.lds.S49 text PT_LOAD FLAGS(5) FILEHDR PHDRS;
/components/libc/posix/libdl/
A Ddlelf.c63 if (phdr[index].p_type != PT_LOAD) in dlmodule_load_shared_object()
133 if (phdr[index].p_type == PT_LOAD) in dlmodule_load_shared_object()
A Ddlelf.h307 #define PT_LOAD 1 macro
/components/lwp/
A Dlwp_elf.c534 if (elf_info->phdr[i].p_type == PT_LOAD) in total_mapping_size()
636 if (tmp_phdr->p_type != PT_LOAD) in elf_file_mmap()
A Dlwp_elf.h616 #define PT_LOAD 1 /* Loadable program segment */ macro

Completed in 25 milliseconds