Home
last modified time | relevance | path

Searched refs:plttype (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/kern/
H A Dlink_elf.c586 int plttype = DT_REL; in parse_dynamic() local
644 plttype = dp->d_un.d_val; in parse_dynamic()
645 if (plttype != DT_REL && plttype != DT_RELA) in parse_dynamic()
656 if (plttype == DT_RELA) { in parse_dynamic()
/freebsd/libexec/rtld-elf/
H A Drtld.c1275 int plttype = DT_REL; in digest_dynamic1() local
1336 plttype = dynp->d_un.d_val; in digest_dynamic1()
1338 dynp->d_un.d_val == DT_REL || plttype == DT_RELA); in digest_dynamic1()
1577 if (plttype == DT_RELA) { in digest_dynamic1()