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 260 if (shdr[shdr[i].sh_info].sh_type != SHT_PROGBITS)
265 if (shdr[shdr[i].sh_info].sh_type != SHT_PROGBITS)
527 if (shdr[shdr[i].sh_info].sh_type != SHT_PROGBITS)
535 ko->ko_reltab[rl].sec = shdr[i].sh_info;
549 if (shdr[shdr[i].sh_info].sh_type != SHT_PROGBITS)
557 ko->ko_relatab[ra].sec = shdr[i].sh_info;
core_elf32.c 212 shdr.sh_info = npsections;
kern_ksyms.c 1247 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:__anonc1fa11540508
351 Elf64_Word sh_info; /* misc info */ member in struct:__anonc1fa11540608
  /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:__anon5ac53e540308
  /src/tools/arm-elf2aout/sys/
exec_elf.h 393 Elf32_Word sh_info; /* misc info */ member in struct:__anonef77d1aa0508
406 Elf64_Word sh_info; /* misc info */ member in struct:__anonef77d1aa0608
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:__anon33fb20300508
406 Elf64_Word sh_info; /* misc info */ member in struct:__anon33fb20300608
473 #define SHF_INFO_LINK 0x00000040 /* "sh_info" contains SHT index */
  /src/sys/arch/epoc32/stand/e32boot/include/
elf.h 391 Elf32_Word sh_info; /* misc info */ member in struct:__anonc01714590508
404 Elf64_Word sh_info; /* misc info */ member in struct:__anonc01714590608
471 #define SHF_INFO_LINK 0x00000040 /* "sh_info" contains SHT index */
  /src/sys/sys/
exec_elf.h 484 Elf32_Word sh_info; /* misc info */ member in struct:__anon83c31a3a0508
497 Elf64_Word sh_info; /* misc info */ member in struct:__anon83c31a3a0608
566 #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 25 milliseconds