Searched refs:sym_bind (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/lib/bpf/
H A Dlinker.c809 int sym_bind = ELF64_ST_BIND(sym->st_info); local
821 if (sym_bind != STB_LOCAL && sym_bind != STB_GLOBAL && sym_bind != STB_WEAK) {
823 i, sec->sec_idx, sym_bind);
832 if (sym_type != STT_NOTYPE || sym_bind == STB_LOCAL
1811 static void sym_update_bind(Elf64_Sym *sym, int sym_bind) argument
1813 sym->st_info = ELF64_ST_INFO(sym_bind, ELF64_ST_TYPE(sym->st_info));
1836 int name_off, sym_type, sym_bind, sym_vis, err; local
1843 sym_bind
[all...]
/linux-master/arch/x86/tools/
H A Drelocs.c172 static const char *sym_bind(unsigned bind) function
624 sym_bind(ELF_ST_BIND(sym->st_info)),

Completed in 107 milliseconds