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

/linux-4.1.27/arch/x86/tools/
H A Drelocs_64.c14 #define ELF_ST_BIND(o) ELF64_ST_BIND(o)
/linux-4.1.27/Documentation/vDSO/
H A Dparse_vdso.c237 if (ELF64_ST_BIND(sym->st_info) != STB_GLOBAL && vdso_sym()
238 ELF64_ST_BIND(sym->st_info) != STB_WEAK) vdso_sym()
/linux-4.1.27/scripts/mod/
H A Dmodpost.h37 #define ELF_ST_BIND ELF64_ST_BIND
/linux-4.1.27/scripts/
H A Dsortextable.h50 # define ELF_ST_BIND ELF64_ST_BIND
H A Drecordmcount.h79 # define ELF_ST_BIND ELF64_ST_BIND
/linux-4.1.27/include/uapi/linux/
H A Delf.h134 #define ELF64_ST_BIND(x) ELF_ST_BIND(x) macro

Completed in 157 milliseconds