Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/vDSO/
A Dparse_vdso.c215 if (ELF64_ST_BIND(sym->st_info) != STB_GLOBAL && in vdso_sym()
216 ELF64_ST_BIND(sym->st_info) != STB_WEAK) in vdso_sym()
/linux/arch/x86/tools/
A Drelocs_64.c15 #define ELF_ST_BIND(o) ELF64_ST_BIND(o)
/linux/arch/mips/boot/tools/
A Drelocs_64.c28 #define ELF_ST_BIND(o) ELF64_ST_BIND(o)
/linux/tools/perf/util/
A Dgenelf.h58 #define ELF_ST_BIND(a) ELF64_ST_BIND(a)
/linux/scripts/mod/
A Dmodpost.h44 #define ELF_ST_BIND ELF64_ST_BIND
/linux/include/uapi/linux/
A Delf.h136 #define ELF64_ST_BIND(x) ELF_ST_BIND(x) macro
/linux/scripts/
A Dsorttable.h55 # define ELF_ST_BIND ELF64_ST_BIND
A Drecordmcount.h88 # define ELF_ST_BIND ELF64_ST_BIND
/linux/tools/lib/bpf/
A Dlinker.c794 int sym_bind = ELF64_ST_BIND(sym->st_info); in linker_sanity_check_elf_symtab()
1789 sym->st_info = ELF64_ST_INFO(ELF64_ST_BIND(sym->st_info), sym_type); in sym_update_type()
1814 sym_bind = ELF64_ST_BIND(sym->st_info); in linker_append_elf_sym()
A Dlibbpf.c749 if (sec_idx != obj->efile.text_shndx && ELF64_ST_BIND(sym->st_info) == STB_LOCAL) { in bpf_object__add_programs()
782 if (ELF64_ST_BIND(sym->st_info) != STB_LOCAL in bpf_object__add_programs()
1381 if (ELF64_ST_BIND(sym->st_info) != STB_GLOBAL || in find_elf_var_offset()
1972 if (ELF64_ST_BIND(sym->st_info) == STB_LOCAL) { in bpf_object__init_user_maps()
3343 int bind = ELF64_ST_BIND(sym->st_info); in sym_is_extern()
3352 int bind = ELF64_ST_BIND(sym->st_info); in sym_is_subprog()
3597 ext->is_weak = ELF64_ST_BIND(sym->st_info) == STB_WEAK; in bpf_object__collect_externs()

Completed in 38 milliseconds