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

  /bionic/linker/
linker_debug.h 115 int reloc[NUM_RELOC_STATS]; member in struct:_link_stats
121 linker_stats.reloc[type] += 1; \
123 PRINT("Unknown reloc stat requested\n"); \
linker.c 1271 unsigned reloc = (unsigned)(rel->r_offset + si->base); local
1474 unsigned reloc = (unsigned)(rela->r_offset + si->base); local
    [all...]
  /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/llvm/lib/Object/
COFFObjectFile.cpp 637 const coff_relocation *reloc = toRel(Rel); local
641 switch (reloc->Type) {
664 switch (reloc->Type) {
696 const coff_relocation *reloc = toRel(Rel); local
698 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...]
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/include/
bfdlink.h 298 /* TRUE if non-PLT relocs should be merged into one reloc section
516 __CTOR_LIST__). RELOC is the relocation to use for an entry in
522 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
550 /* A function which is called when a reloc overflow occurs. ENTRY is
551 the link hash table entry for the symbol the reloc is against.
552 NAME is the name of the local symbol or section the reloc is
562 /* A function which is called when a dangerous reloc is performed.
571 /* A function which is called when a reloc is found to be attached
574 the reloc; if this is the result of a
658 /* Description of reloc to generate. Used fo
659 } reloc; member in union:bfd_link_order::__anon18090
678 bfd_reloc_code_real_type reloc; member in struct:bfd_link_order_reloc
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/include/
bfdlink.h 298 /* TRUE if non-PLT relocs should be merged into one reloc section
516 __CTOR_LIST__). RELOC is the relocation to use for an entry in
522 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
550 /* A function which is called when a reloc overflow occurs. ENTRY is
551 the link hash table entry for the symbol the reloc is against.
552 NAME is the name of the local symbol or section the reloc is
562 /* A function which is called when a dangerous reloc is performed.
571 /* A function which is called when a reloc is found to be attached
574 the reloc; if this is the result of a
658 /* Description of reloc to generate. Used fo
659 } reloc; member in union:bfd_link_order::__anon19513
678 bfd_reloc_code_real_type reloc; member in struct:bfd_link_order_reloc
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
bfdlink.h 297 /* TRUE if non-PLT relocs should be merged into one reloc section
490 __CTOR_LIST__). RELOC is the relocation to use for an entry in
496 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
524 /* A function which is called when a reloc overflow occurs. ENTRY is
525 the link hash table entry for the symbol the reloc is against.
526 NAME is the name of the local symbol or section the reloc is
536 /* A function which is called when a dangerous reloc is performed.
545 /* A function which is called when a reloc is found to be attached
548 the reloc; if this is the result of a
619 /* Description of reloc to generate. Used fo
620 } reloc; member in union:bfd_link_order::__anon21480
639 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 771 milliseconds