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

  /src/external/gpl3/binutils/dist/bfd/
tekhex.c 267 #define enda(x) (x->vma + x->size) macro
  /src/external/gpl3/binutils.old/dist/bfd/
tekhex.c 267 #define enda(x) (x->vma + x->size) macro
  /src/external/gpl3/gdb/dist/bfd/
tekhex.c 267 #define enda(x) (x->vma + x->size) macro
  /src/external/gpl3/gdb.old/dist/bfd/
tekhex.c 267 #define enda(x) (x->vma + x->size) macro
  /src/external/gpl3/gcc/dist/gcc/
ggc-page.cc 855 char *allocation, *a, *enda;
871 enda = allocation + alloc_size - tail_slop;
884 enda -= G.pagesize;
888 group = (page_group *)enda;
904 for (a = enda - G.pagesize; a != page; a -= G.pagesize)
853 char *allocation, *a, *enda; local
  /src/external/gpl3/gcc.old/dist/gcc/
ggc-page.cc 855 char *allocation, *a, *enda;
871 enda = allocation + alloc_size - tail_slop;
884 enda -= G.pagesize;
888 group = (page_group *)enda;
904 for (a = enda - G.pagesize; a != page; a -= G.pagesize)
853 char *allocation, *a, *enda; local

Completed in 34 milliseconds