Home
last modified time | relevance | path

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

/linux/arch/x86/tools/
H A Drelocs_64.c15 #define ELF_ST_BIND(o) ELF64_ST_BIND(o)
/linux/arch/mips/boot/tools/
H A Drelocs_64.c28 #define ELF_ST_BIND(o) ELF64_ST_BIND(o)
/linux/tools/testing/selftests/vDSO/
H A Dparse_vdso.c245 if (ELF64_ST_BIND(sym->st_info) != STB_GLOBAL && in check_sym()
246 ELF64_ST_BIND(sym->st_info) != STB_WEAK) in check_sym()
/linux/scripts/mod/
H A Dmodpost.h46 #define ELF_ST_BIND ELF64_ST_BIND
/linux/include/uapi/linux/
H A Delf.h140 #define ELF64_ST_BIND(x) ELF_ST_BIND(x) macro
/linux/arch/s390/tools/
H A Drelocs.c28 #define ELF_ST_BIND(o) ELF64_ST_BIND(o)
/linux/scripts/
H A Drecordmcount.h88 # define ELF_ST_BIND ELF64_ST_BIND
/linux/tools/lib/bpf/
H 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()
H A Dlibbpf.c899 if (sec_idx != obj->efile.text_shndx && ELF64_ST_BIND(sym->st_info) == STB_LOCAL) { in bpf_object__add_programs()
927 if (ELF64_ST_BIND(sym->st_info) != STB_LOCAL) in bpf_object__add_programs()
1706 if (ELF64_ST_BIND(sym->st_info) != STB_GLOBAL && in find_elf_var_sym()
1707 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()
4265 ext->is_weak = ELF64_ST_BIND(sym->st_info) == STB_WEAK; in bpf_object__collect_externs()