Searched refs:ELFW (Results 1 – 3 of 3) sorted by relevance
49 #define ELFW(what) ELF64_ ## what macro51 #define ELFW(what) ELF32_ ## what macro
166 const uint32_t r_type = ELFW(R_TYPE)(reloc.r_info); in process_relocation_impl()167 const uint32_t r_sym = ELFW(R_SYM)(reloc.r_info); in process_relocation_impl()
614 if (ELFW(R_TYPE)(r->r_info) != R_GENERIC_IRELATIVE) { in call_ifunc_resolvers_for_section()