Searched refs:NonLazyPointerSectionBase (Results 1 – 2 of 2) sorted by relevance
117 class NonLazyPointerSectionBase : public SyntheticSection {119 NonLazyPointerSectionBase(const char *segname, const char *name);135 class GotSection final : public NonLazyPointerSectionBase {140 class TlvPointerSection final : public NonLazyPointerSectionBase {
297 NonLazyPointerSectionBase::NonLazyPointerSectionBase(const char *segname, in NonLazyPointerSectionBase() function in NonLazyPointerSectionBase323 void NonLazyPointerSectionBase::addEntry(Symbol *sym) { in addEntry()332 void NonLazyPointerSectionBase::writeTo(uint8_t *buf) const { in writeTo()339 : NonLazyPointerSectionBase(segment_names::data, section_names::got) { in GotSection()344 : NonLazyPointerSectionBase(segment_names::data, in TlvPointerSection()