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

  /src/external/gpl3/gcc/dist/libgcc/
unwind-dw2-fde.h 170 last_fde (const struct object *obj __attribute__ ((__unused__)), const fde *f)
169 last_fde (const struct object *obj __attribute__ ((__unused__)), const fde *f) function
  /src/external/gpl3/gcc.old/dist/libgcc/
unwind-dw2-fde.h 170 last_fde (struct object *obj __attribute__ ((__unused__)), const fde *f)
169 last_fde (struct object *obj __attribute__ ((__unused__)), const fde *f) function
  /src/external/gpl3/binutils/dist/bfd/
elf-eh-frame.c 589 bfd_byte *last_fde; local
708 last_fde = buf;
718 this_inf->offset = last_fde - ehbuf;
987 buf = last_fde + 4 + hdr_length;
elf64-ppc.c 14424 bfd_byte *p, *last_fde;
14437 last_fde = p;
14450 last_fde = p;
14469 p = last_fde + last_fde_len + 4;
14473 last_fde = p;
14506 bfd_put_32 (htab->elf.dynobj, last_fde_len + pad, last_fde);
14420 bfd_byte *p, *last_fde; local
  /src/external/gpl3/binutils/dist/gas/
dw2gencfi.c 429 static struct fde_entry *last_fde;
480 last_fde = fde;
1399 tc_cfi_endproc (last_fde);
1505 if (last_fde->lsda_encoding != DW_EH_PE_omit)
1506 last_fde->eh_header_type = EH_COMPACT_HAS_LSDA;
1507 else if (num_ops <= 3 && last_fde->per_encoding == DW_EH_PE_omit)
1508 last_fde->eh_header_type = EH_COMPACT_INLINE;
1510 last_fde->eh_header_type = EH_COMPACT_OUTLINE;
1512 if (last_fde->eh_header_type == EH_COMPACT_INLINE)
1515 last_fde->eh_data_size = num_ops
427 static struct fde_entry *last_fde; variable in typeref:struct:fde_entry
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf-eh-frame.c 589 bfd_byte *last_fde; local
708 last_fde = buf;
718 this_inf->offset = last_fde - ehbuf;
982 buf = last_fde + 4 + hdr_length;
elf64-ppc.c 14422 bfd_byte *p, *last_fde;
14435 last_fde = p;
14448 last_fde = p;
14467 p = last_fde + last_fde_len + 4;
14471 last_fde = p;
14504 bfd_put_32 (htab->elf.dynobj, last_fde_len + pad, last_fde);
14418 bfd_byte *p, *last_fde; local
  /src/external/gpl3/binutils.old/dist/gas/
dw2gencfi.c 429 static struct fde_entry *last_fde;
480 last_fde = fde;
1399 tc_cfi_endproc (last_fde);
1505 if (last_fde->lsda_encoding != DW_EH_PE_omit)
1506 last_fde->eh_header_type = EH_COMPACT_HAS_LSDA;
1507 else if (num_ops <= 3 && last_fde->per_encoding == DW_EH_PE_omit)
1508 last_fde->eh_header_type = EH_COMPACT_INLINE;
1510 last_fde->eh_header_type = EH_COMPACT_OUTLINE;
1512 if (last_fde->eh_header_type == EH_COMPACT_INLINE)
1515 last_fde->eh_data_size = num_ops
427 static struct fde_entry *last_fde; variable in typeref:struct:fde_entry
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf-eh-frame.c 588 bfd_byte *last_fde; local
705 last_fde = buf;
715 this_inf->offset = last_fde - ehbuf;
975 buf = last_fde + 4 + hdr_length;
elf64-ppc.c 14405 bfd_byte *p, *last_fde;
14417 last_fde = p;
14430 last_fde = p;
14449 p = last_fde + last_fde_len + 4;
14453 last_fde = p;
14486 bfd_put_32 (htab->elf.dynobj, last_fde_len + pad, last_fde);
14401 bfd_byte *p, *last_fde; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf-eh-frame.c 588 bfd_byte *last_fde; local
705 last_fde = buf;
715 this_inf->offset = last_fde - ehbuf;
975 buf = last_fde + 4 + hdr_length;
elf64-ppc.c 14398 bfd_byte *p, *last_fde;
14410 last_fde = p;
14423 last_fde = p;
14442 p = last_fde + last_fde_len + 4;
14446 last_fde = p;
14479 bfd_put_32 (htab->elf.dynobj, last_fde_len + pad, last_fde);
14394 bfd_byte *p, *last_fde; local

Completed in 81 milliseconds