OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ELFDataSection
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/subzero/src/
IceELFSection.h
116
class
ELFDataSection
: public ELFSection {
117
ELFDataSection
() = delete;
118
ELFDataSection
(const
ELFDataSection
&) = delete;
119
ELFDataSection
&operator=(const
ELFDataSection
&) = delete;
IceELFSection.cpp
35
void
ELFDataSection
::appendData(ELFStreamer &Str,
41
void
ELFDataSection
::appendZeros(ELFStreamer &Str, SizeT NumBytes) {
46
void
ELFDataSection
::appendRelocationOffset(ELFStreamer &Str, bool IsRela,
58
void
ELFDataSection
::padToAlignment(ELFStreamer &Str, Elf64_Xword Align) {
IceELFObjectWriter.cpp
312
ELFDataSection
*Section = createSection<
ELFDataSection
>(
352
ELFDataSection
*Section;
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
>(
594
ELFDataSection
*Section;
601
Section = createSection<
ELFDataSection
>(SectionName, SHT_PROGBITS, SHF_ALLOC
[
all
...]
IceELFObjectWriter.h
111
using DataSectionList = std::vector<
ELFDataSection
*>;
Completed in 59 milliseconds