/third_party/elfutils/tests/ |
H A D | showptable.c | 91 const char *p_type = typenames[phdr->p_type]; in main() local 94 if (phdr->p_type >= PT_NUM) in main() 96 snprintf (buf, sizeof (buf), "%x", phdr->p_type); in main() 97 p_type = buf; in main() 101 cnt, p_type, in main() 120 if (phdr->p_type == PT_INTERP) in main()
|
H A D | dwfl-report-segment-contiguous.c | 48 .p_type = PT_LOAD, in main() 65 .p_type = PT_LOAD, in main()
|
H A D | vendorelf.c | 97 phdr.p_type = PT_NULL; in check_elf() 162 if (phdr.p_type != PT_NULL in check_elf()
|
/third_party/libunwind/libunwind/src/coredump/ |
H A D | _UCD_create.c | 136 cur->p_type = hdr64.p_type ; in _UCD_create() 162 cur->p_type = hdr32.p_type ; in _UCD_create() 193 if (cur->p_type == PT_LOAD) in _UCD_create()
|
H A D | _UCD_get_mapinfo_linux.c | 86 if (ui->phdrs[p].p_type == PT_LOAD in _handle_file_note() 120 if (phdrs[i].p_type == PT_NOTE) in _UCD_get_mapinfo()
|
H A D | _UCD_get_threadinfo_prstatus.c | 93 Debug(8, "phdr[%03d]: type:%d", i, phdrs[i].p_type); in _UCD_get_threadinfo() 94 if (phdrs[i].p_type == PT_NOTE) in _UCD_get_threadinfo()
|
/third_party/musl/src/ldso/ |
H A D | dl_iterate_phdr.c | 24 if (phdr->p_type == PT_PHDR) in static_dl_iterate_phdr() 26 if (phdr->p_type == PT_DYNAMIC && _DYNAMIC) in static_dl_iterate_phdr() 28 if (phdr->p_type == PT_TLS) in static_dl_iterate_phdr()
|
/third_party/musl/porting/linux/user/src/env/ |
H A D | __init_tls.c | 97 if (phdr->p_type == PT_PHDR) in static_init_tls() 99 if (phdr->p_type == PT_DYNAMIC && _DYNAMIC) in static_init_tls() 101 if (phdr->p_type == PT_TLS) in static_init_tls() 103 if (phdr->p_type == PT_GNU_STACK && in static_init_tls()
|
/third_party/musl/src/env/ |
H A D | __init_tls.c | 131 if (phdr->p_type == PT_PHDR) in static_init_tls() 133 if (phdr->p_type == PT_DYNAMIC && _DYNAMIC) in static_init_tls() 135 if (phdr->p_type == PT_TLS) in static_init_tls() 137 if (phdr->p_type == PT_GNU_STACK && in static_init_tls()
|
/third_party/musl/porting/liteos_a/user/src/env/ |
H A D | __init_tls.c | 124 if (phdr->p_type == PT_PHDR) in static_init_tls() 126 if (phdr->p_type == PT_DYNAMIC && _DYNAMIC) in static_init_tls() 128 if (phdr->p_type == PT_TLS) in static_init_tls() 130 if (phdr->p_type == PT_GNU_STACK && in static_init_tls()
|
/third_party/elfutils/libdwfl/ |
H A D | core-file.c | 134 notes->p_type = PT_NULL; in dwfl_report_core_segments() 145 switch (phdr->p_type) in dwfl_report_core_segments() 267 if (pphdr->p_type == PT_LOAD) in do_more() 307 while (phdr.p_type != PT_LOAD in dwfl_elf_phdr_memory_callback() 438 if (phdr->p_type == PT_DYNAMIC) in __libdwfl_dynamic_vaddr_get() 512 if (likely (notes_phdr.p_type == PT_NOTE)) in dwfl_core_file_report()
|
H A D | elf-from-memory.c | 240 GElf_Word type = class32 ? (*p32)[i].p_type : (*p64)[i].p_type; in elf_from_remote_memory() 297 GElf_Word type = class32 ? (*p32)[i].p_type : (*p64)[i].p_type; in elf_from_remote_memory()
|
/third_party/mesa3d/src/util/ |
H A D | build_id.c | 65 if (info->dlpi_phdr[i].p_type == PT_LOAD) { in build_id_find_nhdr_callback() 75 if (info->dlpi_phdr[i].p_type != PT_NOTE) in build_id_find_nhdr_callback()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_derivatives.cpp | 54 const uint32_t p_type = _.GetOperandTypeId(inst, 2); in DerivativesPass() local 55 if (p_type != result_type) { in DerivativesPass()
|
H A D | validate_extensions.cpp | 1635 const uint32_t p_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local 1638 if (!_.GetPointerTypeInfo(p_type, &p_data_type, &p_storage_class)) { in ValidateExtInst() 1697 const uint32_t p_type = _.GetOperandTypeId(inst, operand_index++); in ValidateExtInst() local 1700 if (!_.GetPointerTypeInfo(p_type, &p_data_type, &p_storage_class)) { in ValidateExtInst() 2062 const uint32_t p_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 2063 if (!_.IsFloatScalarOrVectorType(p_type)) { in ValidateExtInst() 2069 const uint32_t num_components = _.GetDimension(p_type); in ValidateExtInst() 2076 if (result_type != _.GetComponentType(p_type)) { in ValidateExtInst() 2100 const uint32_t p_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 2101 if (p_type ! in ValidateExtInst() 2210 const uint32_t p_type = _.GetOperandTypeId(inst, 5); ValidateExtInst() local 2272 const uint32_t p_type = _.GetOperandTypeId(inst, 6); ValidateExtInst() local 2338 const uint32_t p_type = _.GetOperandTypeId(inst, 5); ValidateExtInst() local 2400 const uint32_t p_type = _.GetOperandTypeId(inst, 5); ValidateExtInst() local 2467 const uint32_t p_type = _.GetOperandTypeId(inst, 6); ValidateExtInst() local 2657 const uint32_t p_type = _.GetOperandTypeId(inst, 4); ValidateExtInst() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_derivatives.cpp | 54 const uint32_t p_type = _.GetOperandTypeId(inst, 2); in DerivativesPass() local 55 if (p_type != result_type) { in DerivativesPass()
|
H A D | validate_extensions.cpp | 1635 const uint32_t p_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local 1638 if (!_.GetPointerTypeInfo(p_type, &p_data_type, &p_storage_class)) { in ValidateExtInst() 1697 const uint32_t p_type = _.GetOperandTypeId(inst, operand_index++); in ValidateExtInst() local 1700 if (!_.GetPointerTypeInfo(p_type, &p_data_type, &p_storage_class)) { in ValidateExtInst() 2062 const uint32_t p_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 2063 if (!_.IsFloatScalarOrVectorType(p_type)) { in ValidateExtInst() 2069 const uint32_t num_components = _.GetDimension(p_type); in ValidateExtInst() 2076 if (result_type != _.GetComponentType(p_type)) { in ValidateExtInst() 2100 const uint32_t p_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 2101 if (p_type ! in ValidateExtInst() 2210 const uint32_t p_type = _.GetOperandTypeId(inst, 5); ValidateExtInst() local 2272 const uint32_t p_type = _.GetOperandTypeId(inst, 6); ValidateExtInst() local 2338 const uint32_t p_type = _.GetOperandTypeId(inst, 5); ValidateExtInst() local 2400 const uint32_t p_type = _.GetOperandTypeId(inst, 5); ValidateExtInst() local 2467 const uint32_t p_type = _.GetOperandTypeId(inst, 6); ValidateExtInst() local 2657 const uint32_t p_type = _.GetOperandTypeId(inst, 4); ValidateExtInst() local [all...] |
/third_party/spirv-tools/source/val/ |
H A D | validate_derivatives.cpp | 53 const uint32_t p_type = _.GetOperandTypeId(inst, 2); in DerivativesPass() local 54 if (p_type != result_type) { in DerivativesPass()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/ |
H A D | vdso.rs | 99 if phdr.p_type == PT_LOAD && !found_vaddr { in init_from_sysinfo_ehdr() 108 } else if phdr.p_type == PT_DYNAMIC { in init_from_sysinfo_ehdr() 119 } else if phdr.p_type == PT_INTERP || phdr.p_type == PT_GNU_RELRO { in init_from_sysinfo_ehdr()
|
/third_party/toybox/toys/posix/ |
H A D | file.c | 131 int p_type = elf_int(phdr, 4); in do_elf_file() local 134 if (p_type==2 /*PT_DYNAMIC*/) dynamic = 1; in do_elf_file() 135 if (p_type!=3 /*PT_INTERP*/ && p_type!=4 /*PT_NOTE*/) continue; in do_elf_file() 141 if (p_type==3 /*PT_INTERP*/) { in do_elf_file()
|
/third_party/musl/porting/liteos_a/user/ldso/ |
H A D | dynlink.c | 554 if (ph->p_type!=PT_LOAD) continue; in reclaim_gaps() 660 if (ph->p_type == PT_DYNAMIC) { in map_library() 662 } else if (ph->p_type == PT_TLS) { in map_library() 667 } else if (ph->p_type == PT_GNU_RELRO) { in map_library() 670 } else if (ph->p_type == PT_GNU_STACK) { in map_library() 677 if (ph->p_type != PT_LOAD) continue; in map_library() 697 if (ph->p_type != PT_LOAD) continue; in map_library() 758 if (ph->p_type != PT_LOAD) continue; in map_library() 778 if (next_ph->p_type != PT_LOAD) { in map_library() 1393 if (ph->p_type in kernel_mapped_dso() [all...] |
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
H A D | dynlink.c | 554 if (ph->p_type!=PT_LOAD) continue; in reclaim_gaps() 660 if (ph->p_type == PT_DYNAMIC) { in map_library() 662 } else if (ph->p_type == PT_TLS) { in map_library() 667 } else if (ph->p_type == PT_GNU_RELRO) { in map_library() 670 } else if (ph->p_type == PT_GNU_STACK) { in map_library() 677 if (ph->p_type != PT_LOAD) continue; in map_library() 697 if (ph->p_type != PT_LOAD) continue; in map_library() 758 if (ph->p_type != PT_LOAD) continue; in map_library() 778 if (next_ph->p_type != PT_LOAD) { in map_library() 1392 if (ph->p_type in kernel_mapped_dso() [all...] |
/third_party/backends/backend/ |
H A D | epsonds.h | 57 #define XtOffset(p_type, field) ((size_t)&(((p_type)NULL)->field))
|
/third_party/musl/src/internal/linux/ |
H A D | vdso.c | 80 if (ph->p_type == PT_LOAD) in __get_vdso_info() 82 else if (ph->p_type == PT_DYNAMIC) in __get_vdso_info()
|
/third_party/musl/porting/linux/user/src/internal/ |
H A D | vdso.c | 80 if (ph->p_type == PT_LOAD) in __get_vdso_info() 82 else if (ph->p_type == PT_DYNAMIC) in __get_vdso_info()
|