Searched refs:NonLazyPointerSectionBase (Results 1 – 2 of 2) sorted by relevance
115 class NonLazyPointerSectionBase : public SyntheticSection {117 NonLazyPointerSectionBase(const char *segname, const char *name);133 class GotSection final : public NonLazyPointerSectionBase {138 class TlvPointerSection final : public NonLazyPointerSectionBase {
220 NonLazyPointerSectionBase::NonLazyPointerSectionBase(const char *segname, in NonLazyPointerSectionBase() function in NonLazyPointerSectionBase244 void NonLazyPointerSectionBase::addEntry(Symbol *sym) { in addEntry()253 void NonLazyPointerSectionBase::writeTo(uint8_t *buf) const { in writeTo()260 : NonLazyPointerSectionBase(segment_names::dataConst, section_names::got) { in GotSection()265 : NonLazyPointerSectionBase(segment_names::data, in TlvPointerSection()