Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.34/gold/
H A Dexpression.cc911 Output_section* align_section; in value() local
912 uint64_t align = this->right_value(eei, &align_section, NULL); in value()
913 if (align_section != NULL in value()
H A Dscript-sections.cc2502 Output_section* align_section; in set_section_addresses() local
2504 NULL, &align_section, NULL, false); in set_section_addresses()
2505 if (align_section != NULL) in set_section_addresses()
/dragonfly/contrib/binutils-2.27/gold/
H A Dexpression.cc884 Output_section* align_section; in value() local
885 uint64_t align = this->right_value(eei, &align_section, NULL); in value()
886 if (align_section != NULL in value()
H A Dscript-sections.cc2456 Output_section* align_section; in set_section_addresses() local
2458 NULL, &align_section, NULL, false); in set_section_addresses()
2459 if (align_section != NULL) in set_section_addresses()