Searched refs:see_local (Results 1 – 6 of 6) sorted by relevance
/freebsd/lib/libkldelf/ |
H A D | kldelf.h | 51 #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 D | ef_obj.c | 104 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 D | ef.c | 84 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 D | elf.c | 692 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 D | link_elf_obj.c | 1468 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 D | link_elf.c | 1514 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()
|