Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/ddb/
Ddb_main.c133 else if (ELF_ST_BIND(match->st_info) == STB_LOCAL && in X_db_search_symbol()
134 ELF_ST_BIND(sym->st_info) != STB_LOCAL) in X_db_search_symbol()
140 ELF_ST_BIND(sym->st_info) != STB_LOCAL) in X_db_search_symbol()
143 ELF_ST_BIND(sym->st_info) != STB_LOCAL) in X_db_search_symbol()
/freebsd-12-stable/contrib/libexecinfo/
Dsymtab.c43 #ifndef ELF_ST_BIND
44 #define ELF_ST_BIND(x) ((x) >> 4) macro
131 (unsigned)bind != ELF_ST_BIND(sym.st_info)) in symtab_create()
/freebsd-12-stable/contrib/binutils/include/elf/
Dcommon.h466 #define ELF_ST_BIND(val) (((unsigned int)(val)) >> 4) macro
472 #define ELF32_ST_BIND ELF_ST_BIND
475 #define ELF64_ST_BIND ELF_ST_BIND
/freebsd-12-stable/contrib/gdb/gdb/
Dmipsread.c341 isglobal = (ELF_ST_BIND (sym_info) == STB_GLOBAL); in read_alphacoff_dynamic_symtab()
348 || ELF_ST_BIND (sym_info) != STB_GLOBAL) in read_alphacoff_dynamic_symtab()
/freebsd-12-stable/lib/libc/gen/
Dnlist.c400 if (ELF_ST_BIND(s->st_info) == STB_GLOBAL || in elf_sym_to_nlist()
401 ELF_ST_BIND(s->st_info) == STB_WEAK) in elf_sym_to_nlist()
/freebsd-12-stable/sys/sys/
Delf_generic.h89 #define ELF_ST_BIND __ELFN(ST_BIND) macro
/freebsd-12-stable/usr.bin/gprof/
Delf.c138 bind = ELF_ST_BIND(sym->st_info); in wantsym()
/freebsd-12-stable/libexec/rtld-elf/
Drtld.c1821 if (ELF_ST_BIND(ref->st_info) != STB_LOCAL) { in find_symdef()
1844 if (def == NULL && ELF_ST_BIND(ref->st_info) == STB_WEAK) { in find_symdef()
3612 ELF_ST_BIND(req.sym_out->st_info) != STB_WEAK) { in do_dlsym()
3615 if (ELF_ST_BIND(def->st_info) != STB_WEAK) in do_dlsym()
3625 if (def == NULL || ELF_ST_BIND(def->st_info) == STB_WEAK) { in do_dlsym()
3660 if (def == NULL || ELF_ST_BIND(def->st_info) == STB_WEAK) { in do_dlsym()
4224 ELF_ST_BIND(req->sym_out->st_info) == STB_WEAK) { in symlook_global()
4227 ELF_ST_BIND(req1.sym_out->st_info) != STB_WEAK)) { in symlook_global()
4237 ELF_ST_BIND(req->sym_out->st_info) != STB_WEAK) in symlook_global()
4241 ELF_ST_BIND(req1.sym_out->st_info) != STB_WEAK)) { in symlook_global()
[all …]
/freebsd-12-stable/sys/kern/
Dlink_elf_obj.c1279 if (ELF_ST_BIND(sym->st_info) == STB_LOCAL) in relocate_file1()
1314 if (ELF_ST_BIND(sym->st_info) == STB_LOCAL) in relocate_file1()
1553 switch (ELF_ST_BIND(sym->st_info)) { in elf_obj_lookup()
1586 } else if (ELF_ST_BIND(sym->st_info) == STB_WEAK) { in elf_obj_lookup()
1677 if (ELF_ST_BIND(sym->st_info) != STB_LOCAL) in link_elf_reloc_local()
1707 if (ELF_ST_BIND(sym->st_info) != STB_LOCAL) in link_elf_reloc_local()
Dlink_elf.c1668 if (ELF_ST_BIND(sym->st_info) == STB_LOCAL) { in elf_lookup()
1694 if (addr == 0 && ELF_ST_BIND(sym->st_info) != STB_WEAK) { in elf_lookup()
/freebsd-12-stable/contrib/binutils/bfd/
Delf64-sparc.c495 p->bind = ELF_ST_BIND (sym->st_info); in elf64_sparc_add_symbol_hook()
502 && ELF_ST_BIND (sym->st_info) == STB_GLOBAL) in elf64_sparc_add_symbol_hook()
Delflink.c857 bind = ELF_ST_BIND (sym->st_info); in _bfd_elf_merge_symbol()
2867 if (ELF_ST_BIND (sym->st_info) != STB_GLOBAL in is_global_data_symbol_definition()
2868 && ELF_ST_BIND (sym->st_info) < STB_LOOS) in is_global_data_symbol_definition()
3791 bind = ELF_ST_BIND (isym->st_info); in elf_link_add_object_symbols()
6551 is_local = ELF_ST_BIND(sym->st_info) == STB_LOCAL; in set_symbol_value()
6595 if (ELF_ST_BIND (sym->st_info) != STB_LOCAL) in resolve_symbol()
7836 if (ELF_ST_BIND (isym->st_info) == STB_LOCAL in elf_link_check_versioned_symbol()
8109 && (ELF_ST_BIND (sym.st_info) == STB_GLOBAL in elf_link_output_extsym()
8110 || ELF_ST_BIND (sym.st_info) == STB_WEAK)) in elf_link_output_extsym()
8125 && ELF_ST_BIND (sym.st_info) != STB_WEAK in elf_link_output_extsym()
[all …]
Delf32-mep.c723 && ELF_ST_BIND (sym->st_info) != STB_LOCAL) in mep_elf_gc_mark_hook()
Delf32-arm.c3302 && ELF_ST_BIND (isym->st_info) == STB_LOCAL) in bfd_elf32_arm_init_maps()
8245 h->type = ELF_ST_INFO (ELF_ST_BIND (h->type), STT_FUNC); in allocate_dynrelocs()
8385 h->type = ELF_ST_INFO (ELF_ST_BIND (h->type), STT_FUNC); in allocate_dynrelocs()
10057 dst->st_info = ELF_ST_INFO (ELF_ST_BIND (dst->st_info), STT_ARM_TFUNC); in elf32_arm_swap_symbol_in()
10081 newsym.st_info = ELF_ST_INFO (ELF_ST_BIND (src->st_info), STT_FUNC); in elf32_arm_swap_symbol_out()
Delf32-spu.c2267 && ELF_ST_BIND (sy->st_info) == STB_GLOBAL) in discover_functions()
2540 if (fun->global || ELF_ST_BIND (fun->u.sym->st_info) == STB_GLOBAL) in sum_stack()
Delf-eh-frame.c691 || ELF_ST_BIND (cookie->locsyms[r_symndx] in _bfd_elf_discard_section_eh_frame()
Delfcode.h1251 switch (ELF_ST_BIND (isym->st_info)) in elf_slurp_symbol_table()
Delf.c7151 && (ELF_ST_BIND (q->internal_elf_sym.st_info) == STB_LOCAL in elf_find_function()
Delf64-ppc.c4218 isym->st_info = ELF_ST_INFO (ELF_ST_BIND (isym->st_info), STT_FUNC); in ppc64_elf_add_symbol_hook()
/freebsd-12-stable/usr.sbin/kldxref/
Def.c268 if (ELF_ST_BIND(sym->st_info) == STB_LOCAL && in ef_symaddr()
/freebsd-12-stable/libexec/rtld-elf/mips/
Dreloc.c291 assert(ELF_ST_BIND(sym->st_info) == STB_LOCAL); in _rtld_relocate_nonplt_self()
/freebsd-12-stable/stand/fdt/
Dfdt_loader_cmd.c175 if (ELF_ST_BIND(sym.st_info) != STB_GLOBAL || in fdt_find_static_dtb()
/freebsd-12-stable/contrib/binutils/binutils/
Dreadelf.c7128 printf (" %6s", get_symbol_binding (ELF_ST_BIND (psym->st_info))); in process_symbol_table()
7200 printf (" %-6s", get_symbol_binding (ELF_ST_BIND (psym->st_info))); in process_symbol_table()
/freebsd-12-stable/contrib/binutils/gas/config/
Dtc-arm.c19553 bind = ELF_ST_BIND (elf_sym->internal_elf_sym.st_info); in arm_adjust_symtab()