HomeSort by relevance Sort by last modified time
    Searched defs:elf_r_type (Results 1 - 2 of 2) 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/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 163 milliseconds