Home
last modified time | relevance | path

Searched refs:NonLazyPointerSectionBase (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lld/MachO/
H A DSyntheticSections.h115 class NonLazyPointerSectionBase : public SyntheticSection {
117 NonLazyPointerSectionBase(const char *segname, const char *name);
133 class GotSection final : public NonLazyPointerSectionBase {
138 class TlvPointerSection final : public NonLazyPointerSectionBase {
H A DMapFile.cpp138 NonLazyPointerSectionBase *osec) { in printNonLazyPointerSection()
H A DSyntheticSections.cpp308 NonLazyPointerSectionBase::NonLazyPointerSectionBase(const char *segname, in NonLazyPointerSectionBase() function in NonLazyPointerSectionBase
344 void NonLazyPointerSectionBase::addEntry(Symbol *sym) { in addEntry()
390 void NonLazyPointerSectionBase::writeTo(uint8_t *buf) const { in writeTo()
402 : NonLazyPointerSectionBase(segment_names::data, section_names::got) { in GotSection()
407 : NonLazyPointerSectionBase(segment_names::data, in TlvPointerSection()