Home
last modified time | relevance | path

Searched defs:just_symbols (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gold/
H A Doptions.h2044 bool just_symbols, in Input_file_argument()
2056 bool just_symbols, in Input_file_argument()
2088 just_symbols() const in just_symbols() function
H A Dfileread.cc933 Input_file::just_symbols() const in just_symbols() function in gold::Input_file
H A Dsymtab.cc1194 const bool just_symbols = relobj->just_symbols(); in add_from_relobj() local
H A Dobject.h577 just_symbols() const in just_symbols() function
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Doptions.h2039 bool just_symbols, in Input_file_argument()
2051 bool just_symbols, in Input_file_argument()
2083 just_symbols() const in just_symbols() function
H A Dfileread.cc933 Input_file::just_symbols() const in just_symbols() function in gold::Input_file
H A Dsymtab.cc1194 const bool just_symbols = relobj->just_symbols(); in add_from_relobj() local
H A Dobject.h577 just_symbols() const in just_symbols() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp50 enum OutputFormatTy { bsd, sysv, posix, darwin, just_symbols }; enumerator