Home
last modified time | relevance | path

Searched refs:p_type (Results 1 – 14 of 14) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/
Dresolv.h209 #define p_type __p_type macro
257 const char * p_type __P((int));
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
Dloadfile_machdep.h48 #define MD_LOADSEG(phdr) ((phdr)->p_type == PT_IA_64_UNWIND ? ia64_unwindtab = (phdr)->p_vaddr, ia6…
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
Delf32.h108 Elf32_Word p_type; /* Entry type. */ member
Delf64.h116 Elf64_Word p_type; /* Entry type. */ member
DElfLoader.c320 if (ProgramHdrPtr->p_type == PT_LOAD) { in ElfLoadFile()
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
Delf32.h108 Elf32_Word p_type; /* Entry type. */ member
Delf64.h116 Elf64_Word p_type; /* Entry type. */ member
DElf32Convert.c1010 if (DynamicSegment->p_type == PT_DYNAMIC) { in WriteRelocations32()
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dns_print.c173 len = SPRINTF((tmp, " %s %s", p_class(class), p_type(type))); in ns_sprintrrf()
520 p_type((int)type), (int)algorithm, (unsigned long)t)); in ns_sprintrrf()
575 len = SPRINTF((tmp, " %s", p_type(c))); in ns_sprintrrf()
Dres_debug.c182 p_type(ns_rr_type(rr)), in do_section()
489 p_type(int type) { in p_type() function
Dgethostbydns.c357 qname, p_class(C_IN), p_type(qtype), in gethostanswer()
358 p_type(type)); in gethostanswer()
Dgetaddrinfo.c1189 qname, p_class(C_IN), p_type(qtype), in getanswer()
1190 p_type(type)); in getanswer()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Derrors.c245 PyErr_Fetch(PyObject **p_type, PyObject **p_value, PyObject **p_traceback) in PyErr_Fetch() argument
249 *p_type = tstate->curexc_type; in PyErr_Fetch()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Derrors.c247 PyErr_Fetch(PyObject **p_type, PyObject **p_value, PyObject **p_traceback) in PyErr_Fetch() argument
251 *p_type = tstate->curexc_type; in PyErr_Fetch()