OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pt_phdr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
solib-svr4.c
462
CORE_ADDR at_phdr, at_phent, at_phnum,
pt_phdr
= 0;
local
508
if (p_type ==
PT_PHDR
)
511
pt_phdr
= extract_unsigned_integer ((gdb_byte *) phdr.p_vaddr,
545
if (p_type ==
PT_PHDR
)
548
pt_phdr
= extract_unsigned_integer ((gdb_byte *) phdr.p_vaddr,
566
/*
PT_PHDR
is optional, but we really need it
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
);
610
if (p_type !=
PT_PHDR
|| p_filesz != sect_size || p_memsz != sect_size)
/src/external/gpl3/gdb.old/dist/gdb/
solib-svr4.c
461
CORE_ADDR at_phdr, at_phent, at_phnum,
pt_phdr
= 0;
local
507
if (p_type ==
PT_PHDR
)
510
pt_phdr
= extract_unsigned_integer ((gdb_byte *) phdr.p_vaddr,
544
if (p_type ==
PT_PHDR
)
547
pt_phdr
= extract_unsigned_integer ((gdb_byte *) phdr.p_vaddr,
565
/*
PT_PHDR
is optional, but we really need it
570
/* at_phdr is real address in memory.
pt_phdr
is what pheader says it is.
572
sect_addr = sect_addr + (at_phdr -
pt_phdr
);
609
if (p_type !=
PT_PHDR
|| p_filesz != sect_size || p_memsz != sect_size)
Completed in 29 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026