Home
last modified time | relevance | path

Searched refs:PT_INTERP (Results 1 - 25 of 26) sorted by relevance

12

/third_party/elfutils/tests/
H A Dshowptable.c83 [PT_INTERP] = "INTERP", in main()
120 if (phdr->p_type == PT_INTERP) in main()
/third_party/rust/crates/rustix/src/backend/linux_raw/
H A Dvdso.rs119 } else if phdr.p_type == PT_INTERP || phdr.p_type == PT_GNU_RELRO { in init_from_sysinfo_ehdr()
/third_party/elfutils/libdwfl/
H A Ddwfl_module_getdwarf.c367 .interp, the section that became the PT_INTERP segment. So we exclude in find_prelink_address_sync()
368 the SHT_PROGBITS section whose address matches the PT_INTERP p_vaddr. in find_prelink_address_sync()
369 For this reason, we must examine the phdrs first to find PT_INTERP. */ in find_prelink_address_sync()
381 if (phdr.p_type == PT_INTERP) in find_prelink_address_sync()
415 if ((*p32)[i].p_type == PT_INTERP) in find_prelink_address_sync()
425 if ((*p64)[i].p_type == PT_INTERP) in find_prelink_address_sync()
466 matches the PT_INTERP p_vaddr. The special sections that can be in find_prelink_address_sync()
468 becomes PT_INTERP). The "real" sections cannot move as such, but in find_prelink_address_sync()
/third_party/elfutils/src/
H A Delfclassify.c272 if (phdr->p_type == PT_INTERP) in run_classify()
H A Dreadelf.c1424 if (phdr->p_type == PT_INTERP) in print_phdr()
2138 /* Find the program header and look for a PT_INTERP entry. */ in handle_relocs_rel()
2149 if (phdr != NULL && phdr->p_type == PT_INTERP) in handle_relocs_rel()
2328 /* Find the program header and look for a PT_INTERP entry. */ in handle_relocs_rela()
2339 if (phdr != NULL && phdr->p_type == PT_INTERP) in handle_relocs_rela()
H A Delflint.c4530 else if (phdr->p_type == PT_INTERP) in check_program_header()
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp647 #define PT_INTERP 3 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h1015 PT_INTERP = 3, // Interpreter pathname. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h1186 PT_INTERP = 3, // Interpreter pathname. enumerator
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c1789 else if (phdr->p_type == PT_INTERP) in __dls3()
1871 if (app.phdr[i].p_type == PT_INTERP) in __dls3()
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c1788 else if (phdr->p_type == PT_INTERP) in __dls3()
1870 if (app.phdr[i].p_type == PT_INTERP) in __dls3()
/third_party/elfio/elfio/
H A Delfio_dump.hpp415 { PT_INTERP, "INTERP" },
H A Delf_types.hpp963 constexpr Elf_Word PT_INTERP = 3; member
/third_party/musl/ldso/
H A Ddynlink.c1886 else if (phdr->p_type == PT_INTERP)
1972 if (app.phdr[i].p_type == PT_INTERP)
/third_party/musl/porting/linux/user/include/
H A Delf.h598 #define PT_INTERP 3 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h596 #define PT_INTERP 3 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h596 #define PT_INTERP 3 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h596 #define PT_INTERP 3 macro
/third_party/musl/include/
H A Delf.h609 #define PT_INTERP 3 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DELFYAML.cpp49 ECase(PT_INTERP); in enumeration()
/third_party/elfutils/libelf/
H A Delf.h720 #define PT_INTERP 3 /* Program interpreter */ macro
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs2111 pub const PT_INTERP: u32 = 3; consts
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c2918 else if (phdr->p_type == PT_INTERP) in __dls3()
2993 if (app.phdr[i].p_type == PT_INTERP) in __dls3()
/third_party/musl/ldso/linux/
H A Ddynlink.c3153 else if (phdr->p_type == PT_INTERP) in __dls3()
3228 if (app.phdr[i].p_type == PT_INTERP) in __dls3()
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2669 pub const PT_INTERP: u32 = 3; consts

Completed in 202 milliseconds

12