HomeSort by relevance Sort by last modified time
    Searched defs:reloc (Results 51 - 59 of 59) sorted by null

1 23

  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/include/
bfdlink.h 298 /* TRUE if non-PLT relocs should be merged into one reloc section
518 __CTOR_LIST__). RELOC is the relocation to use for an entry in
524 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
552 /* A function which is called when a reloc overflow occurs. ENTRY is
553 the link hash table entry for the symbol the reloc is against.
554 NAME is the name of the local symbol or section the reloc is
564 /* A function which is called when a dangerous reloc is performed.
573 /* A function which is called when a reloc is found to be attached
576 the reloc; if this is the result of a
660 /* Description of reloc to generate. Used fo
661 } reloc; member in union:bfd_link_order::__anon37530
680 bfd_reloc_code_real_type reloc; member in struct:bfd_link_order_reloc
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/include/
bfdlink.h 362 /* TRUE if non-PLT relocs should be merged into one reloc section
548 __CTOR_LIST__). RELOC is the relocation to use for an entry in
554 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
582 /* A function which is called when a reloc overflow occurs. ENTRY is
583 the link hash table entry for the symbol the reloc is against.
584 NAME is the name of the local symbol or section the reloc is
594 /* A function which is called when a dangerous reloc is performed.
603 /* A function which is called when a reloc is found to be attached
606 the reloc; if this is the result of a
693 /* Description of reloc to generate. Used fo
694 } reloc; member in union:bfd_link_order::__anon37924
713 bfd_reloc_code_real_type reloc; member in struct:bfd_link_order_reloc
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/include/
bfdlink.h 298 /* TRUE if non-PLT relocs should be merged into one reloc section
518 __CTOR_LIST__). RELOC is the relocation to use for an entry in
524 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
552 /* A function which is called when a reloc overflow occurs. ENTRY is
553 the link hash table entry for the symbol the reloc is against.
554 NAME is the name of the local symbol or section the reloc is
564 /* A function which is called when a dangerous reloc is performed.
573 /* A function which is called when a reloc is found to be attached
576 the reloc; if this is the result of a
660 /* Description of reloc to generate. Used fo
661 } reloc; member in union:bfd_link_order::__anon43155
680 bfd_reloc_code_real_type reloc; member in struct:bfd_link_order_reloc
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/include/
bfdlink.h 362 /* TRUE if non-PLT relocs should be merged into one reloc section
548 __CTOR_LIST__). RELOC is the relocation to use for an entry in
554 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
582 /* A function which is called when a reloc overflow occurs. ENTRY is
583 the link hash table entry for the symbol the reloc is against.
584 NAME is the name of the local symbol or section the reloc is
594 /* A function which is called when a dangerous reloc is performed.
603 /* A function which is called when a reloc is found to be attached
606 the reloc; if this is the result of a
693 /* Description of reloc to generate. Used fo
694 } reloc; member in union:bfd_link_order::__anon43175
713 bfd_reloc_code_real_type reloc; member in struct:bfd_link_order_reloc
    [all...]
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/include/
bfdlink.h 298 /* TRUE if non-PLT relocs should be merged into one reloc section
518 __CTOR_LIST__). RELOC is the relocation to use for an entry in
524 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
552 /* A function which is called when a reloc overflow occurs. ENTRY is
553 the link hash table entry for the symbol the reloc is against.
554 NAME is the name of the local symbol or section the reloc is
564 /* A function which is called when a dangerous reloc is performed.
573 /* A function which is called when a reloc is found to be attached
576 the reloc; if this is the result of a
660 /* Description of reloc to generate. Used fo
661 } reloc; member in union:bfd_link_order::__anon43197
680 bfd_reloc_code_real_type reloc; member in struct:bfd_link_order_reloc
    [all...]
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/include/
bfdlink.h 362 /* TRUE if non-PLT relocs should be merged into one reloc section
548 __CTOR_LIST__). RELOC is the relocation to use for an entry in
554 bfd_reloc_code_real_type reloc, bfd *abfd, asection *sec, bfd_vma value);
582 /* A function which is called when a reloc overflow occurs. ENTRY is
583 the link hash table entry for the symbol the reloc is against.
584 NAME is the name of the local symbol or section the reloc is
594 /* A function which is called when a dangerous reloc is performed.
603 /* A function which is called when a reloc is found to be attached
606 the reloc; if this is the result of a
693 /* Description of reloc to generate. Used fo
694 } reloc; member in union:bfd_link_order::__anon43219
713 bfd_reloc_code_real_type reloc; member in struct:bfd_link_order_reloc
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.c 54 yasm_reloc reloc; member in struct:coff_reloc
56 COFF_RELOC_ABSOLUTE = 0, /* absolute, no reloc needed */
496 coff_reloc *reloc; local
502 * reloc). Note both syms need to be in the same section!
589 /* Generate reloc */
590 reloc = yasm_xmalloc(sizeof(coff_reloc));
594 reloc->reloc.addr = yasm_intnum_create_uint(addr);
595 reloc->reloc.sym = sym
768 coff_reloc *reloc; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf.h 170 SHN_ABS = 0xfff1, /* associated symbols don't change on reloc */
389 yasm_reloc reloc; member in struct:elf_reloc_entry
434 /* reloc functions */
487 elf_reloc_entry *reloc);
512 elf_reloc_entry *reloc,
  /external/valgrind/main/perf/
tinycc.c 419 #define SYMINFO_FLG_COPY 0x0004 /* Symbol is a copy-reloc */
636 #define DT_RELAENT 9 /* Size of one Rela reloc */
646 #define DT_RELENT 19 /* Size of one Rel reloc */
647 #define DT_PLTREL 20 /* Type of reloc in PLT */
649 #define DT_TEXTREL 22 /* Reloc might modify .text */
2211 struct Section *reloc; \/* corresponding section for relocation, if any *\/ member in struct:Section
    [all...]

Completed in 542 milliseconds

1 23