OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:phdrs_end
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_linux.cc
1178
char *
phdrs_end
= phdrs + ehdr->e_phnum * ehdr->e_phentsize;
local in function:__sanitizer::ForEachMappedRegion
1184
for (char *iter = phdrs; iter !=
phdrs_end
; iter += ehdr->e_phentsize) {
1193
for (char *iter = phdrs; iter !=
phdrs_end
; iter += ehdr->e_phentsize) {
Completed in 13 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025