Searched refs:GotSection (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.h79 class GotSection : public SyntheticSection { class in namespace:lld::macho
81 GotSection();
277 GotSection *got = nullptr;
H A DSyntheticSections.cpp75 GotSection::GotSection() function in class:GotSection
84 void GotSection::addEntry(Symbol &sym) {
90 void GotSection::writeTo(uint8_t *buf) const {
H A DWriter.cpp537 in.got = make<GotSection>();
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h118 class GotSection : public SyntheticSection { class in namespace:lld::elf
120 GotSection();
390 // on ARM the IgotPltSection will immediately follow the GotSection.
1200 GotSection *got;
H A DSyntheticSections.cpp602 GotSection::GotSection() function in class:GotSection
612 void GotSection::addEntry(Symbol &sym) {
617 bool GotSection::addDynTlsEntry(Symbol &sym) {
628 bool GotSection::addTlsIndex() {
636 uint64_t GotSection::getGlobalDynAddr(const Symbol &b) const {
640 uint64_t GotSection::getGlobalDynOffset(const Symbol &b) const {
644 void GotSection::finalizeContents() {
648 bool GotSection::isNeeded() const {
654 void GotSection
[all...]
H A DWriter.cpp497 in.got = make<GotSection>();

Completed in 183 milliseconds