Searched refs:phent (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/lib/libc/gen/
H A Dtls.c439 size_t phent, phnum; local
448 phent = phnum = 0;
456 phent = auxp->a_un.a_val;
464 if (phdr == NULL || phent != sizeof(Elf_Phdr) || phnum == 0)
/freebsd-13-stable/sys/sys/
H A Dimgact_elf.h61 Elf_Size phent; member in struct:__anon15845
/freebsd-13-stable/sys/powerpc/powerpc/
H A Delf_common.c64 AUXARGS_ENTRY(pos, AT_OLD_PHENT, args->phent);
/freebsd-13-stable/sys/arm64/linux/
H A Dlinux_sysvec.c177 AUXARGS_ENTRY(pos, AT_PHENT, args->phent);
/freebsd-13-stable/sys/amd64/linux/
H A Dlinux_sysvec.c270 AUXARGS_ENTRY(pos, AT_PHENT, args->phent);
/freebsd-13-stable/sys/i386/linux/
H A Dlinux_sysvec.c223 AUXARGS_ENTRY(pos, AT_PHENT, args->phent);
/freebsd-13-stable/sys/amd64/linux32/
H A Dlinux32_sysvec.c218 AUXARGS_ENTRY(pos, AT_PHENT, args->phent);
/freebsd-13-stable/sys/kern/
H A Dimgact_elf.c1326 elf_auxargs->phent = hdr->e_phentsize;
1363 AUXARGS_ENTRY(pos, AT_PHENT, args->phent);

Completed in 191 milliseconds