Searched refs:PT_LOAD (Results 1 – 7 of 7) sorted by relevance
76 if (vdso_info.dlpi_phdr[i].p_type == PT_LOAD) { in dl_iterate_phdr()
82 } else if (vdso_phdr[i].p_type == PT_LOAD) { in __libc_init_vdso()
90 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()
389 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()
4375 if (phdr->p_type == PT_LOAD) {
102 if (phdr.p_type == PT_LOAD && phdr.p_offset == entry->offset) { in read_loadbase()
41 #define PT_LOAD 1 macro