HomeSort by relevance Sort by last modified time
    Searched refs:r_info (Results 151 - 175 of 188) sorted by null

1 2 3 4 5 67 8

  /external/elfutils/src/
strip.c     [all...]
elflint.c     [all...]
readelf.c     [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]
ARMEHABIPrinter.h 396 RelA.r_info = R.r_info;
  /toolchain/binutils/binutils-2.27/bfd/
elf32-tic6x.c     [all...]
elf64-hppa.c 629 unsigned long r_symndx = ELF64_R_SYM (rel->r_info);
666 howto = elf_hppa_howto_table + ELF64_R_TYPE (rel->r_info);
    [all...]
elf32-arm.c     [all...]
elf-hppa.h     [all...]
elf32-m68hc12.c 506 r_type = ELF32_R_TYPE (dst->r_info);
elf32-spu.c 155 r_type = (enum elf_spu_reloc_type) ELF32_R_TYPE (dst->r_info);
971 r_type = ELF32_R_TYPE (irela->r_info);
1094 head = elf_local_got_ents (ibfd) + ELF32_R_SYM (irela->r_info);
    [all...]
elf32-cr16c.c 181 unsigned int r_type = ELF32_R_TYPE (dst->r_info);
706 r_symndx = ELF32_R_SYM (rel->r_info);
707 r_type = ELF32_R_TYPE (rel->r_info);
elf32-xgate.c 424 r_type = ELF32_R_TYPE (dst->r_info);
elf-eh-frame.c 540 r_symndx = cookie->rel->r_info >> cookie->r_sym_shift;
668 REQUIRE (cookie->rel->r_info == 0); \
    [all...]
elflink.c     [all...]
  /toolchain/binutils/binutils-2.27/gold/
reloc.cc 574 // FIXME: Some targets have a non-standard r_info field.
575 typename elfcpp::Elf_types<size>::Elf_WXword r_info = reloc.get_r_info(); local
576 const unsigned int r_sym = elfcpp::elf_r_sym<size>(r_info);
1112 typename elfcpp::Elf_types<size>::Elf_WXword r_info = reloc.get_r_info(); local
    [all...]
arm.cc     [all...]
s390.cc 4278 typename elfcpp::Elf_types<size>::Elf_WXword r_info local
4792 typename elfcpp::Elf_types<size>::Elf_WXword r_info local
    [all...]
  /external/elfutils/libelf/
elf.h 525 Elf32_Word r_info; /* Relocation type and symbol index */ member in struct:__anon20140
536 Elf64_Xword r_info; /* Relocation type and symbol index */ member in struct:__anon20141
544 Elf32_Word r_info; /* Relocation type and symbol index */ member in struct:__anon20142
551 Elf64_Xword r_info; /* Relocation type and symbol index */ member in struct:__anon20143
555 /* How to extract and insert information held in the r_info field. */
    [all...]
  /external/kmod/port-gnu/
elf.h 524 Elf32_Word r_info; /* Relocation type and symbol index */ member in struct:__anon23632
535 Elf64_Xword r_info; /* Relocation type and symbol index */ member in struct:__anon23633
543 Elf32_Word r_info; /* Relocation type and symbol index */ member in struct:__anon23634
550 Elf64_Xword r_info; /* Relocation type and symbol index */ member in struct:__anon23635
554 /* How to extract and insert information held in the r_info field. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h 497 Elf32_Word r_info; /* Relocation type and symbol index */ member in struct:__anon62199
508 Elf64_Xword r_info; /* Relocation type and symbol index */ member in struct:__anon62200
516 Elf32_Word r_info; /* Relocation type and symbol index */ member in struct:__anon62201
523 Elf64_Xword r_info; /* Relocation type and symbol index */ member in struct:__anon62202
527 /* How to extract and insert information held in the r_info field. */
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
readelf.c 866 relas[i].r_info = BYTE_GET (erelas[i].r_info);
896 relas[i].r_info = BYTE_GET (erelas[i].r_info);
906 /* In little-endian objects, r_info isn't really a
911 bfd_vma inf = relas[i].r_info;
917 relas[i].r_info = inf;
963 rels[i].r_info = BYTE_GET (erels[i].r_info);
992 rels[i].r_info = BYTE_GET (erels[i].r_info)
    [all...]
  /toolchain/binutils/binutils-2.27/elfcpp/
elfcpp.h 627 // Reloc information from Rel/Rela r_info field.
    [all...]
  /device/google/contexthub/util/nanoapp_postprocess/
postprocess_elf.c 740 uint32_t type = ELF32_R_TYPE(relocs[i].r_info);
741 uint32_t sym = ELF32_R_SYM(relocs[i].r_info);
    [all...]
  /external/llvm/lib/MC/
ELFObjectWriter.cpp     [all...]

Completed in 856 milliseconds

1 2 3 4 5 67 8