HomeSort by: relevance | last modified time | path
    Searched refs:SHN_LORESERVE (Results 1 - 25 of 100) sorted by relevancy

1 2 3 4

  /src/external/gpl3/binutils/dist/include/elf/
score.h 53 #define SHN_SCORE_TEXT (SHN_LORESERVE + 1)
54 #define SHN_SCORE_DATA (SHN_LORESERVE + 2)
56 #define SHN_SCORE_SCOMMON (SHN_LORESERVE + 3)
m32r.h 83 #define SHN_M32R_SCOMMON SHN_LORESERVE
x86-64.h 125 #define SHN_X86_64_LCOMMON (SHN_LORESERVE + 2)
tic6x.h 100 #define SHN_TIC6X_SCOMMON SHN_LORESERVE
v850.h 123 #define SHN_V850_SCOMMON SHN_LORESERVE
126 #define SHN_V850_TCOMMON (SHN_LORESERVE + 1)
129 #define SHN_V850_ZCOMMON (SHN_LORESERVE + 2)
external.h 40 #define SHN_LORESERVE 0xFF00 /* Begin range of reserved indices */
  /src/external/gpl3/binutils.old/dist/include/elf/
score.h 53 #define SHN_SCORE_TEXT (SHN_LORESERVE + 1)
54 #define SHN_SCORE_DATA (SHN_LORESERVE + 2)
56 #define SHN_SCORE_SCOMMON (SHN_LORESERVE + 3)
m32r.h 83 #define SHN_M32R_SCOMMON SHN_LORESERVE
x86-64.h 125 #define SHN_X86_64_LCOMMON (SHN_LORESERVE + 2)
tic6x.h 100 #define SHN_TIC6X_SCOMMON SHN_LORESERVE
v850.h 123 #define SHN_V850_SCOMMON SHN_LORESERVE
126 #define SHN_V850_TCOMMON (SHN_LORESERVE + 1)
129 #define SHN_V850_ZCOMMON (SHN_LORESERVE + 2)
  /src/external/gpl3/gdb.old/dist/include/elf/
score.h 53 #define SHN_SCORE_TEXT (SHN_LORESERVE + 1)
54 #define SHN_SCORE_DATA (SHN_LORESERVE + 2)
56 #define SHN_SCORE_SCOMMON (SHN_LORESERVE + 3)
m32r.h 83 #define SHN_M32R_SCOMMON SHN_LORESERVE
x86-64.h 125 #define SHN_X86_64_LCOMMON (SHN_LORESERVE + 2)
tic6x.h 100 #define SHN_TIC6X_SCOMMON SHN_LORESERVE
v850.h 123 #define SHN_V850_SCOMMON SHN_LORESERVE
126 #define SHN_V850_TCOMMON (SHN_LORESERVE + 1)
129 #define SHN_V850_ZCOMMON (SHN_LORESERVE + 2)
  /src/external/gpl3/gdb/dist/include/elf/
score.h 53 #define SHN_SCORE_TEXT (SHN_LORESERVE + 1)
54 #define SHN_SCORE_DATA (SHN_LORESERVE + 2)
56 #define SHN_SCORE_SCOMMON (SHN_LORESERVE + 3)
m32r.h 83 #define SHN_M32R_SCOMMON SHN_LORESERVE
x86-64.h 125 #define SHN_X86_64_LCOMMON (SHN_LORESERVE + 2)
tic6x.h 100 #define SHN_TIC6X_SCOMMON SHN_LORESERVE
v850.h 123 #define SHN_V850_SCOMMON SHN_LORESERVE
126 #define SHN_V850_TCOMMON (SHN_LORESERVE + 1)
129 #define SHN_V850_ZCOMMON (SHN_LORESERVE + 2)
  /src/external/bsd/elftoolchain/dist/libelf/
libelf_extended.c 63 if (shnum >= SHN_LORESERVE) {
93 if (shstrndx >= SHN_LORESERVE) {
  /src/external/gpl3/gdb.old/dist/gdb/
mipsread.c 273 if (sym_shndx >= (SHN_LORESERVE & 0xffff))
274 sym_shndx += SHN_LORESERVE - (SHN_LORESERVE & 0xffff);
  /src/external/gpl3/gdb/dist/gdb/
mipsread.c 269 if (sym_shndx >= (SHN_LORESERVE & 0xffff))
270 sym_shndx += SHN_LORESERVE - (SHN_LORESERVE & 0xffff);
  /src/external/bsd/elftosb/dist/common/
ELF.h 123 * - #SHN_LORESERVE
149 SHN_LORESERVE = 0xff00,

Completed in 39 milliseconds

1 2 3 4