OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:auxinfo
(Results
1 - 2
of
2
) sorted by relevancy
/src/libexec/ld.elf_so/
rtld.c
115
static void *
auxinfo
;
variable
459
return
auxinfo
;
479
const
AuxInfo
*pAUX_base, *pAUX_entry, *pAUX_execfd, *pAUX_phdr,
482
const
AuxInfo
*pAUX_pagesz;
484
const
AuxInfo
*auxp;
532
auxinfo
= (
AuxInfo
*) sp;
542
for (auxp =
auxinfo
; auxp->a_type != AT_NULL; ++auxp) {
rtld.c
115
static void *
auxinfo
;
variable
459
return
auxinfo
;
479
const
AuxInfo
*pAUX_base, *pAUX_entry, *pAUX_execfd, *pAUX_phdr,
482
const
AuxInfo
*pAUX_pagesz;
484
const
AuxInfo
*auxp;
532
auxinfo
= (
AuxInfo
*) sp;
542
for (auxp =
auxinfo
; auxp->a_type != AT_NULL; ++auxp) {
Completed in 35 milliseconds
Indexes created Wed Jun 24 00:24:50 UTC 2026