Home
last modified time | relevance | path

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

/linux/arch/x86/tools/
A Drelocs_32.c14 #define ELF_ST_TYPE(o) ELF32_ST_TYPE(o)
/linux/arch/mips/boot/tools/
A Drelocs_32.c14 #define ELF_ST_TYPE(o) ELF32_ST_TYPE(o)
/linux/tools/perf/util/
A Dgenelf.h66 #define ELF_ST_TYPE(a) ELF32_ST_TYPE(a)
/linux/scripts/mod/
A Dmodpost.h30 #define ELF_ST_TYPE ELF32_ST_TYPE
/linux/include/uapi/linux/
A Delf.h135 #define ELF32_ST_TYPE(x) ELF_ST_TYPE(x) macro
/linux/scripts/
A Dsorttable.h77 # define ELF_ST_TYPE ELF32_ST_TYPE
A Drecordmcount.h127 # define ELF_ST_TYPE ELF32_ST_TYPE
/linux/arch/arm/kernel/
A Dmodule.c227 if (ELF32_ST_TYPE(sym->st_info) == STT_FUNC && in apply_relocate()

Completed in 14 milliseconds