OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SectionIndexTable
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.cpp
756
if (ToRemove(
SectionIndexTable
))
757
SectionIndexTable
= nullptr;
831
if (
SectionIndexTable
)
832
SectionIndexTable
->reserve(Symbols.size());
844
if (
SectionIndexTable
== nullptr)
850
SectionIndexTable
->addIndex(Sym->DefinedIn->Index);
852
SectionIndexTable
->addIndex(SHN_UNDEF);
1724
Obj.
SectionIndexTable
= &ShndxSection;
1824
if (Obj.
SectionIndexTable
)
1825
if (Error Err = Obj.
SectionIndexTable
->initialize(Obj.sections())
[
all
...]
Object.h
685
SectionIndexSection *
SectionIndexTable
= nullptr;
699
SectionIndexTable
= ShndxTable;
701
const SectionIndexSection *getShndxTable() const { return
SectionIndexTable
; }
1055
SectionIndexSection *
SectionIndexTable
= nullptr;
Completed in 20 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026