Searched refs:osize (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | spu_ovl.S | 87 #define osize save2 macro 299 rotqbyi osize, vma, 4 # 1,4 1 329 cgt cmp, osize, maxsize # 0,2 17 332 selb sz, osize, maxsize, cmp # 0,2 19 338 sf osize, sz, osize # 0,2 22 343 brnz osize, __ovly_xfer_loop # 1,4 24
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | hashtab.c | 524 size_t nsize, osize, elts; in htab_expand() local 529 osize = htab->size; in htab_expand() 530 olimit = oentries + osize; in htab_expand() 535 if (elts * 2 > osize || (elts * 8 < osize && osize > 32)) in htab_expand() 543 nsize = osize; in htab_expand()
|
D | regex.c | 321 # define REGEX_REALLOCATE(source, osize, nsize) realloc (source, nsize) argument 343 # define REGEX_REALLOCATE(source, osize, nsize) \ argument 345 memcpy (destination, source, osize)) 358 # define REGEX_REALLOCATE_STACK(source, osize, nsize) \ argument 368 # define REGEX_REALLOCATE_STACK(source, osize, nsize) realloc (source, nsize) argument 375 # define REGEX_REALLOCATE_STACK(source, osize, nsize) \ argument 376 REGEX_REALLOCATE (source, osize, nsize)
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldmain.c | 1003 bfd_vma osize; in multiple_common() local 1013 osize = h->u.c.size; in multiple_common() 1019 osize = 0; in multiple_common() 1027 osize = 0; in multiple_common() 1053 if (osize > nsize) in multiple_common() 1060 else if (nsize > osize) in multiple_common()
|
D | ChangeLog-2007 | 990 (size): Rename to osize.
|