OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:applyDebugStringOffset
(Results
1 - 11
of
11
) sorted by null
/frameworks/compile/mclinker/include/mcld/LD/
Relocator.h
115
///
applyDebugStringOffset
- apply the relocation target to specific offset.
117
virtual void
applyDebugStringOffset
(Relocation& pReloc, uint32_t pOffset) = 0;
/frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.h
103
///
applyDebugStringOffset
- apply the relocation target to specific offset.
105
void
applyDebugStringOffset
(Relocation& pReloc, uint32_t pOffset);
ARMRelocator.cpp
772
void ARMRelocator::
applyDebugStringOffset
(Relocation& pReloc,
[
all
...]
/frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.h
155
///
applyDebugStringOffset
- apply the relocation target to specific offset.
157
void
applyDebugStringOffset
(Relocation& pReloc, uint32_t pOffset);
220
///
applyDebugStringOffset
- apply the relocation target to specific offset.
222
void
applyDebugStringOffset
(Relocation& pReloc, uint32_t pOffset);
X86Relocator.cpp
845
void X86_32Relocator::
applyDebugStringOffset
(Relocation& pReloc,
[
all
...]
/frameworks/compile/mclinker/lib/LD/
DebugString.cpp
82
pBackend.getRelocator()->
applyDebugStringOffset
(pReloc,
/frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.h
112
///
applyDebugStringOffset
- apply the relocation target to specific offset.
114
void
applyDebugStringOffset
(Relocation& pReloc, uint32_t pOffset);
AArch64Relocator.cpp
441
void AArch64Relocator::
applyDebugStringOffset
(Relocation& pReloc,
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.h
112
///
applyDebugStringOffset
- apply the relocation target to specific offset.
114
void
applyDebugStringOffset
(Relocation& pReloc, uint32_t pOffset) {}
/frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.h
72
///
applyDebugStringOffset
- apply the relocation target to specific offset.
74
void
applyDebugStringOffset
(Relocation& pReloc, uint32_t pOffset);
MipsRelocator.cpp
742
void MipsRelocator::
applyDebugStringOffset
(Relocation& pReloc,
[
all
...]
Completed in 133 milliseconds