ELF_ST_BIND       130 include/uapi/linux/elf.h #define ELF_ST_BIND(x)		((x) >> 4)
ELF_ST_BIND        22 scripts/mod/modpost.h #define ELF_ST_BIND ELF32_ST_BIND
ELF_ST_BIND        37 scripts/mod/modpost.h #define ELF_ST_BIND ELF64_ST_BIND
ELF_ST_BIND        45 scripts/recordmcount.h #undef ELF_ST_BIND
ELF_ST_BIND        79 scripts/recordmcount.h # define ELF_ST_BIND		ELF64_ST_BIND
ELF_ST_BIND       112 scripts/recordmcount.h # define ELF_ST_BIND		ELF32_ST_BIND
ELF_ST_BIND        28 scripts/sortextable.h #undef ELF_ST_BIND
ELF_ST_BIND        50 scripts/sortextable.h # define ELF_ST_BIND		ELF64_ST_BIND
ELF_ST_BIND        71 scripts/sortextable.h # define ELF_ST_BIND		ELF32_ST_BIND