Home
last modified time | relevance | path

Searched refs:text_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
1372 text_align = 0; in nlm_compute_section_file_positions()
1390 if (sec->alignment_power > text_align) in nlm_compute_section_file_positions()
1391 text_align = sec->alignment_power; in nlm_compute_section_file_positions()
1422 text_ptr = BFD_ALIGN (sofar, 1 << text_align); in nlm_compute_section_file_positions()