OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:phdr_ct
(Results
1 - 1
of
1
) sorted by null
/bionic/libc/bionic/
libc_init_static.cpp
58
unsigned long int
phdr_ct
= getauxval(AT_PHNUM);
local
60
for (ElfW(Phdr)* phdr = phdr_start; phdr < (phdr_start +
phdr_ct
); phdr++) {
Completed in 115 milliseconds