OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddRelocation
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/mclinker/include/mcld/
IRBuilder.h
459
///
AddRelocation
- To add a relocation entry
467
static Relocation*
AddRelocation
(LDSection& pSection,
/frameworks/compile/mclinker/lib/LD/
ELFReader.cpp
243
IRBuilder::
AddRelocation
(pSection, r_type, *symbol, r_offset, r_addend);
278
IRBuilder::
AddRelocation
(pSection, r_type, *symbol, r_offset);
799
IRBuilder::
AddRelocation
(pSection, r_type, *symbol, r_offset, r_addend);
834
IRBuilder::
AddRelocation
(pSection, r_type, *symbol, r_offset);
[
all
...]
/frameworks/compile/mclinker/unittests/
LinkerTest.cpp
467
builder.
AddRelocation
(*rel_text, llvm::ELF::R_ARM_PLT32, *z1gv, 0x4);
/frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp
667
///
AddRelocation
- add a relocation entry
670
Relocation* IRBuilder::
AddRelocation
(LDSection& pSection,
Completed in 1246 milliseconds