reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
313 idx, st_value, st_size, st_name, st_info, 334 if (data.GetU8(offset, &st_info, 2) == nullptr) 342 if (data.GetU8(offset, &st_info, 2) == nullptr)tools/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.h
235 unsigned char getBinding() const { return st_info >> 4; } 238 unsigned char getType() const { return st_info & 0x0F; } 242 st_info = (binding << 4) + (type & 0x0F);tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
2211 uint32_t flags = symbol.st_other << 8 | symbol.st_info | additional_flags;