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

/netbsd-current/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan.cpp312 // linker-defined symbol __ehdr_start to find the only relevant set of phdrs.
313 extern ElfW(Ehdr) __ehdr_start;
317 reinterpret_cast<const char *>(&__ehdr_start) +
318 __ehdr_start.e_phoff),
319 __ehdr_start.e_phnum))

Completed in 675 milliseconds