Home
last modified time | relevance | path

Searched refs:ELFW (Results 1 – 3 of 3) sorted by relevance

/bionic/linker/
Dlinker.h49 #define ELFW(what) ELF64_ ## what macro
51 #define ELFW(what) ELF32_ ## what macro
Dlinker_relocate.cpp166 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()
Dlinker_main.cpp614 if (ELFW(R_TYPE)(r->r_info) != R_GENERIC_IRELATIVE) { in call_ifunc_resolvers_for_section()