Searched refs:sym_bind (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/lib/bpf/ |
| H A D | linker.c | 938 int sym_bind = ELF64_ST_BIND(sym->st_info); in linker_sanity_check_elf_symtab() local 950 if (sym_bind != STB_LOCAL && sym_bind != STB_GLOBAL && sym_bind != STB_WEAK) { in linker_sanity_check_elf_symtab() 952 i, sec->sec_idx, sym_bind); in linker_sanity_check_elf_symtab() 961 if (sym_type != STT_NOTYPE || sym_bind == STB_LOCAL in linker_sanity_check_elf_symtab() 1976 static void sym_update_bind(Elf64_Sym *sym, int sym_bind) in sym_update_bind() argument 1978 sym->st_info = ELF64_ST_INFO(sym_bind, ELF64_ST_TYPE(sym->st_info)); in sym_update_bind() 2001 int name_off, sym_type, sym_bind, sym_vis, err; in linker_append_elf_sym() local 2008 sym_bind = ELF64_ST_BIND(sym->st_info); in linker_append_elf_sym() 2033 if (sym_bind == STB_LOCAL) in linker_append_elf_sym() 2077 && !glob_sym->is_weak && sym_bind != STB_WEAK) { in linker_append_elf_sym() [all …]
|
| /linux/arch/x86/tools/ |
| H A D | relocs.c | 175 static const char *sym_bind(unsigned bind) in sym_bind() function 590 sym_bind(ELF_ST_BIND(sym->st_info)), in print_absolute_symbols()
|
| /linux/tools/objtool/ |
| H A D | klp-diff.c | 608 static const char *sym_bind(struct symbol *sym) in sym_bind() function 1050 patched_sym->type == STT_SECTION ? "" : sym_bind(patched_sym), \
|