Searched refs:LinkSection (Results 1 – 8 of 8) sorted by relevance
1 # Testing the LinkSection class10 use Pod::Simple::LinkSection;22 my $treelet = Pod::Simple::LinkSection->new($bare_treelet);27 is ref($treelet), 'Pod::Simple::LinkSection';44 } elsif(ref($this || '') eq 'Pod::Simple::LinkSection') {
20 Pod::Simple::LinkSection
1 package Pod::Simple::LinkSection;73 Pod::Simple::LinkSection -- represent "section" attributes of L codes110 ], 'Pod::Simple::LinkSection' ),112 ], 'Pod::Simple::LinkSection' );
1027 L<Pod::Simple::LinkSection> -- class for objects representing the values
8 use Pod::Simple::LinkSection ();1150 $ell->[1]{to} = Pod::Simple::LinkSection->new(1171 Pod::Simple::LinkSection->new( $it ); # treelet!1182 Pod::Simple::LinkSection->new( $it ); # treelet!1341 $ell->[1]{'section'} = Pod::Simple::LinkSection->new(1348 $ell->[1]{'to'} = Pod::Simple::LinkSection->new(
1031 if (ToRemove(LinkSection)) { in removeSectionReferences()1036 LinkSection->Name.data(), this->Name.data()); in removeSectionReferences()1037 LinkSection = nullptr; in removeSectionReferences()1107 LinkSection = *Sec; in initialize()1109 if (LinkSection->Type == ELF::SHT_SYMTAB) in initialize()1110 LinkSection = nullptr; in initialize()1115 void Section::finalize() { this->Link = LinkSection ? LinkSection->Index : 0; } in finalize()
485 SectionBase *LinkSection = nullptr; variable
803 Expected<const Elf_Shdr *> LinkSection = Obj.getSection(Shdr->sh_link); in dumpCommonSection() local804 if (!LinkSection) in dumpCommonSection()807 "': " + toString(LinkSection.takeError()), in dumpCommonSection()810 NameOrErr = getUniquedSectionName(**LinkSection); in dumpCommonSection()