Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/tools/
H A Drelocs_64.c15 #define ELF_ST_BIND(o) ELF64_ST_BIND(o)
/openbmc/linux/arch/mips/boot/tools/
H A Drelocs_64.c28 #define ELF_ST_BIND(o) ELF64_ST_BIND(o)
/openbmc/linux/tools/testing/selftests/vDSO/
H A Dparse_vdso.c227 if (ELF64_ST_BIND(sym->st_info) != STB_GLOBAL && in vdso_sym()
228 ELF64_ST_BIND(sym->st_info) != STB_WEAK) in vdso_sym()
/openbmc/linux/tools/perf/util/
H A Dgenelf.h68 #define ELF_ST_BIND(a) ELF64_ST_BIND(a)
/openbmc/linux/scripts/mod/
H A Dmodpost.h45 #define ELF_ST_BIND ELF64_ST_BIND
/openbmc/linux/include/uapi/linux/
H A Delf.h140 #define ELF64_ST_BIND(x) ELF_ST_BIND(x) macro
/openbmc/linux/scripts/
H A Dsorttable.h61 # define ELF_ST_BIND ELF64_ST_BIND
H A Drecordmcount.h88 # define ELF_ST_BIND ELF64_ST_BIND
/openbmc/linux/tools/lib/bpf/
H A Dlinker.c786 int sym_bind = ELF64_ST_BIND(sym->st_info); in linker_sanity_check_elf_symtab()
1795 sym->st_info = ELF64_ST_INFO(ELF64_ST_BIND(sym->st_info), sym_type); in sym_update_type()
1820 sym_bind = ELF64_ST_BIND(sym->st_info); in linker_append_elf_sym()
H A Dlibbpf.c847 if (sec_idx != obj->efile.text_shndx && ELF64_ST_BIND(sym->st_info) == STB_LOCAL) { in bpf_object__add_programs()
880 if (ELF64_ST_BIND(sym->st_info) != STB_LOCAL in bpf_object__add_programs()
1478 if (ELF64_ST_BIND(sym->st_info) != STB_GLOBAL && in find_elf_var_sym()
1479 ELF64_ST_BIND(sym->st_info) != STB_WEAK) in find_elf_var_sym()
3568 int bind = ELF64_ST_BIND(sym->st_info); in sym_is_extern()
3577 int bind = ELF64_ST_BIND(sym->st_info); in sym_is_subprog()
3827 ext->is_weak = ELF64_ST_BIND(sym->st_info) == STB_WEAK; in bpf_object__collect_externs()
/openbmc/qemu/include/
H A Delf.h305 #define ELF64_ST_BIND(x) ELF_ST_BIND(x) macro