Home
last modified time | relevance | path

Searched refs:ELF32_ST_BIND (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/scripts/mod/
Dmodpost.h22 #define ELF_ST_BIND ELF32_ST_BIND
/linux-2.6.39/include/linux/
Delf.h144 #define ELF32_ST_BIND(x) ELF_ST_BIND(x) macro
/linux-2.6.39/scripts/
Drecordmcount.h98 # define ELF_ST_BIND ELF32_ST_BIND
/linux-2.6.39/arch/x86/boot/compressed/
Drelocs.c424 sym_bind(ELF32_ST_BIND(sym->st_info)), in print_absolute_symbols()