Home
last modified time | relevance | path

Searched refs:elfNoteSectionNameAlign (Results 1 – 3 of 3) sorted by relevance

/developtools/hiperf/src/
Dhiperf_libreport.cpp193 constexpr const int elfNoteSectionNameAlign = 4; in ElfGetBuildId() local
195 namesz = RoundUp(namesz, elfNoteSectionNameAlign); in ElfGetBuildId()
196 descsz = RoundUp(descsz, elfNoteSectionNameAlign); in ElfGetBuildId()
Dsymbols_file.cpp306 constexpr const int elfNoteSectionNameAlign = 4; in ElfGetBuildId() local
308 namesz = RoundUp(namesz, elfNoteSectionNameAlign); in ElfGetBuildId()
309 descsz = RoundUp(descsz, elfNoteSectionNameAlign); in ElfGetBuildId()
/developtools/profiler/device/plugins/native_daemon/src/
Dsymbols_file.cpp284 constexpr const int elfNoteSectionNameAlign = 4; in ElfGetBuildId() local
286 namesz = RoundUp(namesz, elfNoteSectionNameAlign); in ElfGetBuildId()
287 descsz = RoundUp(descsz, elfNoteSectionNameAlign); in ElfGetBuildId()