OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:emitRelocation
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp
106
emitRelocation
(m_Config, *section, region);
447
///
emitRelocation
448
void ELFObjectWriter::
emitRelocation
(const LinkerConfig& pConfig,
452
assert(sect_data != NULL && "SectionData is NULL in
emitRelocation
!");
514
target().
emitRelocation
(*rel, relocation->type(), r_sym, r_offset);
556
target().
emitRelocation
(
/frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp
956
void MipsGNULDBackend::
emitRelocation
(llvm::ELF::Elf32_Rel& pRel,
960
GNULDBackend::
emitRelocation
(pRel, pType, pSymIdx, pOffset);
963
void MipsGNULDBackend::
emitRelocation
(llvm::ELF::Elf32_Rela& pRel,
968
GNULDBackend::
emitRelocation
(pRel, pType, pSymIdx, pOffset, pAddend);
971
void MipsGNULDBackend::
emitRelocation
(llvm::ELF::Elf64_Rel& pRel,
983
void MipsGNULDBackend::
emitRelocation
(llvm::ELF::Elf64_Rela& pRel,
[
all
...]
/frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp
[
all
...]
Completed in 257 milliseconds