HomeSort by relevance Sort by last modified time
    Searched full:gotplt (Results 1 - 25 of 38) sorted by null

1 2

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64GOT.h 43 * This class may be used as .got (with no GOTPLT entry), .got.plt (with only
44 * GOTPLT entries) or .got (with GOTPLT and normal GOT entries)
50 * | GOTPLT |
64 /// it's a .got section (with GOTPLT entries and normal GOT entry) or it's a
90 /// m_GOTPLTEntries - a list of gotplt entries
AArch64LDBackend.cpp 100 // both GOTPLT and normal GOT entries), create GOT0 for .got section and
108 LDSection& gotplt = file_format->getGOTPLT(); local
109 m_pGOTPLT = new AArch64GOT(gotplt);
203 // when building shared object, the GOTPLT section is must
212 // when building shared object, the GOTPLT section is must
257 // apply GOTPLT
381 assert(NULL != m_pGOTPLT && "GOTPLT section not exist");
387 assert(NULL != m_pGOTPLT && "GOTPLT section not exist");
AArch64GOT.cpp 71 // push GOTPLT into the SectionData and setup the offset
AArch64RelocationHelpers.h 115 // initialize plt and the corresponding gotplt and dyn rel entry.
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMGOT.h 43 * | GOTPLT |
78 /// m_GOTPLTEntries - a list of gotplt entries
ARMGOT.cpp 67 // push GOTPLT into the SectionData and setup the offset
ARMRelocator.cpp 150 // initialize the plt and the corresponding gotplt and dyn relocation
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsPLT.cpp 18 0x3c1c0000, // lui $28, %hi(&GOTPLT[0])
19 0x8f990000, // lw $25, %lo(&GOTPLT[0])($28)
20 0x279c0000, // addiu $28, $28, %lo(&GOTPLT[0])
MipsGOTPLT.cpp 55 "There is no reserved GOTPLT entries");
MipsLDBackend.cpp 927 LDSection& gotplt = fileFormat->getGOTPLT(); local
928 m_pGOTPLT = new MipsGOTPLT(gotplt);
976 LDSection& gotplt = fileFormat->getGOTPLT(); local
977 m_pGOTPLT = new MipsGOTPLT(gotplt);
  /frameworks/compile/mclinker/unittests/
LinkerTest.cpp 338 // gotplt.o -o libgotplt.so
359 gotplt_o.append("test/PLT/gotplt.o");
360 Input* input = builder.CreateInput("gotplt.o", gotplt_o, Input::Object);
429 /// 1: 00000000 0 FILE LOCAL DEFAULT ABS Output/gotplt.bc
431 "Output/gotplt.bc", ResolveInfo::File,
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 383 LDSection& gotplt = file_format->getGOTPLT(); local
384 m_pGOTPLT = new X86_32GOTPLT(gotplt);
674 LDSection& gotplt = file_format->getGOTPLT(); local
675 m_pGOTPLT = new X86_64GOTPLT(gotplt);
X86Relocator.cpp 124 // initialize plt and the corresponding gotplt and dyn rel entry.
126 "PLT entry not exist, but GOTPLT entry exist!");
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-x86-amd64.c 38 {"gotplt", ELF_SSYM_SYM_RELATIVE, R_X86_64_GOTPLT64, 64},
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 443 LDSection& gotplt = file_format->getGOTPLT(); local
444 m_pGOTPLT = new HexagonGOTPLT(gotplt);
    [all...]
  /external/valgrind/main/drd/
drd_main.c 469 DRD_(start_suppression)(avma, avma + size, ".gotplt");
  /external/elfutils/0.153/src/
i386_ld.c 274 error (EXIT_FAILURE, 0, gettext ("cannot allocate GOTPLT section: %s"),
    [all...]
  /external/valgrind/main/helgrind/
hg_errors.c 465 /* Skip any races on locations apparently in GOTPLT sections. This
    [all...]
  /external/elfutils/0.153/po/
en@boldquot.po     [all...]
en@quot.po     [all...]
es.po     [all...]
ja.po     [all...]
pl.po     [all...]
uk.po     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
as.info     [all...]

Completed in 3087 milliseconds

1 2