Home
last modified time | relevance | path

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

12

/glibc-2.36/sysdeps/mips/
Ddl-trampoline.c60 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()
/glibc-2.36/elf/
Dtst-ro-dynamic-mod.map13 text PT_LOAD FLAGS(5) FILEHDR PHDRS;
Ddl-addr-obj.c70 if (l->l_phdr[n].p_type == PT_LOAD in _dl_addr_inside_object()
Dtst-_dl_addr_inside_object.c40 header.p_type = PT_LOAD; in do_test()
Dsetup-vdso.h48 else if (ph->p_type == PT_LOAD) in setup_vdso()
Dreadelflib.c222 if (segment->p_type == PT_LOAD in process_elf_file()
Ddl-reloc.c268 if (ph->p_type == PT_LOAD && (ph->p_flags & PF_W) == 0) in _dl_relocate_object()
Ddl-profile.c208 if (ph->p_type == PT_LOAD && (ph->p_flags & PF_X)) in _dl_start_profile()
Ddl-find_object.c488 if (ph->p_type == PT_LOAD) in rtld_hidden_def()
Dsprof.c451 if (ph->p_type == PT_LOAD && (ph->p_flags & PF_X)) in load_shobj()
Ddl-load.c1134 case PT_LOAD: in _dl_map_object_from_fd()
Delf.h717 #define PT_LOAD 1 /* Loadable program segment */ macro
Drtld.c1200 case PT_LOAD: in rtld_setup_main_map()
/glibc-2.36/scripts/
Dtst-elf-edit.py49 PT_LOAD=1 variable
192 if phdr.p_type == PT_LOAD and opts.align is not None:
Dglibcelf.py512 PT_LOAD = 1 variable in Pt
/glibc-2.36/sysdeps/arm/
Dfind_exidx.c48 if (phdr->p_type == PT_LOAD) in find_exidx_callback()
/glibc-2.36/sysdeps/aarch64/
Ddl-bti.c38 if (phdr->p_type == PT_LOAD && (phdr->p_flags & PF_X)) in _dl_bti_protect()
/glibc-2.36/sysdeps/generic/
Dunwind-dw2-fde-glibc.c111 if (phdr->p_type == PT_LOAD) in _Unwind_IteratePhdrCallback()
/glibc-2.36/ChangeLog.old/
DChangeLog.24669 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]
DChangeLog.132235 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,
DChangeLog.1710933 * elf/dl-addr.c (_dl_addr): Skip PT_LOAD checking if l_contiguous.
10934 Move PT_LOAD checking to...
DChangeLog.259240 elf: Check invalid hole in PT_LOAD segments [BZ #28838]
DChangeLog.116914 Scan all PT_LOAD segments of objects for stub_pc, instead of only
DChangeLog.1613288 l_text_end are set for a VDSO with a single PT_LOAD entry.
/glibc-2.36/
DNEWS330 has been removed since the first PT_LOAD segment is no longer executable
496 [28676] dynamic-link: p_align on PT_LOAD segment in DSO isn't honored
498 [28688] dynamic-link: PT_LOAD p_align check is too strict

12