Searched refs:SecNameOff (Results 1 – 3 of 3) sorted by relevance
187 uint32_t SecNameOff; ///< Section name index in the .BTF string table member202 uint32_t SecNameOff; ///< Section name index in the .BTF string tble member
322 LineInfoGenerated(false), SecNameOff(0), ArrayIndexTypeId(0) { in BTFDebug()539 LineInfoTable[SecNameOff].push_back(LineInfo); in constructLineInfo()681 SecNameOff = addString(SectionELF->getSectionName()); in beginFunctionImpl()683 SecNameOff = addString(".text"); in beginFunctionImpl()685 FuncInfoTable[SecNameOff].push_back(FuncInfo); in beginFunctionImpl()691 SecNameOff = 0; in endFunctionImpl()
197 uint32_t SecNameOff; variable