HomeSort by relevance Sort by last modified time
    Searched refs:R_TYPE (Results 1 - 3 of 3) sorted by null

  /external/elfutils/backends/
common-reloc.c 32 #define R_TYPE(name) PASTE (RELOC_PREFIX, name)
65 [R_TYPE (type)] = offsetof (struct EBLHOOK(reloc_nametable), name_##type),
77 #define RELOC_TYPE(type, uses) [R_TYPE (type)] = uses,
131 return reloc == R_TYPE (COPY);
138 return reloc == R_TYPE (NONE);
145 return reloc == R_TYPE (RELATIVE);
  /bionic/linker/
linker_mips.cpp 65 ElfW(Word) type = ELFW(R_TYPE)(rel->r_info);
linker.cpp     [all...]

Completed in 142 milliseconds