Home
last modified time | relevance | path

Searched refs:other_align (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dnlmcode.h1311 unsigned int text_align, data_align, other_align; in nlm_compute_section_file_positions() local
1377 other_align = 0; in nlm_compute_section_file_positions()
1403 if (sec->alignment_power > other_align) in nlm_compute_section_file_positions()
1404 other_align = sec->alignment_power; in nlm_compute_section_file_positions()
1424 other_ptr = BFD_ALIGN (data_ptr + data, 1 << other_align); in nlm_compute_section_file_positions()