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

12 3 4

  /toolchain/binutils/binutils-2.27/bfd/
elf32-ft32.c 279 r_symndx = ELF32_R_SYM (rel->r_info);
elf32-xc16x.c 363 r_symndx = ELF32_R_SYM (rel->r_info);
elf32-m32c.c 437 r_symndx = ELF32_R_SYM (rel->r_info);
686 r_symndx = ELF32_R_SYM (rel->r_info);
    [all...]
elf32-visium.c 513 r_symndx = ELF32_R_SYM (rel->r_info);
582 r_symndx = ELF32_R_SYM (rel->r_info);
elf32-xstormy16.c 432 r_symndx = ELF32_R_SYM (rel->r_info);
809 r_symndx = ELF32_R_SYM (rel->r_info);
elf32-dlx.c 443 r_symndx = ELF32_R_SYM (rel->r_info);
elf32-avr.c     [all...]
elf32-bfin.c     [all...]
elf32-rl78.c 715 r_symndx = ELF32_R_SYM (rel->r_info);
    [all...]
elf32-m68hc1x.c 456 r_indx = ELF32_R_SYM (irela->r_info);
868 r_symndx = ELF32_R_SYM (rel->r_info);
962 r_symndx = ELF32_R_SYM (rel->r_info);
    [all...]
elf32-epiphany.c 502 r_symndx = ELF32_R_SYM (rel->r_info);
elf32-i370.c 834 r_symndx = ELF32_R_SYM (rel->r_info);
    [all...]
elf32-rx.c 517 r_symndx = ELF32_R_SYM (rel->r_info);
    [all...]
elf32-i386.c 978 ELF32_R_SYM (rel->r_info));
982 e.elf.dynstr_index = ELF32_R_SYM (rel->r_info);
1002 ret->elf.dynstr_index = ELF32_R_SYM (rel->r_info);
    [all...]
elf32-sh.c 643 if (ELF32_R_SYM (irelfn->r_info) < symtab_hdr->sh_info)
648 isym = isymbuf + ELF32_R_SYM (irelfn->r_info);
667 indx = ELF32_R_SYM (irelfn->r_info) - symtab_hdr->sh_info;
723 irel->r_info = ELF32_R_INFO (ELF32_R_SYM (irelfn->r_info), R_SH_IND12W);
724 /* We used to test (ELF32_R_SYM (irelfn->r_info) < symtab_hdr->sh_info)
976 irel->r_info = ELF32_R_INFO (ELF32_R_SYM (irel->r_info),
1006 if (ELF32_R_SYM (irel->r_info) < symtab_hdr->sh_info)
1008 isym = isymbuf + ELF32_R_SYM (irel->r_info);
    [all...]
elf32-vax.c 585 r_symndx = ELF32_R_SYM (rel->r_info);
880 r_symndx = ELF32_R_SYM (rel->r_info);
    [all...]
elf32-lm32.c 855 r_symndx = ELF32_R_SYM (rel->r_info);
    [all...]
elf32-mep.c 467 r_symndx = ELF32_R_SYM (rel->r_info);
elf32-hppa.c 499 (int) ELF32_R_SYM (rela->r_info) & 0xffffffff,
    [all...]
  /bionic/libc/kernel/uapi/linux/
elf.h 131 #define ELF32_R_SYM(x) ((x) >> 8)
  /external/kernel-headers/original/uapi/linux/
elf.h 155 #define ELF32_R_SYM(x) ((x) >> 8)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
elf.h 163 #define ELF32_R_SYM(x) ((x) >> 8)
  /external/syslinux/com32/tools/
relocs.c 490 sym = &sh_symtab[ELF32_R_SYM(rel->r_info)];
563 sym = &sh_symtab[ELF32_R_SYM(rel->r_info)];
  /external/elfutils/src/
xelf.h 125 # define XELF_R_SYM(info) ELF32_R_SYM (info)
  /toolchain/binutils/binutils-2.27/include/elf/
common.h 737 #define ELF32_R_SYM(i) ((i) >> 8)
    [all...]

Completed in 598 milliseconds

12 3 4