Searched refs:p_type (Results 1 – 14 of 14) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | resolv.h | 209 #define p_type __p_type macro 257 const char * p_type __P((int));
|
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/ |
D | loadfile_machdep.h | 48 #define MD_LOADSEG(phdr) ((phdr)->p_type == PT_IA_64_UNWIND ? ia64_unwindtab = (phdr)->p_vaddr, ia6…
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/ |
D | elf32.h | 108 Elf32_Word p_type; /* Entry type. */ member
|
D | elf64.h | 116 Elf64_Word p_type; /* Entry type. */ member
|
D | ElfLoader.c | 320 if (ProgramHdrPtr->p_type == PT_LOAD) { in ElfLoadFile()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/ |
D | elf32.h | 108 Elf32_Word p_type; /* Entry type. */ member
|
D | elf64.h | 116 Elf64_Word p_type; /* Entry type. */ member
|
D | Elf32Convert.c | 1010 if (DynamicSegment->p_type == PT_DYNAMIC) { in WriteRelocations32()
|
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | ns_print.c | 173 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()
|
D | res_debug.c | 182 p_type(ns_rr_type(rr)), in do_section() 489 p_type(int type) { in p_type() function
|
D | gethostbydns.c | 357 qname, p_class(C_IN), p_type(qtype), in gethostanswer() 358 p_type(type)); in gethostanswer()
|
D | getaddrinfo.c | 1189 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/ |
D | errors.c | 245 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/ |
D | errors.c | 247 PyErr_Fetch(PyObject **p_type, PyObject **p_value, PyObject **p_traceback) in PyErr_Fetch() argument 251 *p_type = tstate->curexc_type; in PyErr_Fetch()
|