Home
last modified time | relevance | path

Searched defs:sym_bind (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/lib/bpf/
H A Dlinker.c790 int sym_bind = ELF64_ST_BIND(sym->st_info); in linker_sanity_check_elf_symtab() local
1792 static void sym_update_bind(Elf64_Sym *sym, int sym_bind) in sym_update_bind()
1817 int name_off, sym_type, sym_bind, sym_vis, err; in linker_append_elf_sym() local
/openbmc/linux/arch/x86/tools/
H A Drelocs.c172 static const char *sym_bind(unsigned bind) in sym_bind() function