/external/elfutils/tests/ |
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()
|
D | vendorelf.c | 96 phdr.p_type = PT_NULL; in check_elf() 161 if (phdr.p_type != PT_NULL in check_elf()
|
D | alldts.c | 116 phdr[0].p_type = PT_PHDR; in main() 117 phdr[1].p_type = PT_DYNAMIC; in main()
|
/external/ipsec-tools/src/libipsec/ |
D | policy_parse.y | 103 static int p_dir, p_type, p_protocol, p_mode, p_level, p_reqid; variable 153 p_type = $2; 168 p_type = $4; 187 p_type = $5; 209 p_type = $4; 220 p_type = $6; 242 p_type = $6; 264 p_type = 0; /* ignored it by kernel */ 443 if (p_type == IPSEC_POLICY_IPSEC) { in rule_check() 491 p->sadb_x_policy_type = p_type; in init_x_policy() [all …]
|
/external/libunwind/src/coredump/ |
D | _UCD_create.c | 166 cur->p_type = hdr64.p_type ; in _UCD_create() 192 cur->p_type = hdr32.p_type ; in _UCD_create() 212 Debug(2, "phdr[%03d]: type:%d", i, cur->p_type); in _UCD_create() 213 if (cur->p_type == PT_NOTE) in _UCD_create() 252 if (cur->p_type == PT_LOAD) in _UCD_create()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_extensions.cpp | 959 const uint32_t p_type = _.GetOperandTypeId(inst, operand_index++); in ValidateExtInst() local 962 if (!_.GetPointerTypeInfo(p_type, &p_data_type, &p_storage_class)) { in ValidateExtInst() 1010 const uint32_t p_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local 1013 if (!_.GetPointerTypeInfo(p_type, &p_data_type, &p_storage_class)) { in ValidateExtInst() 1375 const uint32_t p_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 1376 if (!_.IsFloatScalarOrVectorType(p_type)) { in ValidateExtInst() 1382 const uint32_t num_components = _.GetDimension(p_type); in ValidateExtInst() 1389 if (result_type != _.GetComponentType(p_type)) { in ValidateExtInst() 1413 const uint32_t p_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 1414 if (p_type != result_type) { in ValidateExtInst() [all …]
|
D | validate_derivatives.cpp | 50 const uint32_t p_type = _.GetOperandTypeId(inst, 2); in DerivativesPass() local 51 if (p_type != result_type) { in DerivativesPass()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_extensions.cpp | 959 const uint32_t p_type = _.GetOperandTypeId(inst, operand_index++); in ValidateExtInst() local 962 if (!_.GetPointerTypeInfo(p_type, &p_data_type, &p_storage_class)) { in ValidateExtInst() 1010 const uint32_t p_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local 1013 if (!_.GetPointerTypeInfo(p_type, &p_data_type, &p_storage_class)) { in ValidateExtInst() 1375 const uint32_t p_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 1376 if (!_.IsFloatScalarOrVectorType(p_type)) { in ValidateExtInst() 1382 const uint32_t num_components = _.GetDimension(p_type); in ValidateExtInst() 1389 if (result_type != _.GetComponentType(p_type)) { in ValidateExtInst() 1413 const uint32_t p_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 1414 if (p_type != result_type) { in ValidateExtInst() [all …]
|
D | validate_derivatives.cpp | 50 const uint32_t p_type = _.GetOperandTypeId(inst, 2); in DerivativesPass() local 51 if (p_type != result_type) { in DerivativesPass()
|
/external/skqp/modules/skottie/src/ |
D | SkottieAdapter.h | 37 #define ADAPTER_PROPERTY(p_name, p_type, p_default) \ argument 38 const p_type& get##p_name() const { \ 41 void set##p_name(const p_type& p) { \ 47 p_type f##p_name = p_default; \
|
/external/elfutils/libdwfl/ |
D | core-file.c | 133 notes->p_type = PT_NULL; in dwfl_report_core_segments() 144 switch (phdr->p_type) in dwfl_report_core_segments() 266 if (pphdr->p_type == PT_LOAD) in do_more() 306 while (phdr.p_type != PT_LOAD in dwfl_elf_phdr_memory_callback() 434 if (phdr->p_type == PT_DYNAMIC) in __libdwfl_dynamic_vaddr_get() 492 if (likely (notes_phdr.p_type == PT_NOTE)) in dwfl_core_file_report()
|
D | elf-from-memory.c | 261 if ((*p32)[i].p_type == PT_LOAD) in elf_from_remote_memory() 272 if ((*p64)[i].p_type == PT_LOAD) in elf_from_remote_memory() 327 if ((*p32)[i].p_type == PT_LOAD) in elf_from_remote_memory() 354 if ((*p64)[i].p_type == PT_LOAD) in elf_from_remote_memory()
|
/external/minijail/ |
D | elfparse.h | 64 Elf32_Word p_type; /* Segment type */ member 76 Elf64_Word p_type; /* Segment type */ member
|
/external/skia/modules/skottie/src/ |
D | SkottieAdapter.h | 39 #define ADAPTER_PROPERTY(p_name, p_type, p_default) \ argument 40 const p_type& get##p_name() const { \ 43 void set##p_name(const p_type& p) { \ 49 p_type f##p_name = p_default; \
|
/external/toybox/toys/posix/ |
D | file.c | 129 int p_type = elf_int(phdr, 4); local 132 if (p_type==2 /*PT_DYNAMIC*/) dynamic = 1; 133 if (p_type!=3 /*PT_INTERP*/ && p_type!=4 /*PT_NOTE*/) continue; 139 if (p_type==3 /*PT_INTERP*/) {
|
/external/mesa3d/src/util/ |
D | build_id.c | 66 if (info->dlpi_phdr[i].p_type == PT_LOAD) { in build_id_find_nhdr_callback() 76 if (info->dlpi_phdr[i].p_type != PT_NOTE) in build_id_find_nhdr_callback()
|
/external/elfutils/libelf/ |
D | elf32_getphdr.c | 162 CONVERT_TO (phdr[cnt].p_type, notcvt[cnt].p_type); in ElfW2() 212 CONVERT (phdr[cnt].p_type); in ElfW2()
|
/external/libunwind/src/ |
D | elfxx.c | 259 GET_PHDR_FIELD(ei, offset, &phdr, p_type); in elf_w() 260 if (phdr.p_type == PT_LOAD) { in elf_w() 398 if (phdr[i].p_type == PT_LOAD && phdr[i].p_offset == mapoff) { in elf_w() 412 if (phdr[i].p_type == PT_LOAD && phdr[i].p_vaddr < min_vaddr) { in elf_w() 622 if (phdr[i].p_type == PT_LOAD && phdr[i].p_offset == mapoff) { in elf_w() 636 GET_PHDR_FIELD(ei, offset, &phdr, p_type); in elf_w() 642 if (phdr.p_type == PT_LOAD && phdr.p_offset == 0) { in elf_w()
|
/external/python/cpython3/Python/ |
D | errors.c | 335 PyErr_Fetch(PyObject **p_type, PyObject **p_value, PyObject **p_traceback) in PyErr_Fetch() argument 339 *p_type = tstate->curexc_type; in PyErr_Fetch() 355 PyErr_GetExcInfo(PyObject **p_type, PyObject **p_value, PyObject **p_traceback) in PyErr_GetExcInfo() argument 360 *p_type = exc_info->exc_type; in PyErr_GetExcInfo() 365 Py_XINCREF(*p_type); in PyErr_GetExcInfo() 371 PyErr_SetExcInfo(PyObject *p_type, PyObject *p_value, PyObject *p_traceback) in PyErr_SetExcInfo() argument 380 tstate->exc_info->exc_type = p_type; in PyErr_SetExcInfo()
|
/external/google-breakpad/src/common/linux/ |
D | elf_core_dump.cc | 137 if (program->p_type == type) { in GetFirstProgramHeaderOfType() 152 if (program->p_type != PT_LOAD) in CopyData()
|
/external/compiler-rt/lib/cfi/ |
D | cfi.cc | 182 if (info->dlpi_phdr[i].p_type == PT_DYNAMIC) { in find_cfi_check_in_dso() 207 if (phdr->p_type == PT_LOAD) { in find_cfi_check_in_dso() 242 if (phdr->p_type == PT_LOAD) { in dl_iterate_phdr_cb()
|
/external/libunwind_llvm/src/ |
D | AddressSpace.hpp | 517 if (phdr->p_type == PT_LOAD) { in findUnwindSections() 529 } else if (phdr->p_type == PT_GNU_EH_FRAME) { in findUnwindSections() 555 if (phdr->p_type == PT_LOAD) { in findUnwindSections() 560 } else if (phdr->p_type == PT_ARM_EXIDX) { in findUnwindSections()
|
/external/elfutils/src/ |
D | elflint.c | 873 if (phdr != NULL && phdr->p_type == PT_TLS) in check_symtab() 1036 if (phdr != NULL && phdr->p_type == PT_DYNAMIC) in check_symtab() 1308 if (phdr->p_type == PT_LOAD) in check_reloc_shdr() 1317 else if (phdr->p_type == PT_DYNAMIC) in check_reloc_shdr() 1789 if (phdr != NULL && phdr->p_type == PT_LOAD in check_dynamic() 3045 && phdr->p_type == PT_DYNAMIC) in unknown_dependency_p() 4033 && ((phdr->p_type == PT_LOAD in check_sections() 4035 || (phdr->p_type == PT_TLS in check_sections() 4220 if (phdr != NULL && (phdr->p_type == PT_LOAD || phdr->p_type == PT_TLS)) in check_sections() 4486 if (phdr->p_type >= PT_NUM && phdr->p_type != PT_GNU_EH_FRAME in check_program_header() [all …]
|
/external/linux-kselftest/tools/testing/selftests/vDSO/ |
D | parse_vdso.c | 121 if (pt[i].p_type == PT_LOAD && !found_vaddr) { in vdso_init_from_sysinfo_ehdr() 126 } else if (pt[i].p_type == PT_DYNAMIC) { in vdso_init_from_sysinfo_ehdr()
|
/external/syzkaller/sys/linux/ |
D | binfmt.txt | 95 p_type flags[elf_ptypes, int32] 106 p_type flags[elf_ptypes, int32]
|