Searched refs:SecNameOff (Results 1 – 3 of 3) sorted by relevance
237 uint32_t SecNameOff; ///< Section name index in the .BTF string table member252 uint32_t SecNameOff; ///< Section name index in the .BTF string table member266 uint32_t SecNameOff; ///< Section name index in the .BTF string table member
507 LineInfoGenerated(false), SecNameOff(0), ArrayIndexTypeId(0), in BTFDebug()983 LineInfoTable[SecNameOff].push_back(LineInfo); in constructLineInfo()1207 SecNameOff = addString(SectionELF->getName()); in beginFunctionImpl()1209 SecNameOff = addString(".text"); in beginFunctionImpl()1211 FuncInfoTable[SecNameOff].push_back(FuncInfo); in beginFunctionImpl()1217 SecNameOff = 0; in endFunctionImpl()1258 FieldRelocTable[SecNameOff].push_back(FieldReloc); in generatePatchImmReloc()
293 uint32_t SecNameOff; variable