Home
last modified time | relevance | path

Searched defs:secName (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/hiebpf/src/
Delf_file.cpp151 const std::string secName {".shstrtab"}; in ParseSecNamesStr() local
222 std::string secName = GetSectionName(shdr->nameIndex_); in ParseSecHeaders() local
/developtools/hapsigner/binary_sign_tool/hap/sign/src/
Dsign_elf.cpp160 …SignElf::WriteSection(ELFIO::elfio& reader, const std::string& content, const std::string& secName) in WriteSection()