Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/util/
A Dgenelf.h65 #define ELF_ST_BIND(a) ELF64_ST_BIND(a) macro
76 #define ELF_ST_BIND(a) ELF32_ST_BIND(a) macro
/linux-6.3-rc2/arch/x86/tools/
A Drelocs_64.c15 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) macro
A Drelocs_32.c15 #define ELF_ST_BIND(o) ELF32_ST_BIND(o) macro
/linux-6.3-rc2/arch/mips/boot/tools/
A Drelocs_32.c15 #define ELF_ST_BIND(o) ELF32_ST_BIND(o) macro
A Drelocs_64.c28 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) macro
/linux-6.3-rc2/scripts/
A Dsorttable.h61 # define ELF_ST_BIND ELF64_ST_BIND macro
85 # define ELF_ST_BIND ELF32_ST_BIND macro
A Drecordmcount.h88 # define ELF_ST_BIND ELF64_ST_BIND macro
126 # define ELF_ST_BIND ELF32_ST_BIND macro
/linux-6.3-rc2/scripts/mod/
A Dmodpost.h30 #define ELF_ST_BIND ELF32_ST_BIND macro
44 #define ELF_ST_BIND ELF64_ST_BIND macro
/linux-6.3-rc2/include/uapi/linux/
A Delf.h136 #define ELF_ST_BIND(x) ((x) >> 4) macro

Completed in 17 milliseconds