Searched refs:SecNameOff (Results 1 – 4 of 4) sorted by relevance
245 uint32_t SecNameOff; ///< Section name index in the .BTF string table member262 uint32_t SecNameOff; ///< Section name index in the .BTF string table member276 uint32_t SecNameOff; ///< Section name index in the .BTF string table member
308 uint32_t SecNameOff = Extractor.getU32(C); in parseLineInfo() local310 StringRef SecName = findString(SecNameOff); in parseLineInfo()351 uint32_t SecNameOff = Extractor.getU32(C); in parseRelocInfo() local353 StringRef SecName = findString(SecNameOff); in parseRelocInfo()
510 LineInfoGenerated(false), SecNameOff(0), ArrayIndexTypeId(0), in BTFDebug()1022 LineInfoTable[SecNameOff].push_back(LineInfo); in constructLineInfo()1233 SecNameOff = addString(SectionELF->getName()); in beginFunctionImpl()1235 SecNameOff = addString(".text"); in beginFunctionImpl()1237 FuncInfoTable[SecNameOff].push_back(FuncInfo); in beginFunctionImpl()1243 SecNameOff = 0; in endFunctionImpl()1284 FieldRelocTable[SecNameOff].push_back(FieldReloc); in generatePatchImmReloc()
293 uint32_t SecNameOff; variable