Searched refs:hi_pathx (Results 1 - 4 of 4) sorted by last modified time

/openbsd-current/libexec/ld.so/
H A Dsod.c230 if (bp->hi_pathx >= hheader->hh_strtab_sz)
231 _dl_die("bad path index: %#x", bp->hi_pathx);
238 return hstrtab + bp->hi_pathx;
240 char *path = hstrtab + bp->hi_pathx;
/openbsd-current/libexec/ld.so/ldconfig/
H A Dldconfig.c345 if (bp->hi_pathx) {
349 if (blist[j].hi_pathx == 0)
367 bp->hi_pathx = str_index;
489 if (bp->hi_pathx >= hdr->hh_strtab_sz) {
490 warnx("Bad path index: %#x", bp->hi_pathx);
497 shp->path = xstrdup(strtab + bp->hi_pathx);
H A Dsod.c225 if (bp->hi_pathx >= hheader->hh_strtab_sz) {
226 printf("Bad path index: %#x\n", bp->hi_pathx);
236 return hstrtab + bp->hi_pathx;
238 char *path = hstrtab + bp->hi_pathx;
/openbsd-current/include/
H A Dlink.h138 int hi_pathx; /* Full path */ member in struct:hints_bucket

Completed in 109 milliseconds