Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DSymbols.h34 class CommonSymbol; variable
333 CommonSymbol(InputFile *file, StringRefZ name, uint8_t binding, in CommonSymbol() function
/freebsd-12-stable/contrib/llvm-project/lld/MachO/
DSymbols.h212 CommonSymbol(StringRefZ name, InputFile *file, uint64_t size, uint32_t align, in CommonSymbol() function
/freebsd-12-stable/tools/tools/shlib-compat/
Dshlib-compat.py200 class CommonSymbol(object): class