Searched refs:SecNameOff (Results 1 – 4 of 4) sorted by relevance
245 uint32_t SecNameOff; ///< Section name index in the .BTF string table262 uint32_t SecNameOff; ///< Section name index in the .BTF string table276 uint32_t SecNameOff; ///< Section name index in the .BTF string table237 uint32_t SecNameOff; ///< Section name index in the .BTF string table global() member 254 uint32_t SecNameOff; ///< Section name index in the .BTF string table global() member 268 uint32_t SecNameOff; ///< Section name index in the .BTF string table global() member
308 uint32_t SecNameOff = Extractor.getU32(C);310 StringRef SecName = findString(SecNameOff);351 uint32_t SecNameOff = Extractor.getU32(C);353 StringRef SecName = findString(SecNameOff);185 uint32_t SecNameOff = Extractor.getU32(C); parseLineInfo() local
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