Home
last modified time | relevance | path

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

/linux-6.15/arch/mips/boot/tools/
H A Drelocs_32.c14 #define ELF_ST_TYPE(o) ELF32_ST_TYPE(o)
/linux-6.15/arch/x86/tools/
H A Drelocs_32.c14 #define ELF_ST_TYPE(o) ELF32_ST_TYPE(o)
/linux-6.15/tools/perf/util/
H A Dgenelf.h81 #define ELF_ST_TYPE(a) ELF32_ST_TYPE(a)
/linux-6.15/scripts/mod/
H A Dmodpost.h33 #define ELF_ST_TYPE ELF32_ST_TYPE
/linux-6.15/tools/include/uapi/linux/
H A Delf.h147 #define ELF32_ST_TYPE(x) ELF_ST_TYPE(x) macro
/linux-6.15/include/uapi/linux/
H A Delf.h147 #define ELF32_ST_TYPE(x) ELF_ST_TYPE(x) macro
/linux-6.15/arch/arm/kernel/
H A Dmodule.c282 if (ELF32_ST_TYPE(sym->st_info) == STT_FUNC && in apply_relocate()
/linux-6.15/scripts/
H A Drecordmcount.h127 # define ELF_ST_TYPE ELF32_ST_TYPE
H A Dsorttable.c264 return ELF32_ST_TYPE(sym->e32.st_info); in sym32_type()