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

  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 392 LDSection& relplt = file_format->getRelPlt(); local
393 relplt.setLink(&plt);
394 m_pRelPLT = new OutputRelocSection(pModule, relplt);
683 LDSection& relplt = file_format->getRelaPlt(); local
684 relplt.setLink(&plt);
685 m_pRelPLT = new OutputRelocSection(pModule, relplt);
  /external/chromium_org/tools/relocation_packer/src/
elf_file.cc 426 Elf32_Rel* relplt = &relplts[i]; local
427 if (relplt->r_offset > hole_start) {
428 relplt->r_offset += hole_size;
429 VLOG("relplt[%lu] r_offset adjusted to %u\n", i, relplt->r_offset);
    [all...]
  /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 102 LDSection& relplt = file_format->getRelPlt(); local
103 m_pRelPlt = new OutputRelocSection(pModule, relplt);

Completed in 74 milliseconds