OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SymtabShndxSection
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
ELFYAML.h
193
SymtabShndxSection
,
625
struct
SymtabShndxSection
: Section {
628
SymtabShndxSection
() : Section(ChunkKind::
SymtabShndxSection
) {}
635
return S->Kind == ChunkKind::
SymtabShndxSection
;
/src/external/apache2/llvm/dist/llvm/lib/MC/
ELFObjectWriter.cpp
711
MCSectionELF *
SymtabShndxSection
=
713
SymtabShndxSectionIndex = addToSectionTable(
SymtabShndxSection
);
714
SymtabShndxSection
->setAlignment(Align(4));
769
const MCSectionELF *
SymtabShndxSection
=
774
SectionOffsets[
SymtabShndxSection
] = std::make_pair(SecStart, SecEnd);
Completed in 18 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026