HomeSort by relevance Sort by last modified time
    Searched defs:isym (Results 51 - 67 of 67) sorted by null

1 23

  /toolchain/binutils/binutils-2.25/bfd/
mach-o.c 814 unsigned int isym = dysymtab->indirect_syms[j]; local
817 if (isym < symtab->nsyms && symtab->symbols[isym].symbol.name)
818 size += strlen (symtab->symbols[isym].symbol.name) + sizeof ("$stub");
848 unsigned int isym = dysymtab->indirect_syms[j]; local
855 if (isym < symtab->nsyms
856 && symtab->symbols[isym].symbol.name)
858 const char *sym = symtab->symbols[isym].symbol.name;
    [all...]
elf-bfd.h 265 Elf_Internal_Sym isym;
264 Elf_Internal_Sym isym; member in struct:elf_link_local_dynamic_entry
    [all...]
elf.c 377 Elf_Internal_Sym *isym; local
448 for (esym = (const bfd_byte *) extsym_buf, isym = intsym_buf,
450 isym < isymend;
451 esym += extsym_size, isym++, shndx = shndx != NULL ? shndx + 1 : NULL)
452 if (!(*bed->s->swap_symbol_in) (ibfd, esym, shndx, isym))
477 Elf_Internal_Sym *isym,
481 unsigned int iname = isym->st_name;
484 if (iname == 0 && ELF_ST_TYPE (isym->st_info) == STT_SECTION
486 && isym->st_shndx < elf_numsections (abfd))
488 iname = elf_elfsections (abfd)[isym->st_shndx]->sh_name
519 Elf_Internal_Sym isym; local
6736 elf_symbol_type *isym, *osym; local
    [all...]
elf32-ppc.c 3945 Elf_Internal_Sym *isym = bfd_sym_from_r_symndx (&htab->sym_cache, local
4335 Elf_Internal_Sym *isym; local
4491 Elf_Internal_Sym *isym; local
6822 Elf_Internal_Sym *isym; local
    [all...]
elfnn-aarch64.c 3865 Elf_Internal_Sym *isym = &isymbuf[i]; local
5669 Elf_Internal_Sym *isym; local
5994 Elf_Internal_Sym *isym; local
    [all...]
elf32-arm.c 6364 Elf_Internal_Sym *isym = &isymbuf[i]; local
12600 Elf_Internal_Sym *isym; local
12675 Elf_Internal_Sym *isym; local
13888 Elf_Internal_Sym *isym; local
    [all...]
elf32-nds32.c 6614 Elf_Internal_Sym *isym; local
6706 Elf_Internal_Sym *isym; local
6775 Elf_Internal_Sym *isym; local
7996 Elf_Internal_Sym *isym; local
8583 Elf_Internal_Sym *isym = NULL; \/* Symbol table of this bfd. *\/ local
14490 Elf_Internal_Sym *isym = NULL; local
14906 Elf_Internal_Sym *isym = NULL; local
15303 Elf_Internal_Sym *isym = NULL; local
    [all...]
elf32-xtensa.c 10161 Elf_Internal_Sym *isym = &isymbuf[i]; local
    [all...]
elf64-ppc.c 5279 Elf_Internal_Sym *isym = bfd_sym_from_r_symndx (&htab->sym_cache, local
5537 Elf_Internal_Sym *isym; local
5670 Elf_Internal_Sym *isym; local
5809 Elf_Internal_Sym *isym; local
    [all...]
elflink.c 649 1, input_indx, &entry->isym, esym, &eshndx))
655 if (entry->isym.st_shndx != SHN_UNDEF
656 && entry->isym.st_shndx < SHN_LORESERVE)
660 s = bfd_section_from_elf_index (input_bfd, entry->isym.st_shndx);
672 entry->isym.st_name));
686 entry->isym.st_name = dynstr_index;
697 entry->isym.st_info
698 = ELF_ST_INFO (STB_LOCAL, ELF_ST_TYPE (entry->isym.st_info));
857 const Elf_Internal_Sym *isym,
865 (*bed->elf_backend_merge_symbol_attribute) (h, isym, definition
2923 Elf_Internal_Sym *isym; local
3324 Elf_Internal_Sym *isym; local
7053 Elf_Internal_Sym *isym; member in union:elf_symbol::__anon74950
7152 Elf_Internal_Sym *isym, *isymend; local
8522 Elf_Internal_Sym *isym; local
9207 Elf_Internal_Sym *isym; local
12616 Elf_Internal_Sym *isym; local
13025 Elf_Internal_Sym isym; local
    [all...]
elfxx-mips.c 4308 Elf_Internal_Sym *isym; local
8792 Elf_Internal_Sym *isym; local
12967 Elf_Internal_Sym *isym; local
13471 Elf_Internal_Sym *isym; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-score7.c 471 symbolS *isym;
469 symbolS *isym; member in struct:proc
    [all...]
tc-score.c 406 symbolS *isym; member in struct:s3_proc
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 781 uint32_t isym:24, member in struct:llvm::MachO::dylib_reference
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readpdb.c 1241 const UInt *isym = (const UInt *)sym; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
ecoff.c 93 3) isym: Index to the local symbol which is the start of the
3903 long isym; local
    [all...]
  /toolchain/binutils/binutils-2.25/include/
hp-symtab.h 1734 long isym; \/* 0-based index of first symbol member in struct:quick_procedure
1773 long isym; \/* 0-based index in $LNTT$ of member in struct:quick_source
1793 long isym; \/* 0-based index of first member in struct:quick_module
1821 long isym; \/* first symbol for label (index) *\/ member in struct:quick_paragraph
1836 long isym; \/* class symbol (tag) *\/ member in struct:quick_class
1863 long isym; \/* class symbol *\/ member in struct:quick_obj_ID
    [all...]

Completed in 2178 milliseconds

1 23