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

  /src/sys/arch/x68k/stand/aout2hux/
aout68k.h 133 be_uint32_t sh_info; member in struct:elf_m68k_shdr
  /src/sys/kern/
subr_kobj.c 261 if (shdr[shdr[i].sh_info].sh_type != SHT_PROGBITS)
266 if (shdr[shdr[i].sh_info].sh_type != SHT_PROGBITS)
528 if (shdr[shdr[i].sh_info].sh_type != SHT_PROGBITS)
536 ko->ko_reltab[rl].sec = shdr[i].sh_info;
550 if (shdr[shdr[i].sh_info].sh_type != SHT_PROGBITS)
558 ko->ko_relatab[ra].sec = shdr[i].sh_info;
core_elf32.c 215 shdr.sh_info = npsections;
kern_ksyms.c 1250 ksyms_hdr.kh_shdr[SYMTAB].sh_info = ksyms_symsz / sizeof(Elf_Sym);
  /src/sys/arch/amd64/stand/prekern/
elf.c 467 secidx = eif.shdr[i].sh_info;
469 fatal("elf_kernel_reloc: REL sh_info is malformed");
475 fatal("elf_kernel_reloc: REL sh_info not mappable");
502 secidx = eif.shdr[i].sh_info;
504 fatal("elf_kernel_reloc: RELA sh_info is malformed");
510 fatal("elf_kernel_reloc: RELA sh_info not mappable");
  /src/tools/amiga-elf2bb/sys/
exec_elf.h 338 Elf32_Word sh_info; /* misc info */ member in struct:__anon8121
351 Elf64_Word sh_info; /* misc info */ member in struct:__anon8122
  /src/sys/lib/libsa/
loadfile_elf32.c 201 I32(shdr->sh_info);
212 I32(shdr->sh_info);
232 E32(shdr->sh_info);
243 E32(shdr->sh_info);
  /src/sys/arch/atari/stand/tostools/libtos/
exec_elf.h 321 Elf32_Word sh_info; /* misc info */ member in struct:__anon1238
  /src/sys/arch/epoc32/stand/e32boot/include/
elf.h 391 Elf32_Word sh_info; /* misc info */ member in struct:__anon1277
404 Elf64_Word sh_info; /* misc info */ member in struct:__anon1278
471 #define SHF_INFO_LINK 0x00000040 /* "sh_info" contains SHT index */
  /src/sys/sys/
exec_elf.h 483 Elf32_Word sh_info; /* misc info */ member in struct:__anon7558
496 Elf64_Word sh_info; /* misc info */ member in struct:__anon7559
562 #define SHF_INFO_LINK 0x00000040 /* "sh_info" contains SHT index */
  /src/tools/arm-elf2aout/sys/
exec_elf.h 393 Elf32_Word sh_info; /* misc info */ member in struct:__anon8142
406 Elf64_Word sh_info; /* misc info */ member in struct:__anon8143
473 #define SHF_INFO_LINK 0x00000040 /* "sh_info" contains SHT index */
  /src/tools/m68k-elf2aout/sys/
exec_elf.h 393 Elf32_Word sh_info; /* misc info */ member in struct:__anon8177
406 Elf64_Word sh_info; /* misc info */ member in struct:__anon8178
473 #define SHF_INFO_LINK 0x00000040 /* "sh_info" contains SHT index */
  /src/sbin/savecore/
savecore.c 575 khdr.kh_shdr[SYMTAB].sh_info = symsz / sizeof(Elf_Sym);

Completed in 29 milliseconds