OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:auxp
(Results
1 - 2
of
2
) sorted by relevancy
/src/libexec/ld.elf_so/
rtld.c
464
const AuxInfo *
auxp
;
local in function:_rtld
522
for (
auxp
= auxinfo;
auxp
->a_type != AT_NULL; ++
auxp
) {
523
switch (
auxp
->a_type) {
525
pAUX_base =
auxp
;
528
pAUX_entry =
auxp
;
531
pAUX_execfd =
auxp
;
534
pAUX_phdr =
auxp
;
537
pAUX_phent =
auxp
;
[
all
...]
rtld.c
464
const AuxInfo *
auxp
;
local in function:_rtld
522
for (
auxp
= auxinfo;
auxp
->a_type != AT_NULL; ++
auxp
) {
523
switch (
auxp
->a_type) {
525
pAUX_base =
auxp
;
528
pAUX_entry =
auxp
;
531
pAUX_execfd =
auxp
;
534
pAUX_phdr =
auxp
;
537
pAUX_phent =
auxp
;
[
all
...]
Completed in 22 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025