OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SectionIndexTable
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
Object.cpp
261
if (
SectionIndexTable
== Sec)
262
SectionIndexTable
= nullptr;
318
if (
SectionIndexTable
!= nullptr) {
321
SectionIndexTable
->addIndex(Sym->DefinedIn->Index);
323
SectionIndexTable
->addIndex(SHN_UNDEF);
826
Obj.
SectionIndexTable
= &ShndxSection;
862
if (Obj.
SectionIndexTable
)
863
Obj.
SectionIndexTable
->initialize(Obj.sections());
[
all
...]
Object.h
435
SectionIndexSection *
SectionIndexTable
= nullptr;
447
SectionIndexTable
= ShndxTable;
449
const SectionIndexSection *getShndxTable() const { return
SectionIndexTable
; }
695
SectionIndexSection *
SectionIndexTable
= nullptr;
Completed in 202 milliseconds