Searched refs:PT_LOAD (Results 1 - 10 of 10) sorted by relevance

/bionic/libc/bionic/
H A Ddl_iterate_phdr_static.cpp75 if (vdso_info.dlpi_phdr[i].p_type == PT_LOAD) {
H A Dvdso.cpp109 } else if (vdso_phdr[i].p_type == PT_LOAD) {
/bionic/tests/
H A Dlink_test.cpp51 // Find the first PT_LOAD program header so we can find the ELF header.
54 if (phdr->p_type == PT_LOAD) {
/bionic/tools/relocation_packer/src/
H A Delf_file.cc90 case PT_LOAD: type = "LOAD"; break;
308 CHECK(program_header->p_type == PT_LOAD);
322 CHECK(program_header->p_type == PT_LOAD);
335 if (other_header->p_type == PT_LOAD && other_header != program_header) {
350 CHECK(program_header->p_type == PT_LOAD);
395 if (program_header->p_type == PT_LOAD) {
421 if (program_header->p_type == PT_LOAD &&
452 // Adjust PT_LOAD program header memsz and filesz
/bionic/libc/malloc_debug/
H A DMapData.cpp102 if (phdr.p_type == PT_LOAD && phdr.p_offset == entry->offset) {
/bionic/linker/
H A Dlinker_phdr.cpp64 An ELF file's program header table contains one or more PT_LOAD
494 if (phdr->p_type != PT_LOAD) {
623 if (phdr->p_type != PT_LOAD) {
660 // W + E PT_LOAD segments are not allowed in O.
725 if (phdr->p_type != PT_LOAD || (phdr->p_flags & PF_W) != 0) {
828 * turn some of the pages of a writable PT_LOAD segment to read-only, as
1091 if (phdr->p_type == PT_LOAD) {
1113 if (phdr->p_type != PT_LOAD) {
H A Dlinker_main.cpp490 if (phdr->p_type == PT_LOAD) {
/bionic/libc/kernel/uapi/linux/
H A Delf.h37 #define PT_LOAD 1 macro
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Delf.h37 #define PT_LOAD 1 macro
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Delf.h37 #define PT_LOAD 1 macro

Completed in 2102 milliseconds