OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createSection
(Results
1 - 5
of
5
) sorted by null
/external/swiftshader/third_party/subzero/src/
IceELFObjectWriter.cpp
95
SymTab =
createSection
<ELFSymbolTableSection>(SymTabName, SHT_SYMTAB, 0,
101
createSection
<ELFStringTableSection>(StrTabName, SHT_STRTAB, 0, 1, 0);
105
T *ELFObjectWriter::
createSection
(const std::string &Name, Elf64_Word ShType,
128
ELFRelocationSection *RelSection =
createSection
<ELFRelocationSection>(
234
Section =
createSection
<ELFTextSection>(SectionName, SHT_PROGBITS, ShFlags,
312
ELFDataSection *Section =
createSection
<ELFDataSection>(
366
Section =
createSection
<ELFDataSection>(SectionName, SHT_PROGBITS, ShFlags,
377
Section =
createSection
<ELFDataSection>(SectionName, SHT_PROGBITS, ShFlags,
388
Section =
createSection
<ELFDataSection>(SectionName, SHT_NOBITS, ShFlags,
537
ELFDataSection *Section =
createSection
<ELFDataSection>
[
all
...]
IceELFObjectWriter.h
128
T *
createSection
(const std::string &Name, Elf64_Word ShType,
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiElementDetail.java
212
Section section = toolkit.
createSection
(parent, Section.TITLE_BAR);
392
Section section = toolkit.
createSection
(masterTable,
/external/swiftshader/third_party/LLVM/lib/MC/
WinCOFFObjectWriter.cpp
147
COFFSection *
createSection
(StringRef Name);
346
COFFSection *WinCOFFObjectWriter::
createSection
(llvm::StringRef Name) {
371
COFFSection *coff_section =
createSection
(Sec.getSectionName());
/external/llvm/lib/MC/
WinCOFFObjectWriter.cpp
151
COFFSection *
createSection
(StringRef Name);
251
COFFSection *WinCOFFObjectWriter::
createSection
(StringRef Name) {
267
COFFSection *coff_section =
createSection
(Sec.getSectionName());
[
all
...]
Completed in 185 milliseconds