HomeSort by: relevance | last modified time | path
    Searched defs:unwind_sec (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
hppa-tdep.c 342 asection *unwind_sec, *stub_unwind_sec;
366 for (unwind_sec = objfile->obfd->sections;
367 unwind_sec;
368 unwind_sec = unwind_sec->next)
370 if (strcmp (unwind_sec->name, "$UNWIND_START$") == 0
371 || strcmp (unwind_sec->name, ".PARISC.unwind") == 0)
373 unwind_size = bfd_section_size (unwind_sec);
408 for (unwind_sec = objfile->obfd->sections;
409 unwind_sec;
341 asection *unwind_sec, *stub_unwind_sec; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
hppa-tdep.c 343 asection *unwind_sec, *stub_unwind_sec;
367 for (unwind_sec = objfile->obfd->sections;
368 unwind_sec;
369 unwind_sec = unwind_sec->next)
371 if (strcmp (unwind_sec->name, "$UNWIND_START$") == 0
372 || strcmp (unwind_sec->name, ".PARISC.unwind") == 0)
374 unwind_size = bfd_section_size (unwind_sec);
409 for (unwind_sec = objfile->obfd->sections;
410 unwind_sec;
342 asection *unwind_sec, *stub_unwind_sec; local
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elf64-ia64-vms.c 4073 asection *unwind_sec; local
4095 unwind_sec = bfd_get_section_by_name (abfd, ELF_STRING_ia64_unwind);
4096 if (unwind_sec != NULL)
4100 phdr = _bfd_elf_find_segment_containing_section (abfd, unwind_sec);
4134 if (unwind_sec == NULL)
4140 dyn.d_un.d_val = unwind_sec->size;
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-ia64-vms.c 4073 asection *unwind_sec; local
4095 unwind_sec = bfd_get_section_by_name (abfd, ELF_STRING_ia64_unwind);
4096 if (unwind_sec != NULL)
4100 phdr = _bfd_elf_find_segment_containing_section (abfd, unwind_sec);
4134 if (unwind_sec == NULL)
4140 dyn.d_un.d_val = unwind_sec->size;
  /src/external/gpl3/gdb/dist/bfd/
elf64-ia64-vms.c 4071 asection *unwind_sec; local
4093 unwind_sec = bfd_get_section_by_name (abfd, ELF_STRING_ia64_unwind);
4094 if (unwind_sec != NULL)
4098 phdr = _bfd_elf_find_segment_containing_section (abfd, unwind_sec);
4132 if (unwind_sec == NULL)
4138 dyn.d_un.d_val = unwind_sec->size;
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-ia64-vms.c 4072 asection *unwind_sec; local
4094 unwind_sec = bfd_get_section_by_name (abfd, ELF_STRING_ia64_unwind);
4095 if (unwind_sec != NULL)
4099 phdr = _bfd_elf_find_segment_containing_section (abfd, unwind_sec);
4133 if (unwind_sec == NULL)
4139 dyn.d_un.d_val = unwind_sec->size;

Completed in 42 milliseconds