HomeSort by: relevance | last modified time | path
    Searched refs:SHT_PROGBITS (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/arch/x68k/stand/aout2hux/
aout68k.h 124 #define SHT_PROGBITS 1
139 (get_uint32(&(sh)->sh_type) == SHT_PROGBITS && \
  /src/sys/kern/
subr_kobj.c 250 case SHT_PROGBITS:
260 if (shdr[shdr[i].sh_info].sh_type != SHT_PROGBITS)
265 if (shdr[shdr[i].sh_info].sh_type != SHT_PROGBITS)
398 if (shdr[i].sh_type != SHT_PROGBITS &&
475 case SHT_PROGBITS:
496 if (shdr[i].sh_type == SHT_PROGBITS) {
527 if (shdr[shdr[i].sh_info].sh_type != SHT_PROGBITS)
549 if (shdr[shdr[i].sh_info].sh_type != SHT_PROGBITS)
kern_ksyms.c 562 if (shdr[i].sh_type != SHT_PROGBITS)
1061 ksyms_hdr.kh_shdr[SHCTF].sh_type = SHT_PROGBITS;
  /src/sys/arch/amiga/stand/bootblock/elf2bb/
elf2bb.c 183 if (be32toh(sh[i].sh_type) == SHT_PROGBITS) {
260 if (be32toh(sh[i].sh_type) == SHT_PROGBITS)
  /src/sys/arch/atari/stand/tostools/libtos/
exec_elf.h 328 #define SHT_PROGBITS 1 /* Program information */
  /src/sys/arch/amd64/stand/prekern/
elf.c 70 shdr->sh_type != SHT_PROGBITS) {
  /src/tools/amiga-elf2bb/sys/
exec_elf.h 358 #define SHT_PROGBITS 1 /* Program information */
  /src/sys/lib/libsa/
loadfile_elf32.c 420 case SHT_PROGBITS:
578 case SHT_PROGBITS:
  /src/sys/compat/linux/common/
linux_exec_elf32.c 186 if (s->sh_type != SHT_PROGBITS ||
  /src/tools/arm-elf2aout/sys/
exec_elf.h 413 #define SHT_PROGBITS 1 /* Program information */
  /src/tools/m68k-elf2aout/sys/
exec_elf.h 413 #define SHT_PROGBITS 1 /* Program information */
  /src/sys/arch/epoc32/stand/e32boot/include/
elf.h 411 #define SHT_PROGBITS 1 /* Program information */
  /src/sys/sys/
exec_elf.h 504 #define SHT_PROGBITS 1 /* Program information */

Completed in 48 milliseconds