Searched refs:this_size (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/contrib/gcc/config/
H A Ddarwin-crt2.c74 unsigned long this_size; /* sizeof (live_images) */ member in struct:live_images
103 l->this_size = sizeof (*l);
125 if (destroy->this_size != sizeof (*destroy)) /* sanity check */
/freebsd-10.1-release/contrib/binutils/libiberty/
H A Dalloca.c312 long this_size; /* Size of this block (does not include member in struct:stk_trailer
369 size = trailer->this_size;
389 if (trailer->this_size <= 0)
391 result += trailer->this_size;
/freebsd-10.1-release/contrib/gcclibs/libiberty/
H A Dalloca.c312 long this_size; /* Size of this block (does not include member in struct:stk_trailer
369 size = trailer->this_size;
389 if (trailer->this_size <= 0)
391 result += trailer->this_size;
/freebsd-10.1-release/contrib/gcc/
H A Dunwind-dw2-fde-darwin.c76 unsigned long this_size; /* sizeof (live_images) */ member in struct:live_images
/freebsd-10.1-release/contrib/binutils/bfd/
H A Dieee.c1624 bfd_vma this_size;
1626 if (parse_int (&(ieee->h), &this_size))
1630 for (i = 0; i < this_size; i++)
1621 bfd_vma this_size; local

Completed in 122 milliseconds