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

  /src/sys/arch/amd64/stand/prekern/
elf.c 111 if (sym->st_shndx == SHN_UNDEF)
159 if (sym->st_shndx == SHN_UNDEF) {
181 if (sym->st_shndx >= eif.ehdr->e_shnum) {
182 fatal("elf_sym_lookup: st_shndx is malformed");
184 if (!elf_section_mappable(&eif.shdr[sym->st_shndx])) {
185 fatal("elf_sym_lookup: st_shndx not mappable");
443 if (sym->st_shndx != i) {
  /src/sys/arch/amiga/stand/bootblock/elf2bb/
elf2bb.c 336 if (s->st_shndx == ELF_SYM_UNDEFINED) {
485 if (be16toh(s->st_shndx) < 0xf000)
486 value += o[be16toh(s->st_shndx)];
488 printf("eval: %x\n", be16toh(s->st_shndx));
  /src/usr.sbin/kvm_mkdb/
nlist_elf32.c 352 shdrp[symp[i].st_shndx].sh_addr +
353 shdrp[symp[i].st_shndx].sh_offset]);
  /src/libexec/ld.elf_so/arch/mips/
mips_reloc.c 281 broken && sym->st_shndx == SHN_UNDEF) {
301 sym->st_value != 0 && sym->st_shndx == SHN_UNDEF) {
320 if (sym->st_shndx != SHN_ABS)
  /src/sys/kern/
subr_kobj.c 519 if (es->st_shndx != i) {
917 if (sym->st_shndx != SHN_UNDEF) {
1000 if (undefined != (sym->st_shndx == SHN_UNDEF)) {
1022 if (ksym->st_shndx == SHN_ABS) {
1023 sym->st_shndx = SHN_ABS;
kern_ksyms.c 388 if (sym[i].st_shndx == SHN_UNDEF)
415 if (sym[i].st_shndx != SHN_ABS) {
416 nsym[n].st_shndx = SHBSS;
  /src/usr.bin/elf2aout/
elf2aout.c 512 inbuf[i].st_shndx = bswap16(inbuf[i].st_shndx);
545 outbuf[i].n_type = get_type(inbuf[i].st_shndx);
  /src/tools/amiga-elf2bb/sys/
exec_elf.h 395 Elf32_Half st_shndx; /* section index of symbol */ member in struct:__anonc1fa11540708
402 Elf64_Half st_shndx; /* section index of symbol */ member in struct:__anonc1fa11540808
  /src/libexec/ld.elf_so/
symbol.c 189 if (symp->st_shndx == SHN_UNDEF)
202 if (symp->st_shndx == SHN_UNDEF &&
rtld.c 107 .st_shndx = SHN_ABS,
1410 * For skip the symbol if st_shndx is either SHN_UNDEF or
1413 if (def->st_shndx == SHN_UNDEF || def->st_shndx == SHN_COMMON)
  /src/usr.bin/crunch/crunchide/
exec_elf32.c 295 sp->st_shndx == SHN_UNDEF) {
  /src/sys/arch/atari/stand/tostools/libtos/
exec_elf.h 365 Elf32_Half st_shndx; /* section index of symbol */ member in struct:__anon5ac53e540408
  /src/lib/librumpuser/
rumpuser_dl.c 311 SYMn_GETMEMBER(syms_base, i, st_shndx, shndx);
  /src/tools/arm-elf2aout/sys/
exec_elf.h 492 Elf32_Half st_shndx; /* section index of symbol */ member in struct:__anonef77d1aa0708
499 Elf64_Half st_shndx; /* section index of symbol */ member in struct:__anonef77d1aa0808
  /src/tools/m68k-elf2aout/sys/
exec_elf.h 492 Elf32_Half st_shndx; /* section index of symbol */ member in struct:__anon33fb20300708
499 Elf64_Half st_shndx; /* section index of symbol */ member in struct:__anon33fb20300808
  /src/sys/arch/epoc32/stand/e32boot/include/
elf.h 490 Elf32_Half st_shndx; /* section index of symbol */ member in struct:__anonc01714590708
497 Elf64_Half st_shndx; /* section index of symbol */ member in struct:__anonc01714590808
  /src/sys/sys/
exec_elf.h 585 Elf32_Half st_shndx; /* section index of symbol */ member in struct:__anon83c31a3a0708
592 Elf64_Half st_shndx; /* section index of symbol */ member in struct:__anon83c31a3a0808
  /src/usr.bin/elf2ecoff/
elf2ecoff.c 646 s->st_shndx = bswap16(s->st_shndx);

Completed in 31 milliseconds