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

1 2 3

  /external/elfutils/tests/
dwflsyms.c 135 GElf_Sym isym; local
136 name = dwfl_module_getsym_info (mod, ndx, &isym, &value, &shndxp,
144 assert (sym.st_value == isym.st_value
145 || sym.st_value == isym.st_value + bias
186 if (value != isym.st_value + bias && ehdr.e_type != ET_REL)
  /toolchain/binutils/binutils-2.25/bfd/
coff-i960.c 337 struct internal_syment isym; local
339 strncpy (isym._n._n_name, o->name, SYMNMLEN);
340 isym.n_value = 0;
341 isym.n_scnum = o->target_index;
342 isym.n_type = T_NULL;
343 isym.n_sclass = C_STAT;
344 isym.n_numaux = 0;
346 bfd_coff_swap_sym_out (abfd, &isym, esym);
coff-m68k.c 497 struct internal_syment isym;
500 &isym);
501 targetsec = coff_section_from_bfd_index (abfd, isym.n_scnum);
496 struct internal_syment isym; local
elf-m10200.c 468 Elf_Internal_Sym *isym;
499 isym = (Elf_Internal_Sym *) symtab_hdr->contents;
500 for (isymend = isym + symtab_hdr->sh_info; isym < isymend; isym++)
502 if (isym->st_shndx == sec_shndx
503 && isym->st_value > addr
504 && isym->st_value < toaddr)
505 isym->st_value -= count;
634 Elf_Internal_Sym *isym;
467 Elf_Internal_Sym *isym; local
633 Elf_Internal_Sym *isym; local
1304 Elf_Internal_Sym *isym; local
    [all...]
elf32-crx.c 595 Elf_Internal_Sym *isym; local
627 isym = (Elf_Internal_Sym *) symtab_hdr->contents;
628 for (isymend = isym + symtab_hdr->sh_info; isym < isymend; isym++)
630 if (isym->st_shndx == sec_shndx
631 && isym->st_value > addr
632 && isym->st_value < toaddr)
652 if (rsym != isym)
655 addsym = isym->st_value
750 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-m68hc11.c 725 Elf_Internal_Sym *isym;
820 isym = isymbuf + ELF32_R_SYM (irel->r_info);
821 is_far = isym->st_other & STO_M68HC12_FAR;
822 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
823 symval = (isym->st_value
848 isym = 0;
865 insn_group_value = isym->st_value;
723 Elf_Internal_Sym *isym; local
1122 Elf_Internal_Sym *isymbuf, *isym, *isymend; local
    [all...]
cofflink.c 875 struct internal_syment isym;
904 if (! coff_write_alien_symbol(abfd, sym, &isym, &written,
918 isym._n._n_n._n_offset = STRING_SIZE_SIZE + indx;
919 bfd_coff_swap_sym_out (abfd, &isym, flaginfo.outsyms);
923 if (isym.n_sclass == C_FILE)
935 flaginfo.last_file = isym;
874 struct internal_syment isym; local
1449 struct internal_syment isym; local
2531 struct internal_syment isym; local
    [all...]
elf32-cr16.c 1266 Elf_Internal_Sym *isym; local
1547 Elf_Internal_Sym *isym; local
1829 Elf_Internal_Sym *isym; local
2862 Elf_Internal_Sym *isym; local
    [all...]
elf32-h8300.c 790 Elf_Internal_Sym *isym;
793 isym = isymbuf + ELF32_R_SYM (irel->r_info);
794 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
795 symval = isym->st_value;
789 Elf_Internal_Sym *isym; local
1495 Elf_Internal_Sym *isym; local
1564 Elf_Internal_Sym *isym; local
1636 Elf_Internal_Sym *isym, *isymend; local
    [all...]
elf32-ip2k.c 281 Elf_Internal_Sym *isym; local
284 isym = isymbuf + ELF32_R_SYM (irel->r_info);
285 if (isym->st_shndx == SHN_UNDEF)
287 else if (isym->st_shndx == SHN_ABS)
289 else if (isym->st_shndx == SHN_COMMON)
292 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
294 return isym->st_value + BASEADDR (sym_sec);
577 Elf_Internal_Sym *isymbuf, *isym, *isymend; local
603 isym = isymbuf + ELF32_R_SYM (irel->r_info);
604 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx)
    [all...]
elf32-m32c.c 901 Elf_Internal_Sym *isym;
930 for (isym = isymbuf ; isym < isymend ; isym++)
932 switch (ELF_ST_TYPE (isym->st_info))
958 switch (ELF_ST_BIND (isym->st_info))
972 switch (ELF_ST_VISIBILITY (isym->st_other))
990 switch (isym->st_shndx)
1008 printf ("isym = %p st_value = %lx st_size = %lx st_name = (%lu) %s "
1010 isym,
895 Elf_Internal_Sym *isym; local
1137 Elf_Internal_Sym *isym; local
1234 Elf_Internal_Sym *isym; local
1905 Elf_Internal_Sym *isym; local
    [all...]
elf32-msp430.c 1576 Elf_Internal_Sym *isym; local
1613 Elf_Internal_Sym *isym; local
1686 Elf_Internal_Sym *isym; local
1828 Elf_Internal_Sym *isym; local
1995 Elf_Internal_Sym *isym; local
    [all...]
elf32-rl78.c 1397 Elf_Internal_Sym *isym; local
1479 Elf_Internal_Sym * isym; local
1680 Elf_Internal_Sym *isym; local
    [all...]
elfcode.h 1124 Elf_Internal_Sym *isym; local
    [all...]
coff-sh.c 1453 struct internal_syment isym; local
    [all...]
elf-m10300.c 1341 Elf_Internal_Sym * isym; local
2409 Elf_Internal_Sym *isym, *isymend; local
2761 Elf_Internal_Sym *isym; local
2841 Elf_Internal_Sym *isym, *isymend; local
3046 Elf_Internal_Sym *isym, *isymend; local
3370 Elf_Internal_Sym *isym; local
4467 Elf_Internal_Sym *isym, *isymend; local
    [all...]
elf32-avr.c 1730 Elf_Internal_Sym *isym; local
2088 Elf_Internal_Sym *isym; local
2422 Elf_Internal_Sym *isym, *isymend; local
2653 Elf_Internal_Sym *isym, *isymend; local
    [all...]
elf32-m32r.c 3919 Elf_Internal_Sym *isym; local
    [all...]
elf32-microblaze.c 1672 Elf_Internal_Sym *isym; local
2496 Elf_Internal_Sym *isym; local
    [all...]
elf32-or1k.c 1671 Elf_Internal_Sym *isym; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
obj-macho.c 1186 obj_mach_o_indirect_sym *isym; local
1787 obj_mach_o_indirect_sym *isym; local
    [all...]
tc-iq2000.c 74 symbolS *isym; member in struct:proc
846 if (strcmp (S_GET_NAME (p), S_GET_NAME (cur_proc_ptr->isym)))
943 cur_proc_ptr->isym = symbolP;
  /toolchain/binutils/binutils-2.25/gold/
plugin.cc 945 ld_plugin_symbol* isym = &syms[i]; local
954 else if (isym->def == LDPK_UNDEF
955 || isym->def == LDPK_WEAKUNDEF
956 || isym->def == LDPK_COMMON)
996 isym->resolution = res;
1068 const struct ld_plugin_symbol* isym = &this->syms_[i]; local
1069 const char* name = isym->name;
1070 const char* ver = isym->version;
1080 switch (isym->def)
1094 switch (isym->def
    [all...]
  /toolchain/binutils/binutils-2.25/include/coff/
sym.h 45 * "isym" Index into the SYMbol table.
151 * If a procedure is in a file with full symbols, then isym
158 long isym; /* start of local symbol entries */ member in struct:pdr
327 else rsym.index == isym
347 long isym; /* symbol table index (end of proc) */ member in union:__anon75509
436 * isym of the first symbol AFTER the end associated with the primary
437 * symbol. For example if a procedure was at isym==90 and had an
438 * isymMac==155, the associated end would be at isym==154, and the
442 * isym of the primary symbol that started the block.
477 stForward sc??? new address isym to original symbo
    [all...]

Completed in 512 milliseconds

1 2 3