OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SectionHeaders
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/wasm/
Writer.cpp
47
SectionHeaders
.reserve(Obj.Sections.size());
51
SectionHeaders
.push_back(createSectionHeader(S, SectionSize));
68
for (size_t I = 0, S =
SectionHeaders
.size(); I < S; ++I) {
69
Out.write(
SectionHeaders
[I].data(),
SectionHeaders
[I].size());
Writer.h
29
std::vector<SectionHeader>
SectionHeaders
;
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
ELFEmitter.cpp
466
const ELFYAML::SectionHeaderTable &
SectionHeaders
=
471
else if (
SectionHeaders
.Offset)
472
Header.e_shoff = *
SectionHeaders
.Offset;
479
Header.e_shnum =
SectionHeaders
.getNumHeaders(Doc.getSections().size());
483
else if (
SectionHeaders
.Offset && !ExcludedSectionHeaders.count(".shstrtab"))
555
const ELFYAML::SectionHeaderTable &
SectionHeaders
=
557
if (
SectionHeaders
.IsImplicit ||
558
(
SectionHeaders
.NoHeaders && !
SectionHeaders
.NoHeaders.getValue()) ||
559
SectionHeaders
.isDefault()
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
DbiStream.h
125
FixedStreamArray<object::coff_section>
SectionHeaders
;
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
llvm-readobj.cpp
96
cl::opt<bool>
SectionHeaders
("section-headers",
99
cl::aliasopt(
SectionHeaders
), cl::NotHidden);
102
cl::aliasopt(
SectionHeaders
), cl::NotHidden);
504
if (opts::SectionDetails || opts::
SectionHeaders
) {
700
cl::aliasopt(opts::
SectionHeaders
),
767
opts::
SectionHeaders
= true;
785
opts::
SectionHeaders
= true;
/src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
llvm-objdump.h
57
extern bool
SectionHeaders
;
llvm-objdump.cpp
204
bool objdump::
SectionHeaders
;
2234
if (
SectionHeaders
)
2449
SectionHeaders
= InputArgs.hasArg(OBJDUMP_section_headers);
2589
SectionHeaders
= SymbolTable = true;
2597
!Relocations && !
SectionHeaders
&& !SectionContents && !SymbolTable &&
MachODump.cpp
1961
if (
SectionHeaders
)
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
DbiStream.cpp
202
return
SectionHeaders
;
257
// Initializes this->
SectionHeaders
.
275
if (auto EC = Reader.readArray(
SectionHeaders
, NumSections))
Completed in 24 milliseconds
Indexes created Tue Sep 08 00:25:21 UTC 2026