OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getRelPLT
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp
222
OutputRelocSection& X86GNULDBackend::
getRelPLT
() {
227
const OutputRelocSection& X86GNULDBackend::
getRelPLT
() const {
363
LDSection& relplt = file_format->
getRelPlt
();
451
file_format->
getRelPlt
().setSize(m_pRelPLT->numOfRelocs() *
/frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp
186
LDSection& relplt = file_format->
getRelPlt
();
319
file_format->
getRelPlt
().setSize(m_pRelPLT->numOfRelocs() *
667
OutputRelocSection& ARMGNULDBackend::
getRelPLT
() {
672
const OutputRelocSection& ARMGNULDBackend::
getRelPLT
() const {
[
all
...]
/frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp
104
LDSection& relplt = file_format->
getRelPlt
();
215
file_format->
getRelPlt
().setSize(m_pRelPlt->numOfRelocs() *
528
OutputRelocSection& MipsGNULDBackend::
getRelPLT
() {
533
const OutputRelocSection& MipsGNULDBackend::
getRelPLT
() const {
[
all
...]
Completed in 251 milliseconds