Home
last modified time | relevance | path

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

/freebsd/lib/libkldelf/
H A Dkldelf.h51 #define EF_LOOKUP_SYMBOL(ef, name, sym, see_local) \ argument
52 (ef)->ef_ops->lookup_symbol((ef)->ef_ef, name, sym, see_local)
73 bool see_local);
323 GElf_Sym **sym, bool see_local);
H A Def_obj.c104 GElf_Sym **sym, bool see_local);
133 bool see_local) in ef_obj_lookup_symbol() argument
142 if (see_local || in ef_obj_lookup_symbol()
H A Def.c84 GElf_Sym **sym, bool see_local);
129 ef_lookup_symbol(elf_file_t ef, const char *name, GElf_Sym **sym, bool see_local) in ef_lookup_symbol() argument
159 if (see_local || in ef_lookup_symbol()
H A Delf.c692 bool see_local) in elf_lookup_symbol() argument
694 return (EF_LOOKUP_SYMBOL(efile, name, sym, see_local)); in elf_lookup_symbol()
/freebsd/sys/kern/
H A Dlink_elf_obj.c1468 bool see_local) in link_elf_lookup_symbol1() argument
1478 if (see_local || in link_elf_lookup_symbol1()
1515 linker_symval_t *symval, bool see_local) in link_elf_symbol_values1() argument
1525 if (!see_local && ELF_ST_BIND(es->st_info) == STB_LOCAL) in link_elf_symbol_values1()
H A Dlink_elf.c1514 bool see_local) in link_elf_lookup_symbol1() argument
1551 if (see_local || in link_elf_lookup_symbol1()
1633 linker_symval_t *symval, bool see_local) in link_elf_symbol_values1() argument
1642 if (!see_local && ELF_ST_BIND(es->st_info) == STB_LOCAL) in link_elf_symbol_values1()