OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_common_shndx
(Results
1 - 4
of
4
) sorted by null
/toolchain/binutils/binutils-2.25/gold/
symtab.h
482
is_common_shndx
(unsigned int shndx);
495
: !Symbol::
is_common_shndx
(shndx));
564
return !is_ordinary && Symbol::
is_common_shndx
(shndx);
[
all
...]
symtab.cc
314
Symbol::
is_common_shndx
(unsigned int shndx)
function in class:gold::Symbol
[
all
...]
resolve.cc
223
else if (!is_ordinary && Symbol::
is_common_shndx
(shndx))
[
all
...]
object.cc
[
all
...]
Completed in 191 milliseconds