Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Ddl_iterate_phdr_static.cpp76 if (vdso_info.dlpi_phdr[i].p_type == PT_LOAD) { in dl_iterate_phdr()
Dvdso.cpp82 } else if (vdso_phdr[i].p_type == PT_LOAD) { in __libc_init_vdso()
/bionic/tools/relocation_packer/src/
Delf_file.cc90 case PT_LOAD: type = "LOAD"; break; in VerboseLogProgramHeader()
310 CHECK(program_header->p_type == PT_LOAD); in ClampLoadSegmentAlignment()
324 CHECK(program_header->p_type == PT_LOAD); in RestoreLoadSegmentAlignment()
337 if (other_header->p_type == PT_LOAD && other_header != program_header) { in RestoreLoadSegmentAlignment()
352 CHECK(program_header->p_type == PT_LOAD); in AdjustLoadSegmentAlignment()
397 if (program_header->p_type == PT_LOAD) { in AdjustProgramHeaderFields()
423 if (program_header->p_type == PT_LOAD && in FindLoadSegmentForHole()
/bionic/linker/
Dlinker_phdr.cpp389 if (phdr->p_type != PT_LOAD) { in phdr_table_get_load_size()
485 if (phdr->p_type != PT_LOAD) { in LoadSegments()
573 if (phdr->p_type != PT_LOAD || (phdr->p_flags & PF_W) != 0) { in _phdr_table_set_load_prot()
939 if (phdr->p_type == PT_LOAD) { in FindPhdr()
961 if (phdr->p_type != PT_LOAD) { in CheckPhdr()
Dlinker.cpp4375 if (phdr->p_type == PT_LOAD) {
/bionic/libc/malloc_debug/
DMapData.cpp102 if (phdr.p_type == PT_LOAD && phdr.p_offset == entry->offset) { in read_loadbase()
/bionic/libc/kernel/uapi/linux/
Delf.h41 #define PT_LOAD 1 macro