Lines Matching refs:lf
44 link_elf_ctf_get(linker_file_t lf, linker_ctf_t *lc) in link_elf_ctf_get() argument
52 elf_file_t ef = (elf_file_t) lf; in link_elf_ctf_get()
63 if (lf == NULL || lc == NULL) in link_elf_ctf_get()
103 NDINIT(&nd, LOOKUP, FOLLOW, UIO_SYSSPACE, lf->pathname); in link_elf_ctf_get()
150 __func__, __LINE__, lf->pathname, hdr->e_shstrndx, in link_elf_ctf_get()
175 __func__, __LINE__, lf->pathname); in link_elf_ctf_get()
191 __func__, __LINE__, lf->pathname); in link_elf_ctf_get()
202 __func__, __LINE__, lf->pathname, cth.cth_version); in link_elf_ctf_get()
311 link_elf_ctf_get_ddb(linker_file_t lf, linker_ctf_t *lc) in link_elf_ctf_get_ddb() argument
313 elf_file_t ef = (elf_file_t)lf; in link_elf_ctf_get_ddb()
334 link_elf_ctf_lookup_typename(linker_file_t lf, linker_ctf_t *lc, in link_elf_ctf_lookup_typename() argument
337 if (link_elf_ctf_get_ddb(lf, lc)) in link_elf_ctf_lookup_typename()