HomeSort by relevance Sort by last modified time
    Searched defs:R_TYPE (Results 1 - 2 of 2) 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);
137 return reloc == R_TYPE (NONE);
144 return reloc == R_TYPE (RELATIVE);
  /toolchain/binutils/binutils-2.27/opcodes/
dlx-dis.c 27 #define R_TYPE 0x2
175 return (unsigned char) R_TYPE;
489 case R_TYPE:

Completed in 673 milliseconds