Home
last modified time | relevance | path

Searched refs:ELF32_ST_TYPE (Results 1 – 6 of 6) sorted by relevance

/linux/arch/x86/tools/
H A Drelocs_32.c14 #define ELF_ST_TYPE(o) ELF32_ST_TYPE(o)
/linux/arch/mips/boot/tools/
H A Drelocs_32.c14 #define ELF_ST_TYPE(o) ELF32_ST_TYPE(o)
/linux/scripts/mod/
H A Dmodpost.h33 #define ELF_ST_TYPE ELF32_ST_TYPE
/linux/include/uapi/linux/
H A Delf.h139 #define ELF32_ST_TYPE(x) ELF_ST_TYPE(x) macro
/linux/arch/arm/kernel/
H A Dmodule.c282 if (ELF32_ST_TYPE(sym->st_info) == STT_FUNC && in apply_relocate()
/linux/scripts/
H A Drecordmcount.h127 # define ELF_ST_TYPE ELF32_ST_TYPE