HomeSort by relevance Sort by last modified time
    Searched defs:gp (Results 151 - 175 of 184) sorted by null

1 2 3 4 5 67 8

  /toolchain/binutils/binutils-2.25/bfd/
elf32-score.c 162 /* The offset of $gp from the beginning of the .got section. */
164 /* The maximum size of the GOT for it to be addressable using 15-bit offsets from $gp. */
200 together, and then referenced via the gp pointer, which yields
348 /* Set the GP value for OUTPUT_BFD. Returns FALSE if this is a
358 /* If we've already figured out what GP will be, just return it. */
397 /* We have to figure out the gp value, so that we can adjust the
430 (char *) _("GP relative relocation when _gp not defined");
445 bfd_vma gp ATTRIBUTE_UNUSED)
476 void *data, bfd_vma gp)
498 /* Adjust val for the final section location and GP value. If w
527 bfd_vma gp; local
561 bfd_vma gp; local
1773 bfd_vma gp; local
1983 bfd_vma gp = MINUS_ONE; local
    [all...]
elf64-alpha.c 445 bfd_vma gp, relocation;
461 /* The gp used in the portion of the output object to which this
463 gp = _bfd_get_gp_value (abfd);
472 ret = elf64_alpha_do_reloc_gpdisp (abfd, gp - relocation, p_ldah, p_lda);
535 /* A 32 bit GP relative offset. This is just like REFLONG except
536 that when the value is used the value of the gp register will be
552 /* Used for an instruction that refers to memory off the GP register. */
588 /* Load the gp register. This is always used for a ldah instruction
589 which loads the upper 16 bits of the gp register. The symbol
592 the relocation is the difference between the GP value and th
441 bfd_vma gp, relocation; local
3013 bfd_vma gp; member in struct:alpha_relax_info
4195 bfd_vma gp, tp_base, dtp_base; local
    [all...]
elf64-ia64-vms.c 55 range of the GP. For dynamic symbols, this is a function
156 a proper GP to cover all R_IA64_GPREL22 relocations. */
345 bfd_vma gp = 0; local
680 /* Fetch the gp. */
681 if (gp == 0)
684 gp = _bfd_get_gp_value (obfd);
685 if (gp == 0)
689 gp = _bfd_get_gp_value (obfd);
694 if ((bfd_signed_vma) (symaddr - gp) >= 0x200000
695 ||(bfd_signed_vma) (symaddr - gp) < -0x200000
3104 bfd_vma gp = _bfd_get_gp_value (abfd); local
3155 struct elf_link_hash_entry *gp; local
3315 struct elf_link_hash_entry *gp; local
    [all...]
elfnn-ia64.c 149 a proper GP to cover all R_IA64_GPREL22 relocations. */
346 bfd_vma gp = 0;
728 /* Fetch the gp. */
729 if (gp == 0)
732 gp = _bfd_get_gp_value (obfd);
733 if (gp == 0)
737 gp = _bfd_get_gp_value (obfd);
742 if ((bfd_signed_vma) (symaddr - gp) >= 0x200000
743 ||(bfd_signed_vma) (symaddr - gp) < -0x200000)
776 enough that the data segment moves, which will change the GP
343 bfd_vma gp = 0; local
3474 bfd_vma gp = _bfd_get_gp_value (abfd); local
3561 struct elf_link_hash_entry *gp; local
3721 struct elf_link_hash_entry *gp; local
    [all...]
elf-bfd.h 1589 bfd_vma gp; \/* The gp value *\/ member in struct:elf_obj_tdata
    [all...]
elf32-nds32.c 180 #define PLT0_PIC_ENTRY_WORD2 0x40f7f400 /* add r15, gp, r15 */
193 #define PLT_PIC_ENTRY_WORD2 0x38febc02 /* lw r15, [gp+r15] */
4476 bfd_vma gp; local
11998 bfd_vma gp; local
12626 bfd_vma best_fpbase, gp; local
15057 bfd_vma gp; local
15442 bfd_vma gp; local
    [all...]
elfxx-mips.c 250 the first area can be used for both dynamic relocations and GP-relative
710 CT_MIPS_GPHI_LO GP - vaddr
905 /* The offset of $gp from the beginning of the .got section. */
910 offsets from $gp. */
916 ? 0xdf998010 /* ld t9,0x8010(gp) */ \
917 : 0x8f998010)) /* lw t9,0x8010(gp) */
934 ? 0xdf3c8010 /* ld t9,0x8010(gp) */ \
935 : 0xff3c8010) /* lw t9,0x8010(gp) */
3641 bfd_vma gp; local
5246 bfd_vma gp; local
12844 bfd_vma gp = 0x12345678; \/* initialize just to shut gcc up *\/ local
    [all...]
  /external/libunwind_llvm/include/
libunwind.h 89 unw_word_t gp; /* not used */ member in struct:unw_proc_info_t
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
libunwind.h 75 unw_word_t gp; /* not used */ member in struct:unw_proc_info_t
  /external/ImageMagick/coders/
png.c 10654 gp, local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
mips.cc 95 // the first area can be used for both dynamic relocations and GP-relative
172 // Note that MIPS16 functions set up $gp using PC-relative instructions,
7326 Sized_symbol<size>* gp = local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-mips.c 102 #define GP 28
245 int gp; member in struct:mips_set_options
277 Note that we must set the isa field to ISA_UNKNOWN and the ASE, gp and
285 /* gp */ -1, /* fp */ -1, /* arch */ CPU_UNKNOWN, /* sym32 */ FALSE,
296 /* gp */ -1, /* fp */ -1, /* arch */ CPU_UNKNOWN, /* sym32 */ FALSE,
360 /* Return true if ISA supports 64 bit wide gp registers. */
456 (mips_opts.gp == 64 && !ISA_HAS_64BIT_REGS (mips_opts.isa) \
458 : mips_opts.gp)
615 /* 1 if we should generate 32 bit offsets from the $gp register in
647 /* If we can determine in advance that GP optimization won't b
    [all...]
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 
  /external/python/cpython2/Mac/Modules/qt/
_Qtmodule.c 433 CGrafPtr gp; local
438 GrafObj_Convert, &gp))
441 gp);
19749 CGrafPtr gp; local
19772 CGrafPtr gp; local
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
jcommon-1.0.12.jar 
lombok-ast-0.2.3.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/lombok/lombok-ast/0.2.3/
lombok-ast-0.2.3.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.jar 

Completed in 879 milliseconds

1 2 3 4 5 67 8