OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SecToApplyRel
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.h
742
SectionBase *
SecToApplyRel
= nullptr;
745
const SectionBase *getSection() const { return
SecToApplyRel
; }
746
void setSection(SectionBase *Sec) {
SecToApplyRel
= Sec; }
Object.cpp
918
SecToApplyRel
->Name.data(), R.Offset,
959
if (
SecToApplyRel
!= nullptr)
960
this->Info =
SecToApplyRel
->Index;
1020
if (SectionBase *To = FromTo.lookup(
SecToApplyRel
))
1021
SecToApplyRel
= To;
1049
//
SecToApplyRel
contains a section referenced by sh_info field. It keeps
1053
assert(!
SecToApplyRel
|| !ToRemove(
SecToApplyRel
));
Completed in 22 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026