HomeSort by relevance Sort by last modified time
    Searched defs:reloc (Results 1 - 5 of 5) 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 1266 unsigned reloc = (unsigned)(rel->r_offset + si->base); local
1469 unsigned reloc = (unsigned)(rela->r_offset + si->base); local
    [all...]
  /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...]
  /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...]
  /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::__anon12821
639 bfd_reloc_code_real_type reloc; member in struct:bfd_link_order_reloc
    [all...]

Completed in 5501 milliseconds