Home
last modified time | relevance | path

Searched refs:shdrInfo (Results 1 - 2 of 2) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/src/
H A Dsymbols_file.cpp254 struct ShdrInfo shdrInfo; variable
255 if (elfFile_->GetSectionInfo(shdrInfo, name)) {
256 sectionVaddr = shdrInfo.addr;
257 sectionSize = shdrInfo.size;
258 sectionFileOffset = shdrInfo.offset;
/developtools/hiperf/src/
H A Dsymbols_file.cpp292 struct ShdrInfo shdrInfo; variable
293 if (elfFile_->GetSectionInfo(shdrInfo, name)) {
294 sectionVaddr = shdrInfo.addr;
295 sectionSize = shdrInfo.size;
296 sectionFileOffset = shdrInfo.offset;

Completed in 4 milliseconds