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

/bionic/libc/include/
H A Delf.h299 #define ELF32_R_INFO(sym, type) ((((Elf32_Word)sym) << 8) | ((type) & 0xff)) macro
/bionic/tools/versioner/current/
H A Delf.h299 #define ELF32_R_INFO(sym, type) ((((Elf32_Word)sym) << 8) | ((type) & 0xff)) macro

Completed in 1882 milliseconds