HomeSort by relevance Sort by last modified time
    Searched refs:ELF32_R_SYM (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/elfutils/libelf/
gelf_getrel.c 76 dst->r_info = GELF_R_INFO (ELF32_R_SYM (src->r_info),
gelf_getrela.c 76 dst->r_info = GELF_R_INFO (ELF32_R_SYM (src->r_info),
  /bionic/tools/relocation_packer/src/
elf_traits.h 41 static inline Word elf_r_sym(Word info) { return ELF32_R_SYM(info); }
  /external/syslinux/com32/include/sys/
elf32.h 34 #define ELF32_R_SYM(x) ((x) >> 8)
  /toolchain/binutils/binutils-2.27/bfd/
elf-m10200.c 360 r_symndx = ELF32_R_SYM (rel->r_info);
626 if (ELF32_R_SYM (irel->r_info) < symtab_hdr->sh_info)
632 isym = isymbuf + ELF32_R_SYM (irel->r_info);
651 indx = ELF32_R_SYM (irel->r_info) - symtab_hdr->sh_info;
712 irel->r_info = ELF32_R_INFO (ELF32_R_SYM (irel->r_info),
762 irel->r_info = ELF32_R_INFO (ELF32_R_SYM (irel->r_info),
915 nrel->r_info = ELF32_R_INFO (ELF32_R_SYM (nrel->r_info),
974 irel->r_info = ELF32_R_INFO (ELF32_R_SYM (irel->r_info),
1025 irel->r_info = ELF32_R_INFO (ELF32_R_SYM (irel->r_info),
1130 irel->r_info = ELF32_R_INFO (ELF32_R_SYM (irel->r_info)
    [all...]
elf32-h8300.c 459 r_symndx = ELF32_R_SYM (rel->r_info);
781 if (ELF32_R_SYM (irel->r_info) < symtab_hdr->sh_info)
787 isym = isymbuf + ELF32_R_SYM (irel->r_info);
802 indx = ELF32_R_SYM (irel->r_info) - symtab_hdr->sh_info;
886 && ELF32_R_SYM (last_reloc->r_info) < symtab_hdr->sh_info)
895 last_sym = isymbuf + ELF32_R_SYM (last_reloc->r_info);
912 = ELF32_R_INFO (ELF32_R_SYM (irel->r_info),
916 = ELF32_R_INFO (ELF32_R_SYM (irel->r_info),
948 irel->r_info = ELF32_R_INFO (ELF32_R_SYM (irel->r_info),
1018 irel->r_info = ELF32_R_INFO (ELF32_R_SYM (irel->r_info)
    [all...]
elf32-crx.c 654 r_symndx = ELF32_R_SYM (irel->r_info);
858 r_symndx = ELF32_R_SYM (rel->r_info);
1029 if (ELF32_R_SYM (irel->r_info) < symtab_hdr->sh_info)
1035 isym = isymbuf + ELF32_R_SYM (irel->r_info);
1054 indx = ELF32_R_SYM (irel->r_info) - symtab_hdr->sh_info;
    [all...]
elf32-ip2k.c 279 if (ELF32_R_SYM (irel->r_info) < symtab_hdr->sh_info)
284 isym = isymbuf + ELF32_R_SYM (irel->r_info);
301 indx = ELF32_R_SYM (irel->r_info) - symtab_hdr->sh_info;
598 if (ELF32_R_SYM (irel->r_info) < symtab_hdr->sh_info)
603 isym = isymbuf + ELF32_R_SYM (irel->r_info);
657 if (ELF32_R_SYM (irel->r_info) < symtab_hdr->sh_info)
662 isym = isymbuf + ELF32_R_SYM (irel->r_info);
816 irel->r_info = ELF32_R_INFO (ELF32_R_SYM (irel->r_info), R_IP2K_NONE);
    [all...]
elf32-m68hc11.c 821 if (ELF32_R_SYM (irel->r_info) < symtab_hdr->sh_info)
824 isym = isymbuf + ELF32_R_SYM (irel->r_info);
837 indx = ELF32_R_SYM (irel->r_info) - symtab_hdr->sh_info;
928 irel->r_info = ELF32_R_INFO (ELF32_R_SYM (irel->r_info),
940 irel->r_info = ELF32_R_INFO (ELF32_R_SYM (irel->r_info),
985 irel->r_info = ELF32_R_INFO (ELF32_R_SYM (irel->r_info),
1021 irel->r_info = ELF32_R_INFO (ELF32_R_SYM (irel->r_info),
    [all...]
elf32-nds32.c     [all...]
elf32-moxie.c 231 r_symndx = ELF32_R_SYM (rel->r_info);
353 r_symndx = ELF32_R_SYM (rel->r_info);
elf32-v850.c 77 r_symndx = ELF32_R_SYM (rel->r_info);
    [all...]
elf32-msp430.c 687 r_symndx = ELF32_R_SYM (rel->r_info);
    [all...]
elf32-cr16.c 725 r_symndx = ELF32_R_SYM (rel->r_info);
    [all...]
elf32-microblaze.c     [all...]
elf32-iq2000.c 480 r_symndx = ELF32_R_SYM (rel->r_info);
520 = ELF32_R_INFO (ELF32_R_SYM (rel->r_info), R_IQ2000_32_DEBUG);
607 r_symndx = ELF32_R_SYM (rel->r_info);
elf-m10300.c 1083 r_symndx = ELF32_R_SYM (rel->r_info);
    [all...]
elf32-d10v.c 284 r_symndx = ELF32_R_SYM (rel->r_info);
422 r_symndx = ELF32_R_SYM (rel->r_info);
elf32-fr30.c 538 r_symndx = ELF32_R_SYM (rel->r_info);
669 r_symndx = ELF32_R_SYM (rel->r_info);
elf32-mcore.c 449 r_symndx = ELF32_R_SYM (rel->r_info);
619 r_symndx = ELF32_R_SYM (rel->r_info);
elf32-mt.c 332 r_symndx = ELF32_R_SYM (rel->r_info);
449 r_symndx = ELF32_R_SYM (rel->r_info);
elf32-sh-symbian.c 556 r_symndx = ELF32_R_SYM (rel->r_info);
593 (long) ELF32_R_SYM (rel->r_info), ptr->new_symndx);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf32.h 148 #define ELF32_R_SYM(info) ((info) >> 8)
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf32.h 148 #define ELF32_R_SYM(info) ((info) >> 8)
  /external/syslinux/com32/lib/sys/module/i386/
elf_module.c 195 Elf32_Word sym = ELF32_R_SYM(rel->r_info);

Completed in 441 milliseconds

1 2 3 4