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

/netbsd-6-1-5-RELEASE/lib/libc/tls/
H A Dtls.c140 const Elf_Phdr *phlimit = data->dlpi_phdr + data->dlpi_phnum; local
142 for (; phdr < phlimit; ++phdr) {
/netbsd-6-1-5-RELEASE/libexec/ld.elf_so/
H A Dheaders.c341 const Elf_Phdr *phlimit = phdr + phnum; local
348 for (ph = phdr; ph < phlimit; ++ph) {
360 for (ph = phdr; ph < phlimit; ++ph) {
H A Dmap_object.c73 Elf_Phdr *phlimit; local
175 phlimit = phdr + ehdr->e_phnum;
177 while (phdr < phlimit) {

Completed in 111 milliseconds