HomeSort by relevance Sort by last modified time
    Searched defs:symsize (Results 1 - 13 of 13) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
copy-relocs.cc 71 if (sym->symsize() == 0)
116 typename elfcpp::Elf_types<size>::Elf_WXword symsize = sym->symsize(); local
165 dynbss->set_current_data_size(dynbss_size + symsize);
dwarf_reader.cc 61 const int symsize = elfcpp::Elf_sizes<size>::sym_size; local
62 gold_assert(static_cast<off_t>((symndx + 1) * symsize) <= this->symtab_size_);
63 elfcpp::Sym<size, big_endian> elfsym(this->symtab_ + symndx * symsize);
    [all...]
symtab.h 1134 symsize() const function in class:gold::Sized_symbol
    [all...]
  /external/fec/
rstest.c 16 int symsize; member in struct:etab
53 for(i=0;Tab[i].symsize != 0;i++){
56 nn = (1<<Tab[i].symsize) - 1;
59 if(Tab[i].symsize <= 8)
140 int nn = (1<<e->symsize) - 1;
151 if(e->symsize > 8)
157 rs = init_rs_char(e->symsize,e->genpoly,e->fcs,e->prim,e->nroots,0);
221 int nn = (1<<e->symsize) - 1;
235 rs = init_rs_int(e->symsize,e->genpoly,e->fcs,e->prim,e->nroots,0);
  /toolchain/binutils/binutils-2.25/opcodes/
mmix-dis.c 97 long symsize = bfd_get_symtab_upper_bound (abfd); local
98 asymbol **syms = malloc (symsize);
  /external/elfutils/src/
strip.c 1497 size_t symsize = gelf_fsize (elf, ELF_T_SYM, 1, EV_CURRENT); local
    [all...]
elflint.c 2018 size_t symsize = symshdr->sh_size \/ symshdr->sh_entsize; local
2069 size_t symsize = symshdr->sh_size \/ symshdr->sh_entsize; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
nlmconv.c 172 long symsize;
386 symsize = bfd_get_symtab_upper_bound (inbfd);
387 if (symsize < 0)
389 symbols = (asymbol **) xmalloc (symsize);
170 long symsize; local
    [all...]
nm.c 849 long symsize;
851 symsize = bfd_get_symtab_upper_bound (abfd);
852 if (symsize < 0)
854 syms = (asymbol **) xmalloc (symsize);
844 long symsize; local
    [all...]
objcopy.c 1603 long symsize; local
3191 bfd_size_type symsize, stringsize; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
ecofflink.c 1096 long symsize; local
    [all...]
linker.c 801 long symsize;
804 symsize = bfd_get_symtab_upper_bound (abfd);
805 if (symsize < 0)
808 symsize);
809 if (bfd_get_outsymbols (abfd) == NULL && symsize != 0)
800 long symsize; local
    [all...]
som.c 4621 int symsize = sizeof (struct som_external_symbol_dictionary_record); local
    [all...]

Completed in 958 milliseconds