OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:at_phdr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
solib-svr4.c
462
CORE_ADDR
at_phdr
, at_phent, at_phnum, pt_phdr = 0;
local
468
if (target_auxv_search (
AT_PHDR
, &
at_phdr
) <= 0)
474
if (!
at_phdr
|| !at_phnum)
488
sect_addr =
at_phdr
;
501
if (target_read_memory (
at_phdr
+ i * sizeof (phdr),
538
if (target_read_memory (
at_phdr
+ i * sizeof (phdr),
571
/*
at_phdr
is real address in memory. pt_phdr is what pheader says it is.
573
sect_addr = sect_addr + (
at_phdr
- pt_phdr);
600
if (target_read_memory (
at_phdr
, (gdb_byte *)&phdr, sizeof (phdr))
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
solib-svr4.c
500
CORE_ADDR
at_phdr
, at_phent, at_phnum, pt_phdr = 0;
local
506
if (target_auxv_search (
AT_PHDR
, &
at_phdr
) <= 0)
512
if (!
at_phdr
|| !at_phnum)
526
sect_addr =
at_phdr
;
539
if (target_read_memory (
at_phdr
+ i * sizeof (phdr),
576
if (target_read_memory (
at_phdr
+ i * sizeof (phdr),
609
/*
at_phdr
is real address in memory. pt_phdr is what pheader says it is.
611
sect_addr = sect_addr + (
at_phdr
- pt_phdr);
638
if (target_read_memory (
at_phdr
, (gdb_byte *)&phdr, sizeof (phdr))
[
all
...]
Completed in 43 milliseconds
Indexes created Tue Apr 21 00:23:25 UTC 2026