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

1 2

  /src/sys/arch/amd64/stand/prekern/
elf.c 69 if (shdr->sh_type != SHT_NOBITS &&
70 shdr->sh_type != SHT_PROGBITS) {
91 if (shdr->sh_type == SHT_NOTE) {
314 if (eif.shdr[i].sh_type != SHT_STRTAB &&
315 eif.shdr[i].sh_type != SHT_REL &&
316 eif.shdr[i].sh_type != SHT_RELA &&
317 eif.shdr[i].sh_type != SHT_SYMTAB) {
394 if (eif.shdr[i].sh_type == SHT_SYMTAB)
411 if (eif.shdr[j].sh_type != SHT_STRTAB) {
460 if (eif.shdr[i].sh_type != SHT_REL)
    [all...]
  /src/sys/arch/hpcmips/stand/pbsdboot/
elf.c 246 if (shtbl[i].sh_type == SHT_SYMTAB) {
249 if ((shtbl[i].sh_type == SHT_STRTAB)
293 dbg_sh[0].sh_type = shtbl[sh_symidx].sh_type;
297 dbg_sh[1].sh_type = shtbl[sh_stridx].sh_type;
  /src/sys/arch/x68k/stand/aout2hux/
aout68k.h 123 be_uint32_t sh_type; member in struct:elf_m68k_shdr
139 (get_uint32(&(sh)->sh_type) == SHT_PROGBITS && \
  /src/sys/arch/sun3/sun3x/
locore2.c 121 if (shp[i].sh_type != SHT_SYMTAB &&
122 shp[i].sh_type != SHT_STRTAB) {
  /src/sys/lib/libsa/
lookup_elf32.c 70 if (shp[i].sh_type != SHT_SYMTAB)
loadfile_elf32.c 195 I32(shdr->sh_type);
206 I32(shdr->sh_type);
226 E32(shdr->sh_type);
237 E32(shdr->sh_type);
414 switch (shdr[i].sh_type) {
448 switch (shdr[i].sh_type) {
451 if (shdr[j].sh_type == SHT_SYMTAB &&
577 switch (shp[i].sh_type) {
591 if (shp[j].sh_type == SHT_SYMTAB &&
  /src/sys/arch/amiga/stand/bootblock/elf2bb/
elf2bb.c 172 be32toh(sh[i].sh_type), be32toh(sh[i].sh_flags),
183 if (be32toh(sh[i].sh_type) == SHT_PROGBITS) {
191 } else if (be32toh(sh[i].sh_type) == SHT_RELA) {
196 else if (be32toh(sh[i].sh_type) == SHT_SYMTAB) {
260 if (be32toh(sh[i].sh_type) == SHT_PROGBITS)
313 if (be32toh(sh[i].sh_type) != SHT_RELA)
  /src/sys/arch/sun2/sun2/
locore2.c 137 if (shp[i].sh_type != SHT_SYMTAB &&
138 shp[i].sh_type != SHT_STRTAB) {
  /src/sys/arch/sun3/sun3/
locore2.c 141 if (shp[i].sh_type != SHT_SYMTAB &&
142 shp[i].sh_type != SHT_STRTAB) {
  /src/sys/arch/atari/stand/tostools/libtos/
elf.c 124 if ((shdr.sh_type == SHT_SYMTAB) || (shdr.sh_type == SHT_STRTAB))
186 if (shp[i].sh_type == SHT_SYMTAB) {
  /src/sys/kern/
subr_kobj.c 249 switch (shdr[i].sh_type) {
260 if (shdr[shdr[i].sh_info].sh_type != SHT_PROGBITS)
265 if (shdr[shdr[i].sh_info].sh_type != SHT_PROGBITS)
288 shdr[symstrindex].sh_type != SHT_STRTAB) {
378 shdr[hdr->e_shstrndx].sh_type == SHT_STRTAB) {
398 if (shdr[i].sh_type != SHT_PROGBITS &&
399 shdr[i].sh_type != SHT_NOBITS)
474 switch (shdr[i].sh_type) {
496 if (shdr[i].sh_type == SHT_PROGBITS) {
527 if (shdr[shdr[i].sh_info].sh_type != SHT_PROGBITS
    [all...]
kern_ksyms.c 538 if (shdr[i].sh_type != SHT_SYMTAB)
562 if (shdr[i].sh_type != SHT_PROGBITS)
1015 ksyms_hdr.kh_shdr[SHNOTE].sh_type = SHT_NOTE;
1025 ksyms_hdr.kh_shdr[SYMTAB].sh_type = SHT_SYMTAB;
1035 ksyms_hdr.kh_shdr[STRTAB].sh_type = SHT_STRTAB;
1043 ksyms_hdr.kh_shdr[SHSTRTAB].sh_type = SHT_STRTAB;
1052 ksyms_hdr.kh_shdr[SHBSS].sh_type = SHT_NOBITS;
1061 ksyms_hdr.kh_shdr[SHCTF].sh_type = SHT_PROGBITS;
  /src/sys/arch/zaurus/stand/zbsdmod/
zbsdmod.c 188 if (shp[i].sh_type == SHT_SYMTAB)
191 if (shp[i].sh_type == SHT_SYMTAB ||
192 shp[i].sh_type == SHT_STRTAB) {
  /src/sys/arch/i386/stand/lib/
exec_multiboot1.c 78 shtype = shdrp64->sh_type;
85 shtype = shdrp32->sh_type;
  /src/usr.sbin/lockstat/
elf32.c 133 if (symhdr.sh_type == SHT_SYMTAB)
  /src/usr.sbin/tprof/
ksyms.c 99 if (sh->sh_type == SHT_SYMTAB) {
  /src/sys/ddb/
db_elf.c 162 if (shp[i].sh_type == SHT_SYMTAB) {
230 if (shp[i].sh_type == SHT_SYMTAB)
  /src/sys/arch/i386/i386/
multiboot.c 305 if ((shdrp->sh_type == SHT_SYMTAB) &&
312 if (shdrp2->sh_type == SHT_STRTAB) {
  /src/tools/amiga-elf2bb/sys/
exec_elf.h 332 Elf32_Word sh_type; /* section type */ member in struct:__anonc1fa11540508
345 Elf64_Word sh_type; /* section type */ member in struct:__anonc1fa11540608
356 /* sh_type */
  /src/sys/arch/next68k/next68k/
nextrom.c 185 if (shp[i].sh_type != SHT_SYMTAB &&
186 shp[i].sh_type != SHT_STRTAB) {
  /src/sys/arch/luna68k/luna68k/
machdep.c 302 if (shp[i].sh_type != SHT_SYMTAB &&
303 shp[i].sh_type != SHT_STRTAB) {
  /src/lib/libc/gen/
nlist_elf32.c 250 if (shdrp[i].sh_type == SHT_SYMTAB) {
  /src/usr.bin/crunch/crunchide/
exec_elf32.c 208 switch (shdrp[i].sh_type) {
  /src/usr.sbin/kvm_mkdb/
nlist_elf32.c 216 if (shdrp[i].sh_type == SHT_SYMTAB) {
  /src/lib/libexecinfo/
symtab.c 130 if(shdr.sh_type != SHT_SYMTAB)

Completed in 48 milliseconds

1 2