Home
last modified time | relevance | path

Searched defs:ELF_ST_BIND (Results 1 – 10 of 10) sorted by relevance

/linux/tools/perf/util/
H A Dgenelf.h71 #define ELF_ST_BIND(a) ELF64_ST_BIND(a) macro
82 #define ELF_ST_BIND(a) ELF32_ST_BIND(a) macro
/linux/arch/x86/tools/
H A Drelocs_32.c15 #define ELF_ST_BIND(o) ELF32_ST_BIND(o) macro
H A Drelocs_64.c15 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) macro
/linux/arch/mips/boot/tools/
H A Drelocs_32.c15 #define ELF_ST_BIND(o) ELF32_ST_BIND(o) macro
H A Drelocs_64.c28 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) macro
/linux/scripts/mod/
H A Dmodpost.h32 #define ELF_ST_BIND ELF32_ST_BIND macro
46 #define ELF_ST_BIND ELF64_ST_BIND macro
/linux/scripts/
H A Dsorttable.h61 # define ELF_ST_BIND ELF64_ST_BIND macro
85 # define ELF_ST_BIND ELF32_ST_BIND macro
H A Drecordmcount.h88 # define ELF_ST_BIND ELF64_ST_BIND macro
126 # define ELF_ST_BIND ELF32_ST_BIND macro
/linux/arch/s390/tools/
H A Drelocs.c28 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) macro
/linux/include/uapi/linux/
H A Delf.h136 #define ELF_ST_BIND(x) ((x) >> 4) macro