HomeSort by: relevance | last modified time | path
    Searched defs:phdr_begin (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_report.cpp 272 auto *phdr_begin = reinterpret_cast<const ElfW(Phdr) *>( local
281 ArrayRef<const ElfW(Phdr)>(phdr_begin, phdr_begin + ehdr->e_phnum)) {
292 HwasanGlobalsFor(load_bias, phdr_begin, ehdr->e_phnum))
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_report.cpp 297 auto *phdr_begin = reinterpret_cast<const ElfW(Phdr) *>( local
306 ArrayRef<const ElfW(Phdr)>(phdr_begin, phdr_begin + ehdr->e_phnum)) {
317 HwasanGlobalsFor(load_bias, phdr_begin, ehdr->e_phnum))

Completed in 68 milliseconds