OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_unwind
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgcc/config/ia64/
fde-glibc.c
55
const Elf64_Phdr *phdr, *
p_unwind
, *p_dynamic;
local
69
p_unwind
= NULL;
86
p_unwind
= phdr;
90
if (!match || !
p_unwind
)
95
f_base = (struct unw_table_entry *) (
p_unwind
->p_vaddr + load_base);
97
hi =
p_unwind
->p_memsz / sizeof (struct unw_table_entry);
/src/external/gpl3/gcc.old/dist/libgcc/config/ia64/
fde-glibc.c
55
const Elf64_Phdr *phdr, *
p_unwind
, *p_dynamic;
local
69
p_unwind
= NULL;
86
p_unwind
= phdr;
90
if (!match || !
p_unwind
)
95
f_base = (struct unw_table_entry *) (
p_unwind
->p_vaddr + load_base);
97
hi =
p_unwind
->p_memsz / sizeof (struct unw_table_entry);
/src/external/gpl3/gdb/dist/gdb/
ia64-tdep.c
2714
Elf_Internal_Phdr *phdr, *p_text = NULL, *
p_unwind
= NULL;
2739
p_unwind
= phdr + i;
2747
if (!p_text || !
p_unwind
)
2757
if ((
p_unwind
->p_vaddr - p_text->p_vaddr) >= p_text->p_memsz)
2763
&& (
p_unwind
->p_vaddr - phdr[i].p_vaddr) < phdr[i].p_memsz)
2781
dip->u.rti.table_len =
p_unwind
->p_memsz / sizeof (unw_word_t);
2782
dip->u.rti.table_data =
p_unwind
->p_vaddr + load_base;
2713
Elf_Internal_Phdr *phdr, *p_text = NULL, *
p_unwind
= NULL;
local
/src/external/gpl3/gdb.old/dist/gdb/
ia64-tdep.c
2714
Elf_Internal_Phdr *phdr, *p_text = NULL, *
p_unwind
= NULL;
2739
p_unwind
= phdr + i;
2747
if (!p_text || !
p_unwind
)
2757
if ((
p_unwind
->p_vaddr - p_text->p_vaddr) >= p_text->p_memsz)
2763
&& (
p_unwind
->p_vaddr - phdr[i].p_vaddr) < phdr[i].p_memsz)
2781
dip->u.rti.table_len =
p_unwind
->p_memsz / sizeof (unw_word_t);
2782
dip->u.rti.table_data =
p_unwind
->p_vaddr + load_base;
2713
Elf_Internal_Phdr *phdr, *p_text = NULL, *
p_unwind
= NULL;
local
Completed in 31 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026