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

  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
sect-names.h 66 struct dwarf2_section_names eh_frame; member in struct:dwarf2_debug_sections
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
sect-names.h 66 struct dwarf2_section_names eh_frame; member in struct:dwarf2_debug_sections
  /src/external/gpl3/gcc/dist/libgcc/
unwind-dw2-fde-dip.c 291 /* See if PC falls into one of the loaded segments. Find the eh_frame
393 _Unwind_Ptr eh_frame; local
406 eh_frame = (_Unwind_Ptr) (p + value);
413 p, &eh_frame);
516 ob.u.single = (fde *) eh_frame;
519 const fde *entry = linear_search_fdes (&ob, (fde *) eh_frame, (void *) pc);
  /src/external/gpl3/gcc.old/dist/libgcc/
unwind-dw2-fde-dip.c 291 /* See if PC falls into one of the loaded segments. Find the eh_frame
393 _Unwind_Ptr eh_frame; local
402 p, &eh_frame);
478 ob.u.single = (fde *) eh_frame;
481 const fde *entry = linear_search_fdes (&ob, (fde *) eh_frame, (void *) pc);
  /src/external/gpl3/binutils/dist/binutils/
dwarf.h 85 eh_frame, enumerator in enum:dwarf_section_display_enum
  /src/external/gpl3/binutils.old/dist/binutils/
dwarf.h 85 eh_frame, enumerator in enum:dwarf_section_display_enum
  /src/external/gpl3/binutils/dist/bfd/
elfxx-x86.c 2466 asection *eh_frame; local
2482 || (eh_frame = bfd_get_section_by_name (output_bfd,
2483 ".eh_frame")) == NULL
2484 || eh_frame->rawsize == 0))
2903 /* Adjust .eh_frame for .plt section. */
2928 /* Adjust .eh_frame for .plt.got section. */
2953 /* Adjust .eh_frame for the second PLT section. */
4796 ".eh_frame",
4800 info->callbacks->fatal (_("%P: failed to create PLT .eh_frame section\n"));
4807 ".eh_frame",
    [all...]
elflink.c 11328 if (strncmp (sec->name, ".eh_frame", 9) == 0
12804 /* eh_frame editing can extend last FDE to cover padding
14176 asection *group_sec, *eh_frame, *sframe;
14188 eh_frame = elf_eh_frame_section (sec->owner);
14193 && sec != eh_frame
14212 if (ret && eh_frame && elf_fde_list (sec))
14217 relocation info for eh_frame are freed after they are retrieved
14221 symbol table and relocation info for eh_frame to avoid it. */
14222 if (!init_reloc_cookie_for_section (&cookie, info, eh_frame,
14227 if (!_bfd_elf_gc_mark_fdes (info, sec, eh_frame,
14162 asection *group_sec, *eh_frame, *sframe; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elflink.c 11303 if (strcmp (".eh_frame", sec->name) == 0)
11307 && strncmp (sec->name, ".eh_frame.", 10) == 0)
14164 asection *group_sec, *eh_frame;
14176 eh_frame = elf_eh_frame_section (sec->owner);
14179 && sec != eh_frame)
14197 if (ret && eh_frame && elf_fde_list (sec))
14202 relocation info for eh_frame are freed after they are retrieved
14206 symbol table and relocation info for eh_frame to avoid it. */
14207 if (!init_reloc_cookie_for_section (&cookie, info, eh_frame,
14212 if (!_bfd_elf_gc_mark_fdes (info, sec, eh_frame,
14150 asection *group_sec, *eh_frame; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elflink.c 11239 if (strcmp (".eh_frame", sec->name) == 0)
11243 && strncmp (sec->name, ".eh_frame.", 10) == 0)
14144 asection *group_sec, *eh_frame;
14156 eh_frame = elf_eh_frame_section (sec->owner);
14159 && sec != eh_frame)
14177 if (ret && eh_frame && elf_fde_list (sec))
14182 relocation info for eh_frame are freed after they are retrieved
14186 symbol table and relocation info for eh_frame to avoid it. */
14187 if (!init_reloc_cookie_for_section (&cookie, info, eh_frame,
14192 if (!_bfd_elf_gc_mark_fdes (info, sec, eh_frame,
14130 asection *group_sec, *eh_frame; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elflink.c 11321 if (strcmp (".eh_frame", sec->name) == 0)
11325 && strncmp (sec->name, ".eh_frame.", 10) == 0)
14178 asection *group_sec, *eh_frame;
14190 eh_frame = elf_eh_frame_section (sec->owner);
14193 && sec != eh_frame)
14211 if (ret && eh_frame && elf_fde_list (sec))
14216 relocation info for eh_frame are freed after they are retrieved
14220 symbol table and relocation info for eh_frame to avoid it. */
14221 if (!init_reloc_cookie_for_section (&cookie, info, eh_frame,
14226 if (!_bfd_elf_gc_mark_fdes (info, sec, eh_frame,
14164 asection *group_sec, *eh_frame; local
    [all...]

Completed in 71 milliseconds