Searched refs:ELF32_ST_TYPE (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/x86/tools/
H A Drelocs_32.c14 #define ELF_ST_TYPE(o) ELF32_ST_TYPE(o)
/linux-master/arch/mips/boot/tools/
H A Drelocs_32.c14 #define ELF_ST_TYPE(o) ELF32_ST_TYPE(o)
/linux-master/tools/perf/util/
H A Dgenelf.h78 #define ELF_ST_TYPE(a) ELF32_ST_TYPE(a)
/linux-master/scripts/mod/
H A Dmodpost.h33 #define ELF_ST_TYPE ELF32_ST_TYPE
/linux-master/include/uapi/linux/
H A Delf.h139 #define ELF32_ST_TYPE(x) ELF_ST_TYPE(x) macro
/linux-master/scripts/
H A Dsorttable.h86 # define ELF_ST_TYPE ELF32_ST_TYPE
H A Drecordmcount.h127 # define ELF_ST_TYPE ELF32_ST_TYPE
/linux-master/arch/arm/kernel/
H A Dmodule.c316 if (ELF32_ST_TYPE(sym->st_info) == STT_FUNC &&

Completed in 175 milliseconds