Searched refs:st_info (Results 1 – 5 of 5) sorted by relevance
1397 unsigned char st_info; // Symbol's type and binding attributes member1403 unsigned char getBinding() const { return st_info >> 4; } in getBinding()1404 unsigned char getType() const { return st_info & 0x0f; } in getType()1408 st_info = (b << 4) + (t & 0x0f); in setBindingAndType()1413 static inline unsigned char ELF32_ST_TYPE(unsigned char st_info) { return st_info & 0x0f; } in ELF32_ST_TYPE() argument1419 unsigned char st_info; // Symbol's type and binding attributes member1427 unsigned char getBinding() const { return st_info >> 4; } in getBinding()1428 unsigned char getType() const { return st_info & 0x0f; } in getType()1432 st_info = (b << 4) + (t & 0x0f); in setBindingAndType()
71 sym->st_info = (b << 4) + (t & 0x0f); in SetBindingAndType()
871 unsigned char type = ELF32_ST_TYPE(symbol->st_info); in FindSymbolByName()885 (symbol->st_info != result.first->second->st_info) || in FindSymbolByName()
725 uint8_t sttype = ELF32_ST_TYPE(syms->st_info); in PatchSymbols()
684 sym.st_info = it->info_; in GenerateSymtab()