OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LinkSection
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.cpp
1060
if (ToRemove(
LinkSection
)) {
1065
LinkSection
->Name.data(), this->Name.data());
1066
LinkSection
= nullptr;
1130
LinkSection
= *Sec;
1132
if (
LinkSection
->Type == ELF::SHT_SYMTAB)
1133
LinkSection
= nullptr;
1138
void Section::finalize() { this->Link =
LinkSection
?
LinkSection
->Index : 0; }
Object.h
484
SectionBase *
LinkSection
= nullptr;
/src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
elf2yaml.cpp
762
Expected<const Elf_Shdr *>
LinkSection
= Obj.getSection(Shdr->sh_link);
763
if (!
LinkSection
)
766
"': " + toString(
LinkSection
.takeError()),
769
NameOrErr = getUniquedSectionName(**
LinkSection
);
Completed in 58 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026