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

  /src/external/bsd/elftoolchain/dist/libdwarf/
dwarf_dealloc.c 108 Dwarf_Signed cie_count, Dwarf_Fde *fde_list, Dwarf_Signed fde_count)
117 (void) cie_count;
dwarf_frame.c 36 Dwarf_Signed *cie_count, Dwarf_Fde **fde_list, Dwarf_Signed *fde_count,
40 if (dbg == NULL || cie_list == NULL || cie_count == NULL ||
67 *cie_count = dbg->dbg_frame->fs_cielen;
76 Dwarf_Signed *cie_count, Dwarf_Fde **fde_list, Dwarf_Signed *fde_count,
80 if (dbg == NULL || cie_list == NULL || cie_count == NULL ||
107 *cie_count = dbg->dbg_eh_frame->fs_cielen;
  /src/external/gpl3/binutils/dist/bfd/
elf-eh-frame.c 592 unsigned int cie_count; local
698 cie_count = 0;
746 cie = local_cies + cie_count++;
914 for (cie = local_cies; cie < local_cies + cie_count; cie++)
920 REQUIRE (cie != local_cies + cie_count);
1047 BFD_ASSERT (cie_count == num_cies);
  /src/external/gpl3/binutils.old/dist/bfd/
elf-eh-frame.c 592 unsigned int cie_count; local
698 cie_count = 0;
745 cie = local_cies + cie_count++;
909 for (cie = local_cies; cie < local_cies + cie_count; cie++)
915 REQUIRE (cie != local_cies + cie_count);
1042 BFD_ASSERT (cie_count == num_cies);
  /src/external/gpl3/gdb.old/dist/bfd/
elf-eh-frame.c 591 unsigned int cie_count; local
695 cie_count = 0;
742 cie = local_cies + cie_count++;
902 for (cie = local_cies; cie < local_cies + cie_count; cie++)
908 REQUIRE (cie != local_cies + cie_count);
1035 BFD_ASSERT (cie_count == num_cies);
  /src/external/gpl3/gdb/dist/bfd/
elf-eh-frame.c 592 unsigned int cie_count; local
698 cie_count = 0;
745 cie = local_cies + cie_count++;
909 for (cie = local_cies; cie < local_cies + cie_count; cie++)
915 REQUIRE (cie != local_cies + cie_count);
1042 BFD_ASSERT (cie_count == num_cies);

Completed in 37 milliseconds