OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ELFRelocationSection
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/subzero/src/
IceELFSection.h
218
class
ELFRelocationSection
: public ELFSection {
219
ELFRelocationSection
() = delete;
220
ELFRelocationSection
(const
ELFRelocationSection
&) = delete;
221
ELFRelocationSection
&operator=(const
ELFRelocationSection
&) = delete;
224
ELFRelocationSection
(const std::string &Name, Elf64_Word ShType,
357
void
ELFRelocationSection
::writeData(ELFStreamer &Str,
IceELFObjectWriter.h
112
using RelSectionList = std::vector<
ELFRelocationSection
*>;
134
ELFRelocationSection
*
IceELFObjectWriter.cpp
115
ELFRelocationSection
*
128
ELFRelocationSection
*RelSection = createSection<
ELFRelocationSection
>(
146
ELFRelocationSection
*RelSection = *RelIt;
163
for (
ELFRelocationSection
*S : RelSections) {
226
ELFRelocationSection
*RelSection = nullptr;
353
ELFRelocationSection
*RelSection;
595
ELFRelocationSection
*RelSection;
648
for (
ELFRelocationSection
*RelSec : RelSections) {
IceELFSection.cpp
70
void
ELFRelocationSection
::addRelocations(RelocOffsetT BaseOff,
92
size_t
ELFRelocationSection
::getSectionDataSize() const {
Completed in 50 milliseconds