Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dgenelf.h68 #define ELF_ST_BIND(a) ELF64_ST_BIND(a) macro
79 #define ELF_ST_BIND(a) ELF32_ST_BIND(a) macro
/openbmc/linux/arch/x86/tools/
H A Drelocs_64.c15 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) macro
H A Drelocs_32.c15 #define ELF_ST_BIND(o) ELF32_ST_BIND(o) macro
/openbmc/linux/arch/mips/boot/tools/
H A Drelocs_32.c15 #define ELF_ST_BIND(o) ELF32_ST_BIND(o) macro
H A Drelocs_64.c28 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) macro
/openbmc/linux/scripts/mod/
H A Dmodpost.h31 #define ELF_ST_BIND ELF32_ST_BIND macro
45 #define ELF_ST_BIND ELF64_ST_BIND macro
/openbmc/linux/scripts/
H A Dsorttable.h61 # define ELF_ST_BIND ELF64_ST_BIND macro
85 # define ELF_ST_BIND ELF32_ST_BIND macro
H A Drecordmcount.h88 # define ELF_ST_BIND ELF64_ST_BIND macro
126 # define ELF_ST_BIND ELF32_ST_BIND macro
/openbmc/linux/include/uapi/linux/
H A Delf.h136 #define ELF_ST_BIND(x) ((x) >> 4) macro
/openbmc/qemu/include/
H A Delf.h300 #define ELF_ST_BIND(x) ((x) >> 4) macro