Home
last modified time | relevance | path

Searched defs:ELF_ST_BIND (Results 1 – 10 of 10) sorted by relevance

/linux-6.12.1/tools/perf/util/
Dgenelf.h71 #define ELF_ST_BIND(a) ELF64_ST_BIND(a) macro
82 #define ELF_ST_BIND(a) ELF32_ST_BIND(a) macro
/linux-6.12.1/arch/mips/boot/tools/
Drelocs_32.c15 #define ELF_ST_BIND(o) ELF32_ST_BIND(o) macro
Drelocs_64.c28 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) macro
/linux-6.12.1/arch/x86/tools/
Drelocs_32.c15 #define ELF_ST_BIND(o) ELF32_ST_BIND(o) macro
Drelocs_64.c15 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) macro
/linux-6.12.1/scripts/mod/
Dmodpost.h32 #define ELF_ST_BIND ELF32_ST_BIND macro
46 #define ELF_ST_BIND ELF64_ST_BIND macro
/linux-6.12.1/scripts/
Dsorttable.h61 # define ELF_ST_BIND ELF64_ST_BIND macro
85 # define ELF_ST_BIND ELF32_ST_BIND macro
Drecordmcount.h88 # define ELF_ST_BIND ELF64_ST_BIND macro
126 # define ELF_ST_BIND ELF32_ST_BIND macro
/linux-6.12.1/arch/s390/tools/
Drelocs.c28 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) macro
/linux-6.12.1/include/uapi/linux/
Delf.h136 #define ELF_ST_BIND(x) ((x) >> 4) macro