Searched refs:size2 (Results 1 – 9 of 9) sorted by relevance
/toolchain/binutils/binutils-2.25/libiberty/ |
D | regex.c | 75 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ argument 76 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop) 416 const char *string2, int size2, 422 const char *string2, int size2, 440 wchar_t *string2, int size2, 444 const char *string2, int size2, 1175 int size1, const CHAR_T *string2, int size2) in PREFIX() 1194 for (this_char = where - string2; this_char < size2; this_char++) in PREFIX() 1663 size2); \ 1738 DEBUG_PRINT_DOUBLE_STRING (str, string1, size1, string2, size2); \ [all …]
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | spu_ovl.S | 55 #define size2 reserved3 macro 252 rotqbyi size2, vma, 4 # 1,4 13 258 andi present2, size2, 1 # 0,2 17
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ |
D | ChangeLog-2005 | 393 * ld-elfweak/size2.d: Update. 616 * ld-elfweak/elfweak.exp: Run size2.d. 617 * ld-elfweak/size2.d: New file.
|
D | ChangeLog-2008 | 586 ld-arm/farcall-arm-thumb.d, ld-arm/farcall-group-size2.d, 652 farcall-group-default, farcall-group-size2, farcall-section Ignore
|
D | ChangeLog-2011 | 563 * ld-arm/farcall-group-size2.d: Adjust. 1029 * ld-arm/farcall-group.d, ld-arm/farcall-group-size2.d,
|
D | ChangeLog-2009 | 1098 ld-arm/farcall-group-size2.d, ld-arm/farcall-group.d, 1451 ld-arm/farcall-arm-thumb.d, ld-arm/farcall-group-size2.d,
|
D | ChangeLog-2006 | 926 * ld-elfweak/size2.d, ld-elfweak/size2a.s, ld-elfweak/size2b.s:
|
D | ChangeLog-2010 | 1115 * ld-arm/farcall-group-size2.d: Likewise.
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf.c | 4355 bfd_size_type size1, size2; in elf_sort_sections() local 4396 size2 = (sec2->flags & SEC_LOAD) ? sec2->size : 0; in elf_sort_sections() 4398 if (size1 < size2) in elf_sort_sections() 4400 if (size1 > size2) in elf_sort_sections()
|