Searched refs:p_type (Results 76 - 84 of 84) sorted by relevance

1234

/freebsd-10.2-release/contrib/llvm/include/llvm/Object/
H A DELF.h725 if (PhdrI->p_type == ELF::PT_DYNAMIC) {
/freebsd-10.2-release/contrib/gcc/
H A Dsys-protos.h807 extern char * p_type(/* ??? */);
/freebsd-10.2-release/lib/libc/net/
H A Dgetaddrinfo.c2034 qname, p_class(C_IN), p_type(qtype),
2035 p_type(type));
/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_module.c1262 if (ph.p_type == PT_LOAD) {
/freebsd-10.2-release/sys/kern/
H A Dlink_elf.c828 switch (phdr->p_type) {
/freebsd-10.2-release/usr.sbin/pmcstat/
H A Dpmcstat_log.c703 switch (ph.p_type) {
/freebsd-10.2-release/libexec/rtld-elf/
H A Drtld.c1270 if (ph->p_type != PT_PHDR)
1282 switch (ph->p_type) {
/freebsd-10.2-release/contrib/binutils/bfd/
H A Delf32-arm.c10081 while (m && m->p_type != PT_ARM_EXIDX)
10088 m->p_type = PT_ARM_EXIDX;
10384 if (m->p_type == PT_DYNAMIC)
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dia64-tdep.c2425 switch (phdr[i].p_type)

Completed in 216 milliseconds

1234