Home
last modified time | relevance | path

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

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