Searched refs:ELFW (Results 1 – 2 of 2) sorted by relevance
49 #define ELFW(what) ELF64_ ## what macro51 #define ELFW(what) ELF32_ ## what macro
164 const uint32_t r_type = ELFW(R_TYPE)(reloc.r_info); in process_relocation_impl()165 const uint32_t r_sym = ELFW(R_SYM)(reloc.r_info); in process_relocation_impl()