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

  /external/elfutils/libebl/
eblgotpcreloccheck.c 24 ebl_gotpc_reloc_check (ebl, reloc)
26 int reloc;
28 return ebl != NULL ? ebl->gotpc_reloc_check (ebl->elf, reloc) : false;
eblreloctypecheck.c 23 ebl_reloc_type_check (ebl, reloc)
25 int reloc;
27 return ebl != NULL ? ebl->reloc_type_check (reloc) : false;
eblrelocvaliduse.c 23 ebl_reloc_valid_use (ebl, reloc)
25 int reloc;
27 return ebl != NULL ? ebl->reloc_valid_use (ebl->elf, reloc) : false;
eblreloctypename.c 24 ebl_reloc_type_name (ebl, reloc, buf, len)
26 int reloc;
32 res = ebl != NULL ? ebl->reloc_type_name (reloc, buf, len) : NULL;
libebl.h 130 extern const char *ebl_reloc_type_name (Ebl *ebl, int reloc,
134 extern bool ebl_reloc_type_check (Ebl *ebl, int reloc);
137 extern bool ebl_reloc_valid_use (Ebl *ebl, int reloc);
141 extern bool ebl_gotpc_reloc_check (Ebl *ebl, int reloc);
  /bionic/libc/kernel/arch-sh/asm/
flat.h 18 #define flat_reloc_valid(reloc, size) ((reloc) <= (size))
  /bionic/linker/
linker.c 1297 unsigned reloc = (unsigned)(rel->r_offset + si->base); local
1500 unsigned reloc = (unsigned)(rela->r_offset + si->base); local
    [all...]
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"); \
  /build/tools/lsd/
lsd.c 217 section_info_t *reloc = local
219 reloc->scn = scn;
220 reloc->data = elf_getdata(scn, NULL);
221 FAILIF_LIBELF(NULL == reloc->data, elf_getdata);
222 memcpy(&reloc->shdr, shdr, sizeof(GElf_Shdr));
346 section_info_t *reloc = source->relocations + idx; local
350 if (reloc->shdr.sh_link == elf_ndxscn(source->symtab.scn) &&
351 reloc->shdr.sh_info == sym->st_shndx)
355 size_t nrels = reloc->shdr.sh_size / reloc->shdr.sh_entsize
    [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::__anon13426
639 bfd_reloc_code_real_type reloc; member in struct:bfd_link_order_reloc
    [all...]
  /external/chromium/base/
pe_image.cc 294 PWORD reloc = reinterpret_cast<PWORD>(base + 1); local
298 for (UINT i = 0; i < num_relocs; i++, reloc++) {
299 WORD type = *reloc >> 12;
300 PVOID address = RVAToAddr(base->VirtualAddress + (*reloc & 0x0FFF));
  /external/v8/src/
serialize.h 422 void VisitRuntimeEntry(RelocInfo* reloc);
  /build/tools/apriori/
apriori.c 519 section_info_t *reloc = local
521 reloc->scn = scn;
522 reloc->info = lookup_shdr_info_by_new_section(source, sname, scn);
523 ASSERT(source->shdr_info == NULL || reloc->info != NULL);
524 reloc->data = elf_getdata(scn, NULL);
525 FAILIF_LIBELF(NULL == reloc->data, elf_getdata);
526 memcpy(&reloc->shdr, shdr, sizeof(GElf_Shdr));
    [all...]
  /external/iproute2/misc/
ss.c 728 /* Relocate external jumps by reloc. */
729 static void ssfilter_patch(char *a, int len, int reloc)
734 op->no += reloc;
    [all...]

Completed in 154 milliseconds