OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRelPlt
(Results
1 - 5
of
5
) sorted by null
/frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h
228
LDSection&
getRelPlt
() {
233
const LDSection&
getRelPlt
() const {
/frameworks/compile/mclinker/lib/Target/
ELFDynamic.cpp
251
applyOne(llvm::ELF::DT_JMPREL, pFormat.
getRelPlt
().addr()); // DT_JMPREL
252
applyOne(llvm::ELF::DT_PLTRELSZ, pFormat.
getRelPlt
().size()); // DT_PLTRELSZ
GNULDBackend.cpp
[
all
...]
/frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp
106
LDSection& relplt = file_format->
getRelPlt
();
236
file_format->
getRelPlt
().setSize(
480
OutputRelocSection& ARMGNULDBackend::
getRelPLT
()
486
const OutputRelocSection& ARMGNULDBackend::
getRelPLT
() const
/frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp
236
OutputRelocSection& X86GNULDBackend::
getRelPLT
()
242
const OutputRelocSection& X86GNULDBackend::
getRelPLT
() const
343
LDSection& relplt = file_format->
getRelPlt
();
388
file_format->
getRelPlt
().setSize
Completed in 643 milliseconds