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

1 2

  /external/fec/
init_rs.h 13 if(symsize < 0 || symsize > 8*(int)sizeof(data_t)){
17 if(fcr < 0 || fcr >= (1<<symsize))
19 if(prim <= 0 || prim >= (1<<symsize))
21 if(nroots < 0 || nroots >= (1<<symsize))
23 if(pad < 0 || pad >= ((1<<symsize) -1 - nroots))
30 rs->mm = symsize;
31 rs->nn = (1<<symsize)-1;
56 if(sr & (1<<symsize))
init_rs.c 25 * symsize = symbol size, bits
32 void *init_rs_common(int symsize,int gfpoly,int fcr,int prim,
init_rs_char.c 21 * symsize = symbol size, bits
28 void *init_rs_char(int symsize,int gfpoly,int fcr,int prim,
init_rs_int.c 21 * symsize = symbol size, bits
28 void *init_rs_int(int symsize,int gfpoly,int fcr,int prim,
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);
fec.h 232 void *init_rs_char(int symsize,int gfpoly,
240 void *init_rs_int(int symsize,int gfpoly,int fcr,
  /toolchain/binutils/binutils-2.25/gold/
mapfile.h 70 report_allocate_common(const Symbol*, uint64_t symsize);
common.cc 100 typename Sized_symbol<size>::Size_type sa = psa->symsize();
101 typename Sized_symbol<size>::Size_type sb = psb->symsize();
338 mapfile->report_allocate_common(sym, ssym->symsize());
344 off += ssym->symsize();
349 off = os->allocate(ssym->symsize(), ssym->value());
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);
symtab.h 1134 symsize() const function in class:gold::Sized_symbol
    [all...]
mapfile.cc 155 Mapfile::report_allocate_common(const Symbol* sym, uint64_t symsize)
171 snprintf(buf, sizeof buf, "0x%llx", static_cast<unsigned long long>(symsize));
symtab.cc 233 Size_type symsize, elfcpp::STT type,
243 this->symsize_ = symsize;
253 Size_type symsize, elfcpp::STT type,
263 this->symsize_ = symsize;
272 Value_type value, Size_type symsize,
280 this->symsize_ = symsize;
733 esym.put_st_size(from->symsize());
    [all...]
resolve.cc 315 tosize = to->symsize();
321 if (tosize > to->symsize())
346 && to->symsize() != 0
348 || sym.get_st_size() != to->symsize())
373 typename Sized_symbol<size>::Size_type tosize = to->symsize();
383 if (tosize > to->symsize())
    [all...]
layout.cc     [all...]
incremental.cc     [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_libbacktrace.cc 135 uintptr_t symval, uintptr_t symsize) {
140 info->size = symsize;
  /toolchain/binutils/binutils-2.25/opcodes/
mmix-dis.c 97 long symsize = bfd_get_symtab_upper_bound (abfd); local
98 asymbol **syms = malloc (symsize);
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
ldmacho.go 379 symsize := 12
381 symsize = 16
383 n := int(symtab.nsym * uint32(symsize))
410 p = p[symsize:]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
ldmacho.go 379 symsize := 12
381 symsize = 16
383 n := int(symtab.nsym * uint32(symsize))
410 p = p[symsize:]
  /toolchain/binutils/binutils-2.25/binutils/
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...]
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...]
objcopy.c 1603 long symsize; local
3191 bfd_size_type symsize, stringsize; local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/mips/
asm.go 216 ld.Symsize = 0
264 fmt.Printf("symsize=%d\n", ld.Symsize)
266 fmt.Printf("total=%d\n", ld.Segtext.Filelen+ld.Segdata.Length+uint64(ld.Symsize)+uint64(ld.Lcsize))
  /prebuilts/go/linux-x86/src/cmd/link/internal/mips/
asm.go 216 ld.Symsize = 0
264 fmt.Printf("symsize=%d\n", ld.Symsize)
266 fmt.Printf("total=%d\n", ld.Segtext.Filelen+ld.Segdata.Length+uint64(ld.Symsize)+uint64(ld.Lcsize))
  /toolchain/binutils/binutils-2.25/bfd/
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...]

Completed in 3045 milliseconds

1 2