Searched refs:data_align (Results 1 – 6 of 6) sorted by relevance
4 . = ALIGN(data_align);
1 # ld: --defsym data_align=32 -T align2.t
1 # ld: --defsym data_align=16 -T align2.t
1311 unsigned int text_align, data_align, other_align; in nlm_compute_section_file_positions() local1375 data_align = 0; in nlm_compute_section_file_positions()1398 if (sec->alignment_power > data_align) in nlm_compute_section_file_positions()1399 data_align = sec->alignment_power; in nlm_compute_section_file_positions()1423 data_ptr = BFD_ALIGN (text_ptr + text, 1 << data_align); in nlm_compute_section_file_positions()
38 bfd_signed_vma data_align; member229 && c1->data_align == c2->data_align in cie_eq()265 h = iterative_hash_object (c->data_align, h); in cie_compute_hash()765 REQUIRE (read_sleb128 (&buf, end, &cie->data_align)); in _bfd_elf_parse_eh_frame()
5078 augmentation_size. Use bfd_signed_vmas for data_align.