Home
last modified time | relevance | path

Searched refs:ebl_check_st_other_bits (Results 1 – 5 of 5) sorted by relevance

/external/elfutils/libebl/
Deblstother.c37 ebl_check_st_other_bits (Ebl *ebl, unsigned char st_other) in ebl_check_st_other_bits() function
Dlibebl.h164 extern bool ebl_check_st_other_bits (Ebl *ebl, unsigned char st_other);
DChangeLog37 * eblstother.c (ebl_check_st_other_bits): Likewise.
194 * libebl.h (ebl_check_st_other_bits): New prototype.
/external/elfutils/src/
Delflint.c1045 if (! ebl_check_st_other_bits (ebl, sym->st_other)) in check_symtab()
DChangeLog1568 * elflint.c (check_symtab): Use ebl_check_st_other_bits.