Home
last modified time | relevance | path

Searched refs:SharedKind (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.h67 SharedKind, enumerator
165 bool isShared() const { return symbolKind == SharedKind; } in isShared()
450 static bool classof(const Symbol *s) { return s->kind() == SharedKind; } in classof()
455 : Symbol(SharedKind, &file, name, binding, stOther, type), value(value), in SharedSymbol()
478 Symbol::overwrite(sym, SharedKind); in overwrite()
H A DInputFiles.h62 SharedKind, enumerator
74 return k == ObjKind || k == SharedKind; in isElf()
352 static bool classof(const InputFile *f) { return f->kind() == SharedKind; } in classof()
H A DSymbols.cpp136 case Symbol::SharedKind: in getSymVA()
H A DInputFiles.cpp517 findSection(sections, k == SharedKind ? SHT_DYNSYM : SHT_SYMTAB); in init()
1383 : ELFFileBase(ctx, SharedKind, getELFKind(ctx, m, ""), m), in SharedFile()