Searched refs:getBind (Results 1 – 1 of 1) sorted by relevance
142 unsigned getBind() const { return (Info >> 4) & 0xf; } in getBind() function144 bool isLocalBind() const { return getBind() == ELF::STB_LOCAL; } in isLocalBind()