OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SectionTableSize
(Results
1 - 2
of
2
) sorted by null
/external/llvm/tools/yaml2obj/
yaml2coff.cpp
119
uint32_t
SectionTableSize
= 0;
124
SectionTableSize
= sizeof(COFF::section) * CP.Obj.Sections.size();
126
uint32_t CurrentSectionDataOffset = SectionTableStart +
SectionTableSize
;
/external/llvm/include/llvm/Object/
ELF.h
[
all
...]
Completed in 100 milliseconds