HomeSort by relevance Sort by last modified time
    Searched refs:n_scnum (Results 1 - 25 of 26) sorted by null

1 2

  /external/elfutils/libelf/
nlist.h 38 short int n_scnum; /* Section number found in. */ member in struct:nlist
nlist.c 190 nl->n_scnum = found->sym.st_shndx;
200 nl->n_scnum = 0;
237 nl->n_scnum = 0;
  /external/elfutils/tests/
test-nlist.c 62 "nl[%d].n_scnum = %d\n"
68 cnt, nl[cnt].n_scnum,
73 if ((cnt != 4 && nl[cnt].n_value == 0 && nl[cnt].n_scnum == 0
76 || (cnt == 4 && (nl[cnt].n_value != 0 || nl[cnt].n_scnum != 0
  /toolchain/binutils/binutils-2.25/binutils/
coffgrok.c 207 if (sym->n_scnum == -1)
208 sym->n_scnum = 0;
234 where->section = &ofile->sections[sym->n_scnum];
516 if (sym->n_scnum == N_UNDEF)
651 top_scope->sec = ofile->sections + sym->n_scnum;
671 top_scope->sec = ofile->sections + sym->n_scnum;
  /toolchain/binutils/binutils-2.25/bfd/
coff-i386.c 384 && coffsym->native->u.syment.n_scnum == 0) \
460 if (sym != NULL && sym->n_scnum == 0 && sym->n_value != 0)
501 if (sym != NULL && sym->n_scnum != 0)
528 for (s = abfd->sections, i = 1; i < sym->n_scnum; i++)
coff-x86_64.c 494 && coffsym->native->u.syment.n_scnum == 0) \
572 if (sym != NULL && sym->n_scnum == 0 && sym->n_value != 0)
612 if (sym != NULL && sym->n_scnum != 0)
634 for (s = abfd->sections, i = 1; i < sym->n_scnum; i++)
coffgen.c 657 syment->n_scnum = N_UNDEF;
667 syment->n_scnum = N_UNDEF;
675 syment->n_scnum =
691 syment->n_scnum = N_ABS;
1011 native->u.syment.n_scnum = N_DEBUG;
1014 native->u.syment.n_scnum = N_ABS;
1017 native->u.syment.n_scnum = N_UNDEF;
1020 native->u.syment.n_scnum =
1103 native->u.syment.n_scnum = N_UNDEF
    [all...]
pe-mips.c 377 && coffsym->native->u.syment.n_scnum == 0) \
411 if (sym != NULL && sym->n_scnum == 0 && sym->n_value != 0)
452 if (sym != NULL && sym->n_scnum != 0)
645 if (sym != NULL && sym->n_scnum != 0)
663 if (sym != NULL && sym->n_scnum != 0)
coff-i960.c 74 && coffsym->native->u.syment.n_scnum == 0) \
341 isym.n_scnum = o->target_index;
403 if (sym != NULL && sym->n_scnum != 0)
coff-m68k.c 365 && coffsym->native->u.syment.n_scnum == 0) \
402 if (sym != NULL && sym->n_scnum == 0 && sym->n_value != 0)
501 targetsec = coff_section_from_bfd_index (abfd, isym.n_scnum);
cofflink.c 307 section = coff_section_from_bfd_index (abfd, sym.n_scnum);
324 section = coff_section_from_bfd_index (abfd, sym.n_scnum);
428 || sym.n_scnum != 0
    [all...]
coff-sh.c 433 if (sym != NULL && sym->n_scnum == 0 && sym->n_value != 0)
453 if (sym != NULL && sym->n_scnum != 0)
542 && coffsym->native->u.syment.n_scnum == 0) \
839 if (sym.n_scnum != 0 && sym.n_scnum != sec->target_index)
    [all...]
xcofflink.c     [all...]
coffcode.h     [all...]
coff-mcore.c 330 if (sym != NULL && sym->n_scnum != 0)
coff-arm.c 555 for (sec = abfd->sections, i = 1; i < sym->n_scnum; i++)
1209 if (sym != NULL && sym->n_scnum != 0)
    [all...]
coff-i860.c 497 if (sym != NULL && sym->n_scnum == 0 && sym->n_value != 0)
coff-tic80.c 524 if (sym != NULL && sym->n_scnum != 0)
coffswap.h 325 in->n_scnum = H_GET_16 (abfd, ext->e_scnum);
362 H_PUT_16 (abfd, in->n_scnum, ext->e_scnum);
peXXigen.c 123 in->n_scnum = H_GET_16 (abfd, ext->e_scnum);
150 if (in->n_scnum == 0)
165 in->n_scnum = sec->target_index;
168 if (in->n_scnum == 0)
213 in->n_scnum = unused_section_number;
261 && in->n_scnum == -1)
269 in->n_scnum = sec->target_index;
277 H_PUT_16 (abfd, in->n_scnum, ext->e_scnum);
    [all...]
coff64-rs6000.c 324 in->n_scnum = H_GET_16 (abfd, ext->e_scnum);
338 H_PUT_16 (abfd, in->n_scnum, ext->e_scnum);
    [all...]
coff-rs6000.c 452 in->n_scnum = H_GET_16 (abfd, ext->e_scnum);
475 H_PUT_16 (abfd, in->n_scnum, ext->e_scnum);
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
simple-object-xcoff.c 165 unsigned char n_scnum[2]; member in struct:external_syment
793 set_16 (&syms[0].sym.n_scnum[0], N_DEBUG);
839 set_16 (&syms[0].sym.n_scnum[0], secnum++);
  /toolchain/binutils/binutils-2.25/include/coff/
internal.h 486 short n_scnum; /* section number */ member in struct:internal_syment
ti.h 500 asection *scn = coff_section_from_bfd_index (abfd, dst->n_scnum); \

Completed in 323 milliseconds

1 2