Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.h49 #define ELFW(what) ELF64_ ## what macro
51 #define ELFW(what) ELF32_ ## what macro
Dlinker_relocate.cpp164 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()