Searched refs:elf_r_sym (Results 1 - 1 of 1) sorted by relevance

/bionic/tools/relocation_packer/src/
H A Delf_traits.h41 static inline Word elf_r_sym(Word info) { return ELF32_R_SYM(info); } function in struct:ELF32_traits
65 static inline Word elf_r_sym(Xword info) { return ELF64_R_SYM(info); } function in struct:ELF64_traits

Completed in 20 milliseconds