Searched refs:TO_SIZE (Results 1 – 2 of 2) sorted by relevance
3210 #define TO_SIZE(X) ((X) << opb_shift) macro4622 output_section->size = TO_SIZE (dot + TO_ADDR (alignment_needed) in insert_pad()4662 insert_pad (this_ptr, fill, TO_SIZE (alignment_needed), o, dot); in size_input_section()4671 o->size = TO_SIZE (dot - o->vma); in size_input_section()5020 os->bfd_section->size = TO_SIZE (after - os->bfd_section->vma); in lang_size_sections_1()5199 if (size < TO_SIZE ((unsigned) 1)) in lang_size_sections_1()5200 size = TO_SIZE ((unsigned) 1); in lang_size_sections_1()5203 = TO_SIZE (dot - output_section_statement->bfd_section->vma); in lang_size_sections_1()5219 = TO_SIZE (dot - output_section_statement->bfd_section->vma); in lang_size_sections_1()5319 insert_pad (&s->header.next, fill, TO_SIZE (newdot - dot), in lang_size_sections_1()[all …]
1390 (TO_ADDR, TO_SIZE): Define.1396 (size_input_section): Use TO_SIZE and TO_ADDR, and global opb_shift.