HomeSort by relevance Sort by last modified time
    Searched refs:elf_r_type (Results 1 - 10 of 10) sorted by null

  /bionic/tools/relocation_packer/src/
elf_traits.h 39 static inline Word elf_r_type(Word info) { return ELF32_R_TYPE(info); } function in struct:ELF32_traits
63 static inline Xword elf_r_type(Xword info) { return ELF64_R_TYPE(info); } function in struct:ELF64_traits
  /toolchain/binutils/binutils-2.25/gold/
target-reloc.h 74 unsigned int r_type = elfcpp::elf_r_type<size>(r_info);
300 unsigned int r_type = elfcpp::elf_r_type<size>(r_info);
571 const unsigned int r_type = elfcpp::elf_r_type<size>(r_info);
665 const unsigned int r_type = elfcpp::elf_r_type<size>(r_info);
copy-relocs.cc 181 unsigned int reloc_type = elfcpp::elf_r_type<size>(rel.get_r_info());
gc.h 230 unsigned int r_type = elfcpp::elf_r_type<size>(r_info);
reloc.cc     [all...]
arm.cc     [all...]
powerpc.cc     [all...]
aarch64.cc     [all...]
mips.cc     [all...]
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp.h 631 elf_r_type(typename Elf_types<size>::Elf_WXword);
635 elf_r_type<32>(Elf_Word v) function in namespace:elfcpp
642 elf_r_type<64>(Elf_Xword v) function in namespace:elfcpp
    [all...]

Completed in 82 milliseconds