Home
last modified time | relevance | path

Searched defs:CommonSymbol (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/lld/ELF/
H A DSymbols.h32 class CommonSymbol; variable
395 CommonSymbol(InputFile *file, StringRef name, uint8_t binding, CommonSymbol() function
/freebsd-src/contrib/llvm-project/lld/MachO/
H A DSymbols.h236 CommonSymbol(StringRefZ name, InputFile *file, uint64_t size, uint32_t align, CommonSymbol() function
/freebsd-src/tools/tools/shlib-compat/
H A Dshlib-compat.py199 class CommonSymbol(object): class