Searched refs:SecNameOff (Results 1 – 3 of 3) sorted by relevance
225 uint32_t SecNameOff; ///< Section name index in the .BTF string table member240 uint32_t SecNameOff; ///< Section name index in the .BTF string table member254 uint32_t SecNameOff; ///< Section name index in the .BTF string table member
405 LineInfoGenerated(false), SecNameOff(0), ArrayIndexTypeId(0), in BTFDebug()770 LineInfoTable[SecNameOff].push_back(LineInfo); in constructLineInfo()979 SecNameOff = addString(SectionELF->getName()); in beginFunctionImpl()981 SecNameOff = addString(".text"); in beginFunctionImpl()983 FuncInfoTable[SecNameOff].push_back(FuncInfo); in beginFunctionImpl()989 SecNameOff = 0; in endFunctionImpl()1030 FieldRelocTable[SecNameOff].push_back(FieldReloc); in generatePatchImmReloc()
255 uint32_t SecNameOff; variable