Searched defs:sym_bind (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/lib/bpf/ | ||
| H A D | linker.c | 939 int sym_bind = ELF64_ST_BIND(sym->st_info); linker_sanity_check_elf_symtab() local |
| /linux/arch/x86/tools/ | ||
| H A D | relocs.c | 175 static const char *sym_bind(unsigned bind) in sym_bind() function |