| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | elf_symbol.cpp | 22 std::unique_ptr<ElfSymbol> ElfSymbol::MakeUnique(char * const symBuf, const std::size_t bufSize) in MakeUnique() function in OHOS::Developtools::NativeDaemon::ElfSymbol 76 std::unique_ptr<SymbolTable> SymbolTable::MakeUnique(const std::string &symNamesStr, in MakeUnique() function in OHOS::Developtools::NativeDaemon::SymbolTable
|
| D | program_header.cpp | 22 std::unique_ptr<ProgramHeader> ProgramHeader::MakeUnique(char * const phdrBuf, const size_t bufSize) in MakeUnique() function in OHOS::Developtools::NativeDaemon::ProgramHeader
|
| D | elf_header.cpp | 22 std::unique_ptr<ElfHeader> ElfHeader::MakeUnique(unsigned char * const ehdrBuf, in MakeUnique() function in OHOS::Developtools::NativeDaemon::ELF::ElfHeader
|
| D | section_header.cpp | 38 std::unique_ptr<SectionHeader> SectionHeader::MakeUnique(char * const shdrBuf, const size_t bufSize, in MakeUnique() function in OHOS::Developtools::NativeDaemon::SectionHeader
|
| D | elf_file.cpp | 60 std::unique_ptr<ElfFile> ElfFile::MakeUnique(const std::string &filename) in MakeUnique() function in OHOS::Developtools::NativeDaemon::ElfFile
|
| /developtools/hiperf/src/ |
| D | elf_symbol.cpp | 22 std::unique_ptr<ElfSymbol> ElfSymbol::MakeUnique(char * const symBuf, const std::size_t bufSize) in MakeUnique() function in OHOS::Developtools::HiPerf::ElfSymbol 76 std::unique_ptr<SymbolTable> SymbolTable::MakeUnique(const std::string &symNamesStr, in MakeUnique() function in OHOS::Developtools::HiPerf::SymbolTable
|
| D | program_header.cpp | 22 std::unique_ptr<ProgramHeader> ProgramHeader::MakeUnique(char * const phdrBuf, const size_t bufSize) in MakeUnique() function in OHOS::Developtools::HiPerf::ProgramHeader
|
| D | elf_header.cpp | 22 std::unique_ptr<ElfHeader> ElfHeader::MakeUnique(unsigned char * const ehdrBuf, in MakeUnique() function in OHOS::Developtools::HiPerf::ELF::ElfHeader
|
| D | section_header.cpp | 38 std::unique_ptr<SectionHeader> SectionHeader::MakeUnique(char * const shdrBuf, const size_t bufSize, in MakeUnique() function in OHOS::Developtools::HiPerf::SectionHeader
|
| D | elf_file.cpp | 62 std::unique_ptr<ElfFile> ElfFile::MakeUnique(const std::string &filename) in MakeUnique() function in OHOS::Developtools::HiPerf::ElfFile
|
| /developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/hiperf/ |
| D | elf_symbol.cpp | 22 std::unique_ptr<ElfSymbol> ElfSymbol::MakeUnique(char * const symBuf, const std::size_t bufSize) in MakeUnique() function in OHOS::Developtools::HiPerf::ElfSymbol 76 std::unique_ptr<SymbolTable> SymbolTable::MakeUnique(const std::string &symNamesStr, in MakeUnique() function in OHOS::Developtools::HiPerf::SymbolTable
|
| D | program_header.cpp | 22 std::unique_ptr<ProgramHeader> ProgramHeader::MakeUnique(char * const phdrBuf, const size_t bufSize) in MakeUnique() function in OHOS::Developtools::HiPerf::ProgramHeader
|
| D | elf_header.cpp | 22 std::unique_ptr<ElfHeader> ElfHeader::MakeUnique(unsigned char * const ehdrBuf, in MakeUnique() function in OHOS::Developtools::HiPerf::ELF::ElfHeader
|
| D | section_header.cpp | 38 std::unique_ptr<SectionHeader> SectionHeader::MakeUnique(char * const shdrBuf, const size_t bufSize, in MakeUnique() function in OHOS::Developtools::HiPerf::SectionHeader
|
| D | elf_file.cpp | 64 std::unique_ptr<ElfFile> ElfFile::MakeUnique(const std::string &filename) in MakeUnique() function in OHOS::Developtools::HiPerf::ElfFile
|
| /developtools/hiperf/test/fuzztest/elfparser_fuzzer/ |
| D | ElfParser_fuzzer.cpp | 25 static std::unique_ptr<ElfFileFuzzer> MakeUnique(const std::string &filename, in MakeUnique() function in OHOS::ElfFileFuzzer
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | elf_parser_test.cpp | 141 std::unique_ptr<ElfFileFromReadelf> ElfFileFromReadelf::MakeUnique(ElfFileType fileType) in MakeUnique() function in OHOS::Developtools::HiPerf::UnitTest::ElfFileFromReadelf 461 std::unique_ptr<ElfSymbolFromReadelf> ElfSymbolFromReadelf::MakeUnique(const std::string &line) in MakeUnique() function in OHOS::Developtools::HiPerf::UnitTest::ElfSymbolFromReadelf 562 std::unique_ptr<ShdrFromReadelf> ShdrFromReadelf::MakeUnique(const std::string &line) in MakeUnique() function in OHOS::Developtools::HiPerf::UnitTest::ShdrFromReadelf 862 std::unique_ptr<PhdrFromReadelf> PhdrFromReadelf::MakeUnique(const std::string &line) in MakeUnique() function in OHOS::Developtools::HiPerf::UnitTest::PhdrFromReadelf 1017 std::unique_ptr<EhdrFromReadelf> EhdrFromReadelf::MakeUnique(FILE *fp) in MakeUnique() function in OHOS::Developtools::HiPerf::UnitTest::EhdrFromReadelf
|
| /developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/ |
| D | elf_parser_test.cpp | 140 std::unique_ptr<ElfFileFromReadelf> ElfFileFromReadelf::MakeUnique(ElfFileType fileType) in MakeUnique() function in OHOS::Developtools::NativeDaemon::UnitTest::ElfFileFromReadelf 460 std::unique_ptr<ElfSymbolFromReadelf> ElfSymbolFromReadelf::MakeUnique(const std::string &line) in MakeUnique() function in OHOS::Developtools::NativeDaemon::UnitTest::ElfSymbolFromReadelf 561 std::unique_ptr<ShdrFromReadelf> ShdrFromReadelf::MakeUnique(const std::string &line) in MakeUnique() function in OHOS::Developtools::NativeDaemon::UnitTest::ShdrFromReadelf 861 std::unique_ptr<PhdrFromReadelf> PhdrFromReadelf::MakeUnique(const std::string &line) in MakeUnique() function in OHOS::Developtools::NativeDaemon::UnitTest::PhdrFromReadelf 1016 std::unique_ptr<EhdrFromReadelf> EhdrFromReadelf::MakeUnique(FILE *fp) in MakeUnique() function in OHOS::Developtools::NativeDaemon::UnitTest::EhdrFromReadelf
|