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

/linux-master/arch/x86/tools/
H A Drelocs_64.c14 #define ELF_ST_TYPE(o) ELF64_ST_TYPE(o) macro
H A Drelocs_32.c14 #define ELF_ST_TYPE(o) ELF32_ST_TYPE(o) macro
/linux-master/arch/mips/boot/tools/
H A Drelocs_32.c14 #define ELF_ST_TYPE(o) ELF32_ST_TYPE(o) macro
H A Drelocs_64.c27 #define ELF_ST_TYPE(o) ELF64_ST_TYPE(o) macro
/linux-master/tools/perf/util/
H A Dgenelf.h67 #define ELF_ST_TYPE(a) ELF64_ST_TYPE(a) macro
78 #define ELF_ST_TYPE(a) ELF32_ST_TYPE(a) macro
/linux-master/scripts/mod/
H A Dmodpost.h21 #undef ELF_ST_TYPE macro
33 #define ELF_ST_TYPE ELF32_ST_TYPE macro
47 #define ELF_ST_TYPE ELF64_ST_TYPE macro
/linux-master/arch/s390/tools/
H A Drelocs.c27 #define ELF_ST_TYPE(o) ELF64_ST_TYPE(o) macro
/linux-master/scripts/
H A Drecordmcount.h50 #undef ELF_ST_TYPE macro
89 # define ELF_ST_TYPE ELF64_ST_TYPE macro
127 # define ELF_ST_TYPE ELF32_ST_TYPE macro
H A Dsorttable.h37 #undef ELF_ST_TYPE macro
62 # define ELF_ST_TYPE ELF64_ST_TYPE macro
86 # define ELF_ST_TYPE ELF32_ST_TYPE macro
/linux-master/include/uapi/linux/
H A Delf.h137 #define ELF_ST_TYPE(x) ((x) & 0xf) macro

Completed in 175 milliseconds