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

1 2 3 4 5 6 7 8 91011>>

  /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))
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
bfd.h 3 "bfdio.c", "bfdwin.c", "section.c", "archures.c", "reloc.c",
    [all...]
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::__anon14876
639 bfd_reloc_code_real_type reloc; member in struct:bfd_link_order_reloc
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
elf.h 46 #define R_X86_64_NONE 0 /* No reloc */
  /external/v8/src/
disassembler.cc 170 // For other reloc info collect all data.
196 // Print all the reloc info for this instruction which are not comments.
198 // Put together the reloc info
201 // Indent the printing of the reloc info.
203 // The first reloc info is printed after the disassembled instruction.
206 // Additional reloc infos are printed on separate lines.
  /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...]
  /external/chromium/base/
image_util.h 19 // Contains both the PE section name (.text, .reloc etc) and its size.
  /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 1297 unsigned reloc = (unsigned)(rel->r_offset + si->base); local
1500 unsigned reloc = (unsigned)(rela->r_offset + si->base); local
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/share/info/
bfd.info     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/share/info/
bfd.info     [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/info/
bfd.info     [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/info/
bfd.info     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/info/
bfd.info     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/info/
bfd.info     [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/info/
bfd.info     [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/share/info/
bfd.info     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/info/
bfd.info     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/share/info/
bfd.info     [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/info/
bfd.info     [all...]

Completed in 366 milliseconds

1 2 3 4 5 6 7 8 91011>>