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

  /src/external/gpl3/gcc/dist/libgcc/config/rl78/
trampoline.S 66 #define TO_SIZE 8
91 addw ax, #TO_SIZE
123 addw ax, #TO_SIZE
  /src/external/gpl3/gcc.old/dist/libgcc/config/rl78/
trampoline.S 66 #define TO_SIZE 8
91 addw ax, #TO_SIZE
123 addw ax, #TO_SIZE
  /src/external/gpl3/binutils/dist/ld/
ldlang.c 57 #define TO_SIZE(X) ((X) << opb_shift)
5181 if (size < TO_SIZE ((unsigned) 1))
5182 size = TO_SIZE ((unsigned) 1);
5542 output_section->size = TO_SIZE (dot + TO_ADDR (alignment_needed)
5605 insert_pad (this_ptr, fill, TO_SIZE (alignment_needed), o, dot);
5645 o->size = TO_SIZE (dot - o->vma);
6137 os->bfd_section->size = TO_SIZE (after
6321 if (size < TO_SIZE ((unsigned) 1))
6322 size = TO_SIZE ((unsigned) 1);
6326 = TO_SIZE (dot - current_os->bfd_section->vma)
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
ldlang.c 63 #define TO_SIZE(X) ((X) << opb_shift)
5198 if (size < TO_SIZE ((unsigned) 1))
5199 size = TO_SIZE ((unsigned) 1);
5559 output_section->size = TO_SIZE (dot + TO_ADDR (alignment_needed)
5622 insert_pad (this_ptr, fill, TO_SIZE (alignment_needed), o, dot);
5662 o->size = TO_SIZE (dot - o->vma);
6154 os->bfd_section->size = TO_SIZE (after
6338 if (size < TO_SIZE ((unsigned) 1))
6339 size = TO_SIZE ((unsigned) 1);
6343 = TO_SIZE (dot - current_os->bfd_section->vma)
    [all...]

Completed in 26 milliseconds