Home
last modified time | relevance | path

Searched refs:ELF64_ST_BIND (Results 1 – 5 of 5) sorted by relevance

/tools/perf/util/
A Dgenelf.h71 #define ELF_ST_BIND(a) ELF64_ST_BIND(a)
/tools/testing/selftests/vDSO/
A Dparse_vdso.c246 if (ELF64_ST_BIND(sym->st_info) != STB_GLOBAL && in check_sym()
247 ELF64_ST_BIND(sym->st_info) != STB_WEAK) in check_sym()
/tools/include/uapi/linux/
A Delf.h148 #define ELF64_ST_BIND(x) ELF_ST_BIND(x) macro
/tools/lib/bpf/
A Dlinker.c939 int sym_bind = ELF64_ST_BIND(sym->st_info); in linker_sanity_check_elf_symtab()
1984 sym->st_info = ELF64_ST_INFO(ELF64_ST_BIND(sym->st_info), sym_type); in sym_update_type()
2009 sym_bind = ELF64_ST_BIND(sym->st_info); in linker_append_elf_sym()
A Dlibbpf.c907 if (sec_idx != obj->efile.text_shndx && ELF64_ST_BIND(sym->st_info) == STB_LOCAL) { in bpf_object__add_programs()
935 if (ELF64_ST_BIND(sym->st_info) != STB_LOCAL) in bpf_object__add_programs()
1715 if (ELF64_ST_BIND(sym->st_info) != STB_GLOBAL && in find_elf_var_sym()
1716 ELF64_ST_BIND(sym->st_info) != STB_WEAK) in find_elf_var_sym()
4006 int bind = ELF64_ST_BIND(sym->st_info); in sym_is_extern()
4015 int bind = ELF64_ST_BIND(sym->st_info); in sym_is_subprog()
4267 ext->is_weak = ELF64_ST_BIND(sym->st_info) == STB_WEAK; in bpf_object__collect_externs()

Completed in 37 milliseconds