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

/linux-master/arch/x86/tools/
H A Drelocs_64.c15 #define ELF_ST_BIND(o) ELF64_ST_BIND(o)
/linux-master/arch/mips/boot/tools/
H A Drelocs_64.c28 #define ELF_ST_BIND(o) ELF64_ST_BIND(o)
/linux-master/tools/perf/util/
H A Dgenelf.h68 #define ELF_ST_BIND(a) ELF64_ST_BIND(a)
/linux-master/tools/testing/selftests/vDSO/
H A Dparse_vdso.c215 if (ELF64_ST_BIND(sym->st_info) != STB_GLOBAL &&
216 ELF64_ST_BIND(sym->st_info) != STB_WEAK)
/linux-master/scripts/mod/
H A Dmodpost.h46 #define ELF_ST_BIND ELF64_ST_BIND
/linux-master/include/uapi/linux/
H A Delf.h140 #define ELF64_ST_BIND(x) ELF_ST_BIND(x) macro
/linux-master/scripts/
H A Dsorttable.h61 # define ELF_ST_BIND ELF64_ST_BIND
H A Drecordmcount.h88 # define ELF_ST_BIND ELF64_ST_BIND
/linux-master/arch/s390/tools/
H A Drelocs.c28 #define ELF_ST_BIND(o) ELF64_ST_BIND(o)
/linux-master/tools/lib/bpf/
H A Dlinker.c809 int sym_bind = ELF64_ST_BIND(sym->st_info);
1818 sym->st_info = ELF64_ST_INFO(ELF64_ST_BIND(sym->st_info), sym_type);
1843 sym_bind = ELF64_ST_BIND(sym->st_info);
H A Dlibbpf.c872 if (sec_idx != obj->efile.text_shndx && ELF64_ST_BIND(sym->st_info) == STB_LOCAL) {
900 if (ELF64_ST_BIND(sym->st_info) != STB_LOCAL)
1628 if (ELF64_ST_BIND(sym->st_info) != STB_GLOBAL &&
1629 ELF64_ST_BIND(sym->st_info) != STB_WEAK)
3896 int bind = ELF64_ST_BIND(sym->st_info);
3905 int bind = ELF64_ST_BIND(sym->st_info);
4155 ext->is_weak = ELF64_ST_BIND(sym->st_info) == STB_WEAK;

Completed in 172 milliseconds