OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSections
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
Writer.cpp
120
for (const auto &S : Obj.
getSections
())
192
Obj.CoffFileHeader.NumberOfSections = Obj.
getSections
().size();
195
SizeOfHeaders += sizeof(coff_section) * Obj.
getSections
().size();
210
if (!Obj.
getSections
().empty()) {
211
const Section &S = Obj.
getSections
().back();
273
BigObjHeader.NumberOfSections = Obj.
getSections
().size();
298
for (const auto &S : Obj.
getSections
()) {
305
for (const auto &S : Obj.
getSections
()) {
396
for (const auto &S : Obj.
getSections
()) {
414
for (const auto &S : Obj.
getSections
()) {
[
all
...]
COFFObjcopy.cpp
35
if (Obj.
getSections
().empty())
37
const Section &Last = Obj.
getSections
().back();
Object.h
125
ArrayRef<Section>
getSections
() const { return Sections; }
Reader.cpp
87
ArrayRef<Section> Sections = Obj.
getSections
();
/src/external/bsd/elftosb/dist/sbtool/
EncoreBootImageReader.h
96
inline const section_array_t &
getSections
() const { return m_sections; }
sbtool.cpp
324
const EncoreBootImageReader::section_array_t & sectionTable = m_reader->
getSections
();
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
ELFEmitter.cpp
330
std::vector<ELFYAML::Section *> Sections = Doc.
getSections
();
479
Header.e_shnum = SectionHeaders.getNumHeaders(Doc.
getSections
().size());
501
std::vector<ELFYAML::Section *> Sections = Doc.
getSections
();
721
SHeaders.resize(Doc.
getSections
().size());
751
bool IsFirstUndefSection = Sec == Doc.
getSections
().front();
1773
for (const ELFYAML::Section *S : Doc.
getSections
()) {
1775
if (S == Doc.
getSections
().front())
1798
std::vector<ELFYAML::Section *> Sections = Doc.
getSections
();
1855
for (const ELFYAML::Chunk *Sec : Doc.
getSections
()) {
/src/external/bsd/elftosb/dist/elftosb2/
ConversionController.cpp
156
processSections(m_ast->
getSections
());
1147
ListASTNode * matchList = matchListNode->
getSections
();
ElftosbAST.h
220
inline ListASTNode *
getSections
() { return m_sections; }
1049
inline ListASTNode *
getSections
() { return m_sections; }
/src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
ELFYAML.h
711
std::vector<Section *>
getSections
() {
Completed in 28 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026