Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/gold/
HDresolve.cc221 if (!is_ordinary && Symbol::is_common_shndx(shndx)) in symbol_to_bits()
275 && (is_ordinary || !Symbol::is_common_shndx(st_shndx))) in resolve()
321 && !is_ordinary && Symbol::is_common_shndx(st_shndx)) in resolve()
HDsymtab.h487 is_common_shndx(unsigned int shndx);
500 : !Symbol::is_common_shndx(shndx)); in is_defined()
567 return !is_ordinary && Symbol::is_common_shndx(shndx); in is_common()
HDsymtab.cc316 Symbol::is_common_shndx(unsigned int shndx) in is_common_shndx() function in gold::Symbol
2707 && !Symbol::is_common_shndx(shndx)) in compute_final_value()
2728 || Symbol::is_common_shndx(shndx))) in compute_final_value()
3027 && !Symbol::is_common_shndx(in_shndx)) in sized_write_globals()
3051 || Symbol::is_common_shndx(in_shndx)))) in sized_write_globals()
HDobject.cc2336 if (shndx == elfcpp::SHN_ABS || Symbol::is_common_shndx(shndx)) in compute_final_local_value_internal()
/dragonfly/contrib/binutils-2.34/gold/
HDresolve.cc222 if (!is_ordinary && Symbol::is_common_shndx(shndx)) in symbol_to_bits()
286 && (is_ordinary || !Symbol::is_common_shndx(st_shndx))) in resolve()
332 && !is_ordinary && Symbol::is_common_shndx(st_shndx)) in resolve()
HDsymtab.h497 is_common_shndx(unsigned int shndx);
510 : !Symbol::is_common_shndx(shndx)); in is_defined()
577 return !is_ordinary && Symbol::is_common_shndx(shndx); in is_common()
HDsymtab.cc317 Symbol::is_common_shndx(unsigned int shndx) in is_common_shndx() function in gold::Symbol
2825 && !Symbol::is_common_shndx(shndx)) in compute_final_value()
2846 || Symbol::is_common_shndx(shndx))) in compute_final_value()
3145 && !Symbol::is_common_shndx(in_shndx)) in sized_write_globals()
3169 || Symbol::is_common_shndx(in_shndx)))) in sized_write_globals()
HDobject.cc2459 if (shndx == elfcpp::SHN_ABS || Symbol::is_common_shndx(shndx)) in compute_final_local_value_internal()