OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:emitGOTSectionData
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.h
125
virtual uint64_t
emitGOTSectionData
(MemoryRegion& pRegion) const = 0;
178
uint64_t
emitGOTSectionData
(MemoryRegion& pRegion) const;
218
uint64_t
emitGOTSectionData
(MemoryRegion& pRegion) const;
X86LDBackend.cpp
197
RegionSize +=
emitGOTSectionData
(pRegion);
407
uint64_t X86_32GNULDBackend::
emitGOTSectionData
(MemoryRegion& pRegion) const
409
assert(m_pGOT && "
emitGOTSectionData
failed, m_pGOT is NULL!");
555
uint64_t X86_64GNULDBackend::
emitGOTSectionData
(MemoryRegion& pRegion) const
557
assert(m_pGOT && "
emitGOTSectionData
failed, m_pGOT is NULL!");
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h
169
virtual uint64_t
emitGOTSectionData
(MemoryRegion& pRegion) const;
HexagonLDBackend.cpp
172
RegionSize +=
emitGOTSectionData
(pRegion);
321
uint64_t HexagonLDBackend::
emitGOTSectionData
(MemoryRegion& pRegion) const
323
assert(m_pGOT && "
emitGOTSectionData
failed, m_pGOT is NULL!");
[
all
...]
Completed in 220 milliseconds