HomeSort by: relevance | last modified time | path
    Searched refs:p_dynamic (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
70 p_dynamic = NULL;
88 p_dynamic = phdr;
120 if (p_dynamic)
124 Elf64_Dyn *dyn = (Elf64_Dyn *)(p_dynamic->p_vaddr + load_base);
  /src/external/gpl3/gcc.old/dist/libgcc/config/ia64/
fde-glibc.c 55 const Elf64_Phdr *phdr, *p_unwind, *p_dynamic; local
70 p_dynamic = NULL;
88 p_dynamic = phdr;
120 if (p_dynamic)
124 Elf64_Dyn *dyn = (Elf64_Dyn *)(p_dynamic->p_vaddr + load_base);
  /src/external/gpl3/gcc/dist/libgcc/
unwind-dw2-fde-dip.c 152 const ElfW(Phdr) *p_dynamic;
192 const ElfW(Phdr) *phdr, *p_eh_frame_hdr, *p_dynamic;
215 p_dynamic = NULL;
232 Set load_base, p_eh_frame_hdr and p_dynamic
247 p_dynamic = cache_entry->p_dynamic;
315 p_dynamic = phdr;
335 frame_hdr_cache_head->p_dynamic = p_dynamic;
352 if (p_dynamic)
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/
unwind-dw2-fde-dip.c 152 const ElfW(Phdr) *p_dynamic;
192 const ElfW(Phdr) *phdr, *p_eh_frame_hdr, *p_dynamic;
215 p_dynamic = NULL;
232 Set load_base, p_eh_frame_hdr and p_dynamic
247 p_dynamic = cache_entry->p_dynamic;
315 p_dynamic = phdr;
335 frame_hdr_cache_head->p_dynamic = p_dynamic;
352 if (p_dynamic)
    [all...]

Completed in 28 milliseconds