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

/linux-master/arch/x86/tools/
H A Drelocs_64.c15 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) macro
H A Drelocs_32.c15 #define ELF_ST_BIND(o) ELF32_ST_BIND(o) macro
/linux-master/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-master/tools/perf/util/
H A Dgenelf.h68 #define ELF_ST_BIND(a) ELF64_ST_BIND(a) macro
79 #define ELF_ST_BIND(a) ELF32_ST_BIND(a) macro
/linux-master/scripts/mod/
H A Dmodpost.h20 #undef ELF_ST_BIND macro
32 #define ELF_ST_BIND ELF32_ST_BIND macro
46 #define ELF_ST_BIND ELF64_ST_BIND macro
/linux-master/arch/s390/tools/
H A Drelocs.c28 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) macro
/linux-master/scripts/
H A Drecordmcount.h49 #undef ELF_ST_BIND macro
88 # define ELF_ST_BIND ELF64_ST_BIND macro
126 # define ELF_ST_BIND ELF32_ST_BIND macro
H A Dsorttable.h36 #undef ELF_ST_BIND macro
61 # define ELF_ST_BIND ELF64_ST_BIND macro
85 # define ELF_ST_BIND ELF32_ST_BIND macro
/linux-master/include/uapi/linux/
H A Delf.h136 #define ELF_ST_BIND(x) ((x) >> 4) macro

Completed in 422 milliseconds