HomeSort by relevance Sort by last modified time
    Searched refs:relplt (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 363 LDSection& relplt = file_format->getRelPlt(); local
364 relplt.setLink(&plt);
365 m_pRelPLT = new OutputRelocSection(pModule, relplt);
630 LDSection& relplt = file_format->getRelaPlt(); local
631 relplt.setLink(&plt);
632 m_pRelPLT = new OutputRelocSection(pModule, relplt);
  /external/ltrace/
ltrace-elf.c 503 Elf_Data *relplt = elf_loaddata(scn, shdr);
504 if (relplt == NULL) {
520 if (relplt->d_type == ELF_T_REL) {
522 if (gelf_getrel(relplt, i, &rel) == NULL
526 } else if (gelf_getrela(relplt, i, &rela) == NULL) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 118 LDSection& relplt = file_format->getRelPlt(); local
119 relplt.setLink(&plt);
121 m_pRelPLT = new OutputRelocSection(pModule, relplt);
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 96 LDSection& relplt = file_format->getRelPlt(); local
97 m_pRelPlt = new OutputRelocSection(pModule, relplt);

Completed in 137 milliseconds