Searched refs:PT_LOAD (Results 1 – 25 of 26) sorted by relevance
12
60 if (p[this].p_type == PT_LOAD) in elf_machine_runtime_link_map()83 if (p[this].p_type == PT_LOAD) in elf_machine_runtime_link_map()
13 text PT_LOAD FLAGS(5) FILEHDR PHDRS;
70 if (l->l_phdr[n].p_type == PT_LOAD in _dl_addr_inside_object()
40 header.p_type = PT_LOAD; in do_test()
48 else if (ph->p_type == PT_LOAD) in setup_vdso()
222 if (segment->p_type == PT_LOAD in process_elf_file()
268 if (ph->p_type == PT_LOAD && (ph->p_flags & PF_W) == 0) in _dl_relocate_object()
208 if (ph->p_type == PT_LOAD && (ph->p_flags & PF_X)) in _dl_start_profile()
488 if (ph->p_type == PT_LOAD) in rtld_hidden_def()
451 if (ph->p_type == PT_LOAD && (ph->p_flags & PF_X)) in load_shobj()
1134 case PT_LOAD: in _dl_map_object_from_fd()
717 #define PT_LOAD 1 /* Loadable program segment */ macro
1200 case PT_LOAD: in rtld_setup_main_map()
49 PT_LOAD=1 variable192 if phdr.p_type == PT_LOAD and opts.align is not None:
512 PT_LOAD = 1 variable in Pt
48 if (phdr->p_type == PT_LOAD) in find_exidx_callback()
38 if (phdr->p_type == PT_LOAD && (phdr->p_flags & PF_X)) in _dl_bti_protect()
111 if (phdr->p_type == PT_LOAD) in _Unwind_IteratePhdrCallback()
669 elf: Add a test for PT_LOAD segments with invalid p_align [BZ #28688]679 elf: Add a test for PT_LOAD segments with p_align == 1 [BZ #28688]688 elf: Add a test for PT_LOAD segments with mixed p_align [BZ #28676]765 elf: Properly align all PT_LOAD segments [BZ #28676]4974 elf: Remove excessive p_align check on PT_LOAD segments [BZ #28688]5683 Add a testcase to check alignment of PT_LOAD segment [BZ #28676]5692 elf: Properly align PT_LOAD segments [BZ #28676]
2235 PT_LOAD program headers and don't try to relocate PT_TLS's p_vaddr;12532 difference between base address and first PT_LOAD's virtual address,
10933 * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.10934 Move PT_LOAD checking to...
9240 elf: Check invalid hole in PT_LOAD segments [BZ #28838]
6914 Scan all PT_LOAD segments of objects for stub_pc, instead of only
13288 l_text_end are set for a VDSO with a single PT_LOAD entry.
330 has been removed since the first PT_LOAD segment is no longer executable496 [28676] dynamic-link: p_align on PT_LOAD segment in DSO isn't honored498 [28688] dynamic-link: PT_LOAD p_align check is too strict