HomeSort by: relevance | last modified time | path
    Searched defs:isym (Results 1 - 25 of 294) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gcc.old/dist/gcc/d/
imports.cc 240 tree isym = v.result (); local
241 if (isym != NULL_TREE)
242 imported_decls->put (d, isym);
244 return isym;
  /src/external/gpl3/gdb.old/dist/gdb/
parse.c 167 struct internalvar *isym = NULL;
219 isym = lookup_only_internalvar (copy.c_str () + 1);
220 if (isym)
222 push_new<expr::internalvar_operation> (isym);
166 struct internalvar *isym = NULL; local
  /src/external/gpl3/gdb/dist/gdb/
parse.c 167 struct internalvar *isym = NULL;
219 isym = lookup_only_internalvar (copy.c_str () + 1);
220 if (isym)
222 push_new<expr::internalvar_operation> (isym);
166 struct internalvar *isym = NULL; local
  /src/external/gpl3/binutils/dist/bfd/
elf-m10200.c 473 Elf_Internal_Sym *isym;
504 isym = (Elf_Internal_Sym *) symtab_hdr->contents;
505 for (isymend = isym + symtab_hdr->sh_info; isym < isymend; isym++)
507 if (isym->st_shndx == sec_shndx
508 && isym->st_value > addr
509 && isym->st_value < toaddr)
510 isym->st_value -= count;
640 Elf_Internal_Sym *isym;
472 Elf_Internal_Sym *isym; local
639 Elf_Internal_Sym *isym; local
1307 Elf_Internal_Sym *isym; local
    [all...]
elf32-crx.c 596 Elf_Internal_Sym *isym; local
628 isym = (Elf_Internal_Sym *) symtab_hdr->contents;
629 for (isymend = isym + symtab_hdr->sh_info; isym < isymend; isym++)
631 if (isym->st_shndx == sec_shndx
632 && isym->st_value > addr
633 && isym->st_value < toaddr)
653 if (rsym != isym)
656 addsym = isym->st_value
758 Elf_Internal_Sym *isym; local
1033 Elf_Internal_Sym *isym; local
    [all...]
elf32-xstormy16.c 639 Elf_Internal_Sym *isym;
646 isym = &isymbuf[idx];
647 if (isym->st_shndx == SHN_UNDEF)
649 else if (isym->st_shndx == SHN_ABS)
651 else if (isym->st_shndx == SHN_COMMON)
654 tsec = bfd_section_from_elf_index (ibfd, isym->st_shndx);
658 + isym->st_value);
637 Elf_Internal_Sym *isym; local
elf32-ft32.c 550 Elf_Internal_Sym *isym;
553 isym = isymbuf + ELF32_R_SYM (irel->r_info);
554 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
555 symval = isym->st_value;
774 Elf_Internal_Sym *isym;
853 isym = isymbuf + ELF32_R_SYM (irel->r_info);
854 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
855 symval = isym->st_value;
904 isym = (Elf_Internal_Sym *) symtab_hdr->contents;
905 if (isym)
548 Elf_Internal_Sym *isym; local
772 Elf_Internal_Sym *isym; local
967 Elf_Internal_Sym *isym; local
    [all...]
elf32-m68hc11.c 742 Elf_Internal_Sym *isym;
837 isym = isymbuf + ELF32_R_SYM (irel->r_info);
838 is_far = isym->st_other & STO_M68HC12_FAR;
839 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
840 symval = (isym->st_value
865 isym = 0;
882 insn_group_value = isym->st_value;
1135 Elf_Internal_Sym *isymbuf, *isym, *isymend;
1257 for (isym = isymbuf; isym < isymend; isym++
740 Elf_Internal_Sym *isym; local
1133 Elf_Internal_Sym *isymbuf, *isym, *isymend; local
    [all...]
elf32-pru.c 1131 Elf_Internal_Sym *isym;
1230 isym = isymbuf + ELF32_R_SYM (irel->r_info);
1231 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
1232 symval = isym->st_value;
1280 isym = (Elf_Internal_Sym *) symtab_hdr->contents;
1282 if (isym != NULL)
1286 isymend = isym + symtab_hdr->sh_info;
1287 for (; isym < isymend; isym++)
1289 if (isym->st_shndx == sec_shndx
1130 Elf_Internal_Sym *isym; local
1405 Elf_Internal_Sym *isym; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf-m10200.c 472 Elf_Internal_Sym *isym;
503 isym = (Elf_Internal_Sym *) symtab_hdr->contents;
504 for (isymend = isym + symtab_hdr->sh_info; isym < isymend; isym++)
506 if (isym->st_shndx == sec_shndx
507 && isym->st_value > addr
508 && isym->st_value < toaddr)
509 isym->st_value -= count;
639 Elf_Internal_Sym *isym;
471 Elf_Internal_Sym *isym; local
638 Elf_Internal_Sym *isym; local
1306 Elf_Internal_Sym *isym; local
    [all...]
elf32-crx.c 596 Elf_Internal_Sym *isym; local
628 isym = (Elf_Internal_Sym *) symtab_hdr->contents;
629 for (isymend = isym + symtab_hdr->sh_info; isym < isymend; isym++)
631 if (isym->st_shndx == sec_shndx
632 && isym->st_value > addr
633 && isym->st_value < toaddr)
653 if (rsym != isym)
656 addsym = isym->st_value
758 Elf_Internal_Sym *isym; local
1032 Elf_Internal_Sym *isym; local
    [all...]
elf32-xstormy16.c 639 Elf_Internal_Sym *isym;
646 isym = &isymbuf[idx];
647 if (isym->st_shndx == SHN_UNDEF)
649 else if (isym->st_shndx == SHN_ABS)
651 else if (isym->st_shndx == SHN_COMMON)
654 tsec = bfd_section_from_elf_index (ibfd, isym->st_shndx);
658 + isym->st_value);
637 Elf_Internal_Sym *isym; local
elf32-ft32.c 549 Elf_Internal_Sym *isym;
552 isym = isymbuf + ELF32_R_SYM (irel->r_info);
553 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
554 symval = isym->st_value;
773 Elf_Internal_Sym *isym;
852 isym = isymbuf + ELF32_R_SYM (irel->r_info);
853 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
854 symval = isym->st_value;
903 isym = (Elf_Internal_Sym *) symtab_hdr->contents;
904 if (isym)
547 Elf_Internal_Sym *isym; local
771 Elf_Internal_Sym *isym; local
966 Elf_Internal_Sym *isym; local
    [all...]
elf32-m68hc11.c 742 Elf_Internal_Sym *isym;
837 isym = isymbuf + ELF32_R_SYM (irel->r_info);
838 is_far = isym->st_other & STO_M68HC12_FAR;
839 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
840 symval = (isym->st_value
865 isym = 0;
882 insn_group_value = isym->st_value;
1135 Elf_Internal_Sym *isymbuf, *isym, *isymend;
1257 for (isym = isymbuf; isym < isymend; isym++
740 Elf_Internal_Sym *isym; local
1133 Elf_Internal_Sym *isymbuf, *isym, *isymend; local
    [all...]
elf32-pru.c 1130 Elf_Internal_Sym *isym;
1229 isym = isymbuf + ELF32_R_SYM (irel->r_info);
1230 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
1231 symval = isym->st_value;
1279 isym = (Elf_Internal_Sym *) symtab_hdr->contents;
1281 if (isym != NULL)
1285 isymend = isym + symtab_hdr->sh_info;
1286 for (; isym < isymend; isym++)
1288 if (isym->st_shndx == sec_shndx
1129 Elf_Internal_Sym *isym; local
1404 Elf_Internal_Sym *isym; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf-m10200.c 472 Elf_Internal_Sym *isym;
503 isym = (Elf_Internal_Sym *) symtab_hdr->contents;
504 for (isymend = isym + symtab_hdr->sh_info; isym < isymend; isym++)
506 if (isym->st_shndx == sec_shndx
507 && isym->st_value > addr
508 && isym->st_value < toaddr)
509 isym->st_value -= count;
639 Elf_Internal_Sym *isym;
471 Elf_Internal_Sym *isym; local
638 Elf_Internal_Sym *isym; local
1306 Elf_Internal_Sym *isym; local
    [all...]
elf32-crx.c 596 Elf_Internal_Sym *isym; local
628 isym = (Elf_Internal_Sym *) symtab_hdr->contents;
629 for (isymend = isym + symtab_hdr->sh_info; isym < isymend; isym++)
631 if (isym->st_shndx == sec_shndx
632 && isym->st_value > addr
633 && isym->st_value < toaddr)
653 if (rsym != isym)
656 addsym = isym->st_value
758 Elf_Internal_Sym *isym; local
1032 Elf_Internal_Sym *isym; local
    [all...]
elf32-xstormy16.c 639 Elf_Internal_Sym *isym;
646 isym = &isymbuf[idx];
647 if (isym->st_shndx == SHN_UNDEF)
649 else if (isym->st_shndx == SHN_ABS)
651 else if (isym->st_shndx == SHN_COMMON)
654 tsec = bfd_section_from_elf_index (ibfd, isym->st_shndx);
658 + isym->st_value);
637 Elf_Internal_Sym *isym; local
elf32-ft32.c 549 Elf_Internal_Sym *isym;
552 isym = isymbuf + ELF32_R_SYM (irel->r_info);
553 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
554 symval = isym->st_value;
773 Elf_Internal_Sym *isym;
852 isym = isymbuf + ELF32_R_SYM (irel->r_info);
853 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
854 symval = isym->st_value;
903 isym = (Elf_Internal_Sym *) symtab_hdr->contents;
904 if (isym)
547 Elf_Internal_Sym *isym; local
771 Elf_Internal_Sym *isym; local
966 Elf_Internal_Sym *isym; local
    [all...]
elf32-m68hc11.c 742 Elf_Internal_Sym *isym;
837 isym = isymbuf + ELF32_R_SYM (irel->r_info);
838 is_far = isym->st_other & STO_M68HC12_FAR;
839 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
840 symval = (isym->st_value
865 isym = 0;
882 insn_group_value = isym->st_value;
1135 Elf_Internal_Sym *isymbuf, *isym, *isymend;
1257 for (isym = isymbuf; isym < isymend; isym++
740 Elf_Internal_Sym *isym; local
1133 Elf_Internal_Sym *isymbuf, *isym, *isymend; local
    [all...]
elf32-pru.c 1130 Elf_Internal_Sym *isym;
1229 isym = isymbuf + ELF32_R_SYM (irel->r_info);
1230 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
1231 symval = isym->st_value;
1279 isym = (Elf_Internal_Sym *) symtab_hdr->contents;
1281 if (isym != NULL)
1285 isymend = isym + symtab_hdr->sh_info;
1286 for (; isym < isymend; isym++)
1288 if (isym->st_shndx == sec_shndx
1129 Elf_Internal_Sym *isym; local
1404 Elf_Internal_Sym *isym; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf-m10200.c 473 Elf_Internal_Sym *isym;
504 isym = (Elf_Internal_Sym *) symtab_hdr->contents;
505 for (isymend = isym + symtab_hdr->sh_info; isym < isymend; isym++)
507 if (isym->st_shndx == sec_shndx
508 && isym->st_value > addr
509 && isym->st_value < toaddr)
510 isym->st_value -= count;
640 Elf_Internal_Sym *isym;
472 Elf_Internal_Sym *isym; local
639 Elf_Internal_Sym *isym; local
1307 Elf_Internal_Sym *isym; local
    [all...]
elf32-crx.c 596 Elf_Internal_Sym *isym; local
628 isym = (Elf_Internal_Sym *) symtab_hdr->contents;
629 for (isymend = isym + symtab_hdr->sh_info; isym < isymend; isym++)
631 if (isym->st_shndx == sec_shndx
632 && isym->st_value > addr
633 && isym->st_value < toaddr)
653 if (rsym != isym)
656 addsym = isym->st_value
758 Elf_Internal_Sym *isym; local
1033 Elf_Internal_Sym *isym; local
    [all...]
elf32-xstormy16.c 639 Elf_Internal_Sym *isym;
646 isym = &isymbuf[idx];
647 if (isym->st_shndx == SHN_UNDEF)
649 else if (isym->st_shndx == SHN_ABS)
651 else if (isym->st_shndx == SHN_COMMON)
654 tsec = bfd_section_from_elf_index (ibfd, isym->st_shndx);
658 + isym->st_value);
637 Elf_Internal_Sym *isym; local
elf32-ft32.c 550 Elf_Internal_Sym *isym;
553 isym = isymbuf + ELF32_R_SYM (irel->r_info);
554 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
555 symval = isym->st_value;
774 Elf_Internal_Sym *isym;
853 isym = isymbuf + ELF32_R_SYM (irel->r_info);
854 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
855 symval = isym->st_value;
904 isym = (Elf_Internal_Sym *) symtab_hdr->contents;
905 if (isym)
548 Elf_Internal_Sym *isym; local
772 Elf_Internal_Sym *isym; local
967 Elf_Internal_Sym *isym; local
    [all...]

Completed in 41 milliseconds

1 2 3 4 5 6 7 8 91011>>