HomeSort by relevance Sort by last modified time
    Searched defs:STT_REGISTER (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/include/elf/
sparc.h 57 #define STT_REGISTER 13 /* global reg reserved to app. */
  /external/kmod/libkmod/
libkmod-elf.c 905 #ifndef STT_REGISTER
906 #define STT_REGISTER 13 /* Global register reserved to app. */
1030 if (type == STT_REGISTER)
1125 if (type == STT_REGISTER)

Completed in 66 milliseconds