Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dtarget.h186 small_common_shndx() const in small_common_shndx() function
187 { return this->pti_->small_common_shndx; } in small_common_shndx()
194 gold_assert(this->pti_->small_common_shndx != elfcpp::SHN_UNDEF); in small_common_section_flags()
536 elfcpp::Elf_Half small_common_shndx; member
Dsymtab.cc317 || shndx == parameters->target().small_common_shndx() in is_common_shndx()
1085 && st_shndx == parameters->target().small_common_shndx()) in add_from_object()
DChangeLog13304 * target.h (Target::small_common_shndx): New function.
13309 (Target::Target_info): Add small_common_shndx, large_common_shndx,