Searched refs:CurId (Results 1 – 1 of 1) sorted by relevance
689 uint32_t CurId = Reloc->TypeID; in symbolize() local690 const BTF::CommonType *Type = findType(CurId); in symbolize()692 return Fail(format("unknown type id: %d", CurId)); in symbolize()694 Stream << " [" << CurId << "]"; in symbolize()703 CurId = Type->Type; in symbolize()704 const BTF::CommonType *NextType = findType(CurId); in symbolize()706 return Fail(format("unknown type id: %d in modifiers chain", CurId)); in symbolize()710 if (CurId == 0) { in symbolize()738 Stream << " " << StrOrAnon({*this, Type->NameOff, CurId}); in symbolize()