OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SecNdx
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFDataExtractor.cpp
47
uint64_t *
SecNdx
,
49
if (
SecNdx
)
50
*
SecNdx
= object::SectionedAddress::UndefSection;
59
if (
SecNdx
)
60
*
SecNdx
= E->SectionIndex;
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
ELFEmitter.cpp
1755
size_t
SecNdx
= 0;
1759
if (!Ret.try_emplace(Hdr.Name, ++
SecNdx
).second)
1811
size_t
SecNdx
= -1;
1813
++
SecNdx
;
1815
size_t Index = ReorderMap.empty() ?
SecNdx
: ReorderMap.lookup(S->Name);
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELF.h
147
unsigned
SecNdx
= &Sec - &cantFail(Obj.sections()).front();
150
" section with index " + Twine(
SecNdx
))
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ELFDumper.cpp
5550
auto Warn = [this](unsigned
SecNdx
, StringRef Msg) {
5552
Twine(
SecNdx
) + " is broken: " + Msg);
6300
unsigned
SecNdx
= &Sec - &cantFail(this->Obj.sections()).front();
6301
W.startLine() << "Section (" <<
SecNdx
<< ") " << Name << " {\n";
Completed in 96 milliseconds
Indexes created Mon Sep 07 00:24:45 UTC 2026