Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Drecordmcount.h45 #undef ELF_ST_BIND
79 # define ELF_ST_BIND ELF64_ST_BIND macro
112 # define ELF_ST_BIND ELF32_ST_BIND macro
428 unsigned int const st_bind = ELF_ST_BIND(symp->st_info); in find_secsym_ndx()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Delf.h117 #define ELF_ST_BIND(x) ((x) >> 4) macro
119 #define ELF32_ST_BIND(x) ELF_ST_BIND(x)
121 #define ELF64_ST_BIND(x) ELF_ST_BIND(x)
/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dmodpost.h22 #define ELF_ST_BIND ELF32_ST_BIND macro
37 #define ELF_ST_BIND ELF64_ST_BIND macro
H A Dmodpost.c612 if (ELF_ST_BIND(sym->st_info) != STB_GLOBAL && in handle_modversions()
613 ELF_ST_BIND(sym->st_info) != STB_WEAK) in handle_modversions()
642 ELF_ST_BIND(sym->st_info) == STB_WEAK, in handle_modversions()