HomeSort by: relevance | last modified time | path
    Searched defs:SHF_STRINGS (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
module.cc 1198 SHF_STRINGS = 0x20, /* NUL-Terminated strings. */
2088 if (flags & SHF_STRINGS)
2170 off, data.pos, string_p ? SHF_STRINGS : SHF_NONE);
2221 SHF_STRINGS);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
module.cc 1162 SHF_STRINGS = 0x20, /* NUL-Terminated strings. */
2043 if (flags & SHF_STRINGS)
2125 off, data.pos, string_p ? SHF_STRINGS : SHF_NONE);
2176 SHF_STRINGS);
  /src/sys/arch/epoc32/stand/e32boot/include/
elf.h 470 #define SHF_STRINGS 0x00000020 /* Contains nul terminated strings */
  /src/sys/sys/
exec_elf.h 561 #define SHF_STRINGS 0x00000020 /* Contains nul terminated strings */
  /src/tools/arm-elf2aout/sys/
exec_elf.h 472 #define SHF_STRINGS 0x00000020 /* Contains nul terminated strings */
  /src/tools/m68k-elf2aout/sys/
exec_elf.h 472 #define SHF_STRINGS 0x00000020 /* Contains nul terminated strings */
  /src/external/gpl3/binutils.old/dist/include/elf/
common.h 605 #define SHF_STRINGS (1 << 5) /* Contains null terminated character strings */
  /src/external/gpl3/gdb/dist/include/elf/
common.h 603 #define SHF_STRINGS (1 << 5) /* Contains null terminated character strings */
  /src/external/gpl3/gdb.old/dist/include/elf/
common.h 569 #define SHF_STRINGS (1 << 5) /* Contains null terminated character strings */
  /src/external/gpl3/binutils/dist/include/elf/
common.h 620 #define SHF_STRINGS (1 << 5) /* Contains null terminated character strings */

Completed in 68 milliseconds