Searched refs:BFD_ALIGN (Results 1 - 25 of 60) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Daout-target.h111 if ((BFD_ALIGN (obj_textsec (abfd)->size, arch_align)
113 && (BFD_ALIGN (obj_datasec (abfd)->size, arch_align)
115 && (BFD_ALIGN (obj_bsssec (abfd)->size, arch_align)
H A Daout-tic30.c381 if ((BFD_ALIGN (obj_textsec (abfd)->size, arch_align)
383 && (BFD_ALIGN (obj_datasec (abfd)->size, arch_align)
385 && (BFD_ALIGN (obj_bsssec (abfd)->size, arch_align)
740 obj_datasec (abfd)->vma = BFD_ALIGN (vma, adata (abfd).segment_size);
743 obj_datasec (abfd)->vma = BFD_ALIGN (vma, 4);
746 obj_datasec (abfd)->vma = BFD_ALIGN (vma, 4);
H A Darchive64.c163 padding = BFD_ALIGN (mapsize, 8) - mapsize;
H A Dnlmcode.h1385 sec->size = BFD_ALIGN (sec->size, 1 << sec->alignment_power);
1425 text_ptr = BFD_ALIGN (sofar, 1 << text_align);
1426 data_ptr = BFD_ALIGN (text_ptr + text, 1 << data_align);
1427 other_ptr = BFD_ALIGN (data_ptr + data, 1 << other_align);
1489 add = BFD_ALIGN (add, 1 << bss_sec->alignment_power);
H A Dlibbfd-in.h33 #define BFD_ALIGN(this, boundary) \ macro
H A Dlibbfd.h38 #define BFD_ALIGN(this, boundary) \ macro
H A Dcoffcode.h3176 sofar = BFD_ALIGN (sofar, 1 << current->alignment_power);
3190 sofar = BFD_ALIGN (sofar, 1 << current->alignment_power);
3222 current->size = BFD_ALIGN (current->size,
3230 sofar = BFD_ALIGN (sofar, 1 << current->alignment_power);
3273 sofar = BFD_ALIGN (sofar, 1 << COFF_DEFAULT_SECTION_ALIGNMENT_POWER);
3976 (file_ptr) BFD_ALIGN (sym_base, COFF_PAGE_SIZE) - 1,
H A Decoff.c1889 return BFD_ALIGN (ret, 16);
2046 sofar = BFD_ALIGN (sofar, 1 << alignment_power);
2048 file_sofar = BFD_ALIGN (file_sofar, 1 << alignment_power);
2067 sofar = BFD_ALIGN (sofar, 1 << alignment_power);
2069 file_sofar = BFD_ALIGN (file_sofar, 1 << alignment_power);
H A Dpdp11.c925 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end;
933 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end;
945 obj_datasec(abfd)->vma = BFD_ALIGN (vma, adata(abfd).segment_size);
970 execp->a_data = BFD_ALIGN (obj_datasec(abfd)->size,
1012 obj_datasec(abfd)->vma = BFD_ALIGN (vma, adata(abfd).segment_size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Daout-target.h111 if ((BFD_ALIGN (obj_textsec (abfd)->size, arch_align)
113 && (BFD_ALIGN (obj_datasec (abfd)->size, arch_align)
115 && (BFD_ALIGN (obj_bsssec (abfd)->size, arch_align)
H A Daout-tic30.c381 if ((BFD_ALIGN (obj_textsec (abfd)->size, arch_align)
383 && (BFD_ALIGN (obj_datasec (abfd)->size, arch_align)
385 && (BFD_ALIGN (obj_bsssec (abfd)->size, arch_align)
740 obj_datasec (abfd)->vma = BFD_ALIGN (vma, adata (abfd).segment_size);
743 obj_datasec (abfd)->vma = BFD_ALIGN (vma, 4);
746 obj_datasec (abfd)->vma = BFD_ALIGN (vma, 4);
H A Darchive64.c163 padding = BFD_ALIGN (mapsize, 8) - mapsize;
H A Dnlmcode.h1385 sec->size = BFD_ALIGN (sec->size, 1 << sec->alignment_power);
1425 text_ptr = BFD_ALIGN (sofar, 1 << text_align);
1426 data_ptr = BFD_ALIGN (text_ptr + text, 1 << data_align);
1427 other_ptr = BFD_ALIGN (data_ptr + data, 1 << other_align);
1489 add = BFD_ALIGN (add, 1 << bss_sec->alignment_power);
H A Dlibbfd-in.h33 #define BFD_ALIGN(this, boundary) \ macro
H A Dlibbfd.h38 #define BFD_ALIGN(this, boundary) \ macro
H A Dcoffcode.h3176 sofar = BFD_ALIGN (sofar, 1 << current->alignment_power);
3190 sofar = BFD_ALIGN (sofar, 1 << current->alignment_power);
3222 current->size = BFD_ALIGN (current->size,
3230 sofar = BFD_ALIGN (sofar, 1 << current->alignment_power);
3273 sofar = BFD_ALIGN (sofar, 1 << COFF_DEFAULT_SECTION_ALIGNMENT_POWER);
3976 (file_ptr) BFD_ALIGN (sym_base, COFF_PAGE_SIZE) - 1,
H A Dpdp11.c925 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end;
933 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end;
945 obj_datasec(abfd)->vma = BFD_ALIGN (vma, adata(abfd).segment_size);
970 execp->a_data = BFD_ALIGN (obj_datasec(abfd)->size,
1012 obj_datasec(abfd)->vma = BFD_ALIGN (vma, adata(abfd).segment_size);
H A Decoff.c1889 return BFD_ALIGN (ret, 16);
2046 sofar = BFD_ALIGN (sofar, 1 << alignment_power);
2048 file_sofar = BFD_ALIGN (file_sofar, 1 << alignment_power);
2067 sofar = BFD_ALIGN (sofar, 1 << alignment_power);
2069 file_sofar = BFD_ALIGN (file_sofar, 1 << alignment_power);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Daout-target.h111 if ((BFD_ALIGN (obj_textsec (abfd)->size, arch_align)
113 && (BFD_ALIGN (obj_datasec (abfd)->size, arch_align)
115 && (BFD_ALIGN (obj_bsssec (abfd)->size, arch_align)
H A Daout-tic30.c381 if ((BFD_ALIGN (obj_textsec (abfd)->size, arch_align)
383 && (BFD_ALIGN (obj_datasec (abfd)->size, arch_align)
385 && (BFD_ALIGN (obj_bsssec (abfd)->size, arch_align)
740 obj_datasec (abfd)->vma = BFD_ALIGN (vma, adata (abfd).segment_size);
743 obj_datasec (abfd)->vma = BFD_ALIGN (vma, 4);
746 obj_datasec (abfd)->vma = BFD_ALIGN (vma, 4);
H A Darchive64.c163 padding = BFD_ALIGN (mapsize, 8) - mapsize;
H A Dnlmcode.h1385 sec->size = BFD_ALIGN (sec->size, 1 << sec->alignment_power);
1425 text_ptr = BFD_ALIGN (sofar, 1 << text_align);
1426 data_ptr = BFD_ALIGN (text_ptr + text, 1 << data_align);
1427 other_ptr = BFD_ALIGN (data_ptr + data, 1 << other_align);
1489 add = BFD_ALIGN (add, 1 << bss_sec->alignment_power);
H A Dlibbfd-in.h33 #define BFD_ALIGN(this, boundary) \ macro
H A Dlibbfd.h38 #define BFD_ALIGN(this, boundary) \ macro
H A Dcoffcode.h3176 sofar = BFD_ALIGN (sofar, 1 << current->alignment_power);
3190 sofar = BFD_ALIGN (sofar, 1 << current->alignment_power);
3222 current->size = BFD_ALIGN (current->size,
3230 sofar = BFD_ALIGN (sofar, 1 << current->alignment_power);
3273 sofar = BFD_ALIGN (sofar, 1 << COFF_DEFAULT_SECTION_ALIGNMENT_POWER);
3976 (file_ptr) BFD_ALIGN (sym_base, COFF_PAGE_SIZE) - 1,

Completed in 416 milliseconds

123