Searched refs:phlimit (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/libexec/rtld-elf/
H A Dmap_object.c71 Elf_Phdr *phlimit; local
114 phlimit = phdr + hdr->e_phnum;
126 while (phdr < phlimit) {
H A Drtld.c1453 const Elf_Phdr *phlimit = phdr + phnum; local
1459 for (ph = phdr; ph < phlimit; ph++) {
1471 for (ph = phdr; ph < phlimit; ph++) {
/freebsd-12-stable/usr.sbin/kldxref/
H A Def.c570 Elf_Phdr *phdr, *phdyn, *phlimit; local
611 phlimit = phdr + hdr->e_phnum;
614 while (phdr < phlimit) {
/freebsd-12-stable/sys/kern/
H A Dlink_elf.c839 Elf_Phdr *phlimit; local
940 phlimit = phdr + hdr->e_phnum;
943 while (phdr < phlimit) {

Completed in 80 milliseconds