HomeSort by relevance Sort by last modified time
    Searched refs:elf_r_type (Results 1 - 13 of 13) 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.27/gold/
target-reloc.h 497 { return elfcpp::elf_r_type<size>(reloc->get_r_info()); }
509 unsigned int r_type = elfcpp::elf_r_type<size>(reloc->get_r_info());
s390.cc 701 unsigned int r_type = elfcpp::elf_r_type<size>(reloc.get_r_info());
    [all...]
reloc.cc     [all...]
i386.cc 854 unsigned int r_type = elfcpp::elf_r_type<32>(reloc.get_r_info());
    [all...]
sparc.cc 418 unsigned int r_type = elfcpp::elf_r_type<size>(reloc.get_r_info());
    [all...]
tilegx.cc 600 unsigned int r_type = elfcpp::elf_r_type<size>(reloc.get_r_info());
    [all...]
x86_64.cc     [all...]
arm.cc     [all...]
powerpc.cc     [all...]
aarch64.cc     [all...]
mips.cc     [all...]
  /toolchain/binutils/binutils-2.27/elfcpp/
elfcpp.h 649 elf_r_type(typename Elf_types<size>::Elf_WXword);
653 elf_r_type<32>(Elf_Word v) function in namespace:elfcpp
660 elf_r_type<64>(Elf_Xword v) function in namespace:elfcpp
    [all...]

Completed in 344 milliseconds