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

1 2 3 4 5 6 7 8 910

  /external/elfutils/libelf/
gelf_update_rela.c 69 || unlikely (src->r_addend < -0x80000000ll)
70 || unlikely (src->r_addend > 0x7fffffffll))
88 rel->r_addend = src->r_addend;
gelf_getrela.c 78 dst->r_addend = src->r_addend;
  /bionic/tools/relocation_packer/src/
delta_encoder.cc 100 packed->push_back(relocation->r_addend - previous_addend);
101 previous_addend = relocation->r_addend;
170 reloc.r_addend = is_relocation_group_has_addend(group_flags) ? addend : 0;
212 if (reloc_one.r_addend != 0 || reloc_two.r_addend != 0) {
214 if (reloc_one.r_addend == reloc_two.r_addend) {
217 *group_addend = reloc_one.r_addend;
258 *group_flags = reloc_one.r_addend == 0 ? 0 : RELOCATION_GROUP_HAS_ADDEND_FLAG;
298 *group_flags = reloc_one.r_addend == 0 ? 0 : RELOCATION_GROUP_HAS_ADDEND_FLAG
    [all...]
  /bionic/linker/
linker_reloc_iterators.h 100 reloc_.r_addend += decoder_.pop_front();
126 DL_ERR("unexpected r_addend in android.rel section");
129 reloc_.r_addend += decoder_.pop_front();
131 reloc_.r_addend = 0;
  /toolchain/binutils/binutils-2.25/bfd/
aout-cris.c 153 bfd_vma r_addend; local
161 r_addend = g->addend;
163 r_addend += (*(g->sym_ptr_ptr))->section->output_section->vma;
213 PUT_WORD (abfd, r_addend, natptr->r_addend);
264 MOVE_ADDRESS (GET_SWORD (abfd, bytes->r_addend));
elf32-msp430.c 703 BFD_ASSERT (! is_rel_reloc || rel->r_addend == 0);
770 srel += rel->r_addend;
780 srel += rel->r_addend;
827 srel += rel->r_addend;
849 srel += rel->r_addend;
863 srel += rel->r_addend;
885 srel += rel->r_addend;
908 srel += rel->r_addend;
926 srel += rel->r_addend;
936 srel += rel->r_addend;
    [all...]
elf32-nds32.c     [all...]
elf32-fr30.c 405 relocation += rel->r_addend;
417 relocation += rel->r_addend;
424 srel += rel->r_addend;
441 srel += rel->r_addend;
460 relocation, rel->r_addend);
473 actually uses Rel structures, the r_addend field will always be
698 && !bfd_elf_gc_record_vtentry (abfd, sec, h, rel->r_addend))
elf32-rl78.c 380 actually uses Rel structures, the r_addend field will always be
487 rel->r_addend += sec->output_offset;
554 relocation += rel->r_addend;
773 + rel->r_addend);
782 + rel->r_addend);
    [all...]
elf32-nios2.c 1226 (int) rel->r_addend & 0xffffffff);
1240 (int) rel->r_addend & 0xffffffff);
    [all...]
elf32-rx.c 449 actually uses Rel structures, the r_addend field will always be
640 rel->r_addend += sec->output_offset;
660 relocation += rel->r_addend;
    [all...]
elf32-epiphany.c 391 relocation += rel->r_addend;
396 relocation += rel->r_addend;
408 relocation += rel->r_addend;
415 relocation += rel->r_addend;
432 relocation, rel->r_addend);
441 actually uses Rel structures, the r_addend field will always be
elf32-avr.c     [all...]
elf32-vax.c 648 eh->got_addend = rel->r_addend;
653 if (eh->got_addend != (bfd_vma) rel->r_addend)
657 bfd_get_filename (abfd), rel->r_addend,
812 && !bfd_elf_gc_record_vtentry (abfd, sec, h, rel->r_addend))
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/
module.h 50 Elf64_Sxword r_addend; member in struct:__anon2576
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/
module.h 50 Elf64_Sxword r_addend; member in struct:__anon45263
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm/
module.h 50 Elf64_Sxword r_addend; member in struct:__anon46586
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm/
module.h 50 Elf64_Sxword r_addend; member in struct:__anon47920
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/asm/
module.h 50 Elf64_Sxword r_addend; member in struct:__anon49256
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/asm/
module.h 50 Elf64_Sxword r_addend; member in struct:__anon50592
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/asm/
module.h 50 Elf64_Sxword r_addend; member in struct:__anon51928
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/asm/
module.h 50 Elf64_Sxword r_addend; member in struct:__anon53264
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/asm/
module.h 50 Elf64_Sxword r_addend; member in struct:__anon54612
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm/
module.h 50 Elf64_Sxword r_addend; member in struct:__anon71342
  /development/ndk/platforms/android-3/include/linux/
elf.h 145 Elf32_Sword r_addend; member in struct:elf32_rela
151 Elf64_Sxword r_addend; member in struct:elf64_rela

Completed in 560 milliseconds

1 2 3 4 5 6 7 8 910