Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dlink_elf.c558 int plttype = DT_REL; in parse_dynamic() local
616 plttype = dp->d_un.d_val; in parse_dynamic()
617 if (plttype != DT_REL && plttype != DT_RELA) in parse_dynamic()
628 if (plttype == DT_RELA) { in parse_dynamic()