Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.34/gold/
H A Doutput.h3735 gold_assert(shndx != OUTPUT_SECTION_CODE in Input_section()
3745 : shndx_(OUTPUT_SECTION_CODE), p2align_(0), in Input_section()
3824 return (this->shndx_ != OUTPUT_SECTION_CODE in is_input_section()
3860 return this->shndx_ == OUTPUT_SECTION_CODE; in is_output_section_data()
3970 OUTPUT_SECTION_CODE = -1U, enumerator
H A Doutput.cc2322 case OUTPUT_SECTION_CODE: in print_to_mapfile()
/dragonfly/contrib/binutils-2.27/gold/
H A Doutput.h3735 gold_assert(shndx != OUTPUT_SECTION_CODE in Input_section()
3745 : shndx_(OUTPUT_SECTION_CODE), p2align_(0), in Input_section()
3824 return (this->shndx_ != OUTPUT_SECTION_CODE in is_input_section()
3860 return this->shndx_ == OUTPUT_SECTION_CODE; in is_output_section_data()
3970 OUTPUT_SECTION_CODE = -1U, enumerator
H A Doutput.cc2310 case OUTPUT_SECTION_CODE: in print_to_mapfile()