HomeSort by relevance Sort by last modified time
    Searched defs:reloc (Results 1 - 16 of 16) sorted by null

  /frameworks/compile/mclinker/lib/MC/
MCLinker.cpp 639 Relocation* reloc = static_cast<Relocation*>(frag); local
642 size_t out_offset = m_Layout.getOutputLDSection(*reloc->targetRef().frag())->offset() +
643 m_Layout.getOutputOffset(reloc->targetRef());
652 tmp_data = bswap32(reloc->target());
657 tmp_data = bswap64(reloc->target());
666 std::memcpy(target_addr, &reloc->target(), m_Backend.bitclass()/8);
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocationFactory.cpp 87 Relocation* reloc = static_cast<Relocation*>(pReloc.getNextNode()); local
88 while (NULL != reloc)
90 if (llvm::ELF::R_MIPS_LO16 == reloc->type() &&
91 reloc->symInfo() == pReloc.symInfo())
92 return reloc;
94 reloc = static_cast<Relocation*>(reloc->getNextNode());
  /external/chromium/base/win/
pe_image.cc 319 PWORD reloc = reinterpret_cast<PWORD>(base + 1); local
323 for (UINT i = 0; i < num_relocs; i++, reloc++) {
324 WORD type = *reloc >> 12;
325 PVOID address = RVAToAddr(base->VirtualAddress + (*reloc & 0x0FFF));
  /external/linux-tools-perf/util/
map.c 485 s64 reloc; local
490 reloc = (kmap->ref_reloc_sym->unrelocated_addr -
493 if (!reloc)
498 self->pgoff = reloc;
  /external/llvm/lib/Object/
COFFObjectFile.cpp 740 const coff_relocation *reloc = toRel(Rel); local
744 switch (reloc->Type) {
767 switch (reloc->Type) {
799 const coff_relocation *reloc = toRel(Rel); local
801 if (error_code ec = getSymbol(reloc->SymbolTableIndex, symb)) return ec;
  /external/qemu/hw/
pc.c 522 uint8_t rom[512], *p, *reloc; local
545 reloc = p;
556 *reloc = (p - rom);
    [all...]
  /bionic/linker/
linker.cpp 954 unsigned reloc = (unsigned)(rel->r_offset + si->load_bias); local
1011 sym_addr = reloc;
1021 DL_ERR("unknown weak reloc type %d @ %p (%d)",
1051 reloc, sym_addr, sym_name);
1052 *((unsigned*)reloc) = sym_addr;
1058 reloc, sym_addr, sym_name);
1059 *((unsigned*)reloc) = sym_addr;
1065 reloc, sym_addr, sym_name);
1066 *((unsigned*)reloc) += sym_addr;
1072 reloc, sym_addr, rel->r_offset, sym_name)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/include/
bfdlink.h 298 /* TRUE if non-PLT relocs should be merged into one reloc section
518 __CTOR_LIST__). RELOC is the relocation to use for an entry in
524 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
552 /* A function which is called when a reloc overflow occurs. ENTRY is
553 the link hash table entry for the symbol the reloc is against.
554 NAME is the name of the local symbol or section the reloc is
564 /* A function which is called when a dangerous reloc is performed.
573 /* A function which is called when a reloc is found to be attached
576 the reloc; if this is the result of a
660 /* Description of reloc to generate. Used fo
661 } reloc; member in union:bfd_link_order::__anon21460
680 bfd_reloc_code_real_type reloc; member in struct:bfd_link_order_reloc
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/include/
bfdlink.h 298 /* TRUE if non-PLT relocs should be merged into one reloc section
518 __CTOR_LIST__). RELOC is the relocation to use for an entry in
524 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
552 /* A function which is called when a reloc overflow occurs. ENTRY is
553 the link hash table entry for the symbol the reloc is against.
554 NAME is the name of the local symbol or section the reloc is
564 /* A function which is called when a dangerous reloc is performed.
573 /* A function which is called when a reloc is found to be attached
576 the reloc; if this is the result of a
660 /* Description of reloc to generate. Used fo
661 } reloc; member in union:bfd_link_order::__anon21853
680 bfd_reloc_code_real_type reloc; member in struct:bfd_link_order_reloc
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/include/
bfdlink.h 298 /* TRUE if non-PLT relocs should be merged into one reloc section
518 __CTOR_LIST__). RELOC is the relocation to use for an entry in
524 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
552 /* A function which is called when a reloc overflow occurs. ENTRY is
553 the link hash table entry for the symbol the reloc is against.
554 NAME is the name of the local symbol or section the reloc is
564 /* A function which is called when a dangerous reloc is performed.
573 /* A function which is called when a reloc is found to be attached
576 the reloc; if this is the result of a
660 /* Description of reloc to generate. Used fo
661 } reloc; member in union:bfd_link_order::__anon22246
680 bfd_reloc_code_real_type reloc; member in struct:bfd_link_order_reloc
    [all...]
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/include/
bfdlink.h 298 /* TRUE if non-PLT relocs should be merged into one reloc section
518 __CTOR_LIST__). RELOC is the relocation to use for an entry in
524 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
552 /* A function which is called when a reloc overflow occurs. ENTRY is
553 the link hash table entry for the symbol the reloc is against.
554 NAME is the name of the local symbol or section the reloc is
564 /* A function which is called when a dangerous reloc is performed.
573 /* A function which is called when a reloc is found to be attached
576 the reloc; if this is the result of a
660 /* Description of reloc to generate. Used fo
661 } reloc; member in union:bfd_link_order::__anon22265
680 bfd_reloc_code_real_type reloc; member in struct:bfd_link_order_reloc
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/include/
bfdlink.h 298 /* TRUE if non-PLT relocs should be merged into one reloc section
518 __CTOR_LIST__). RELOC is the relocation to use for an entry in
524 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
552 /* A function which is called when a reloc overflow occurs. ENTRY is
553 the link hash table entry for the symbol the reloc is against.
554 NAME is the name of the local symbol or section the reloc is
564 /* A function which is called when a dangerous reloc is performed.
573 /* A function which is called when a reloc is found to be attached
576 the reloc; if this is the result of a
660 /* Description of reloc to generate. Used fo
661 } reloc; member in union:bfd_link_order::__anon22286
680 bfd_reloc_code_real_type reloc; member in struct:bfd_link_order_reloc
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/include/
bfdlink.h 298 /* TRUE if non-PLT relocs should be merged into one reloc section
518 __CTOR_LIST__). RELOC is the relocation to use for an entry in
524 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
552 /* A function which is called when a reloc overflow occurs. ENTRY is
553 the link hash table entry for the symbol the reloc is against.
554 NAME is the name of the local symbol or section the reloc is
564 /* A function which is called when a dangerous reloc is performed.
573 /* A function which is called when a reloc is found to be attached
576 the reloc; if this is the result of a
660 /* Description of reloc to generate. Used fo
661 } reloc; member in union:bfd_link_order::__anon22679
680 bfd_reloc_code_real_type reloc; member in struct:bfd_link_order_reloc
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/include/
bfdlink.h 298 /* TRUE if non-PLT relocs should be merged into one reloc section
518 __CTOR_LIST__). RELOC is the relocation to use for an entry in
524 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
552 /* A function which is called when a reloc overflow occurs. ENTRY is
553 the link hash table entry for the symbol the reloc is against.
554 NAME is the name of the local symbol or section the reloc is
564 /* A function which is called when a dangerous reloc is performed.
573 /* A function which is called when a reloc is found to be attached
576 the reloc; if this is the result of a
660 /* Description of reloc to generate. Used fo
661 } reloc; member in union:bfd_link_order::__anon27961
680 bfd_reloc_code_real_type reloc; member in struct:bfd_link_order_reloc
    [all...]
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/include/
bfdlink.h 298 /* TRUE if non-PLT relocs should be merged into one reloc section
518 __CTOR_LIST__). RELOC is the relocation to use for an entry in
524 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
552 /* A function which is called when a reloc overflow occurs. ENTRY is
553 the link hash table entry for the symbol the reloc is against.
554 NAME is the name of the local symbol or section the reloc is
564 /* A function which is called when a dangerous reloc is performed.
573 /* A function which is called when a reloc is found to be attached
576 the reloc; if this is the result of a
660 /* Description of reloc to generate. Used fo
661 } reloc; member in union:bfd_link_order::__anon27980
680 bfd_reloc_code_real_type reloc; member in struct:bfd_link_order_reloc
    [all...]
  /external/valgrind/main/perf/
tinycc.c 419 #define SYMINFO_FLG_COPY 0x0004 /* Symbol is a copy-reloc */
636 #define DT_RELAENT 9 /* Size of one Rela reloc */
646 #define DT_RELENT 19 /* Size of one Rel reloc */
647 #define DT_PLTREL 20 /* Type of reloc in PLT */
649 #define DT_TEXTREL 22 /* Reloc might modify .text */
2211 struct Section *reloc; \/* corresponding section for relocation, if any *\/ member in struct:Section
    [all...]

Completed in 867 milliseconds