Searched refs:symsize (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/debugger/qrencode/
H A Drscode.h36 extern RS *init_rs(int symsize, int gfpoly, int fcr, int prim, int nroots, int pad);
H A Drscode.c92 * symsize = symbol size, bits
99 static RS *init_rs_char(int symsize, int gfpoly, int fcr, int prim, int nroots, int pad) argument
115 if(symsize < 0 || symsize > (int)(8*sizeof(data_t))){
119 if(fcr < 0 || fcr >= (1<<symsize))
121 if(prim <= 0 || prim >= (1<<symsize))
123 if(nroots < 0 || nroots >= (1<<symsize))
125 if(pad < 0 || pad >= ((1<<symsize) -1 - nroots))
132 rs->mm = symsize;
133 rs->nn = (1<<symsize)
212 init_rs(int symsize, int gfpoly, int fcr, int prim, int nroots, int pad) argument
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dsomread.c94 CONST int symsize = sizeof (struct symbol_dictionary_record); local
104 buf = alloca (symsize * number_of_symbols);
106 val = bfd_bread (buf, symsize * number_of_symbols, abfd);
107 if (val != symsize * number_of_symbols)
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dmmix-dis.c104 long symsize = bfd_get_symtab_upper_bound (abfd); local
105 asymbol **syms = malloc (symsize);
/haiku-fatelf/src/bin/gdb/bfd/
H A Dlinker.c702 long symsize;
705 symsize = bfd_get_symtab_upper_bound (abfd);
706 if (symsize < 0)
708 bfd_get_outsymbols (abfd) = bfd_alloc (abfd, symsize);
709 if (bfd_get_outsymbols (abfd) == NULL && symsize != 0)
701 long symsize; local
H A Decofflink.c1142 long symsize;
1166 symsize = bfd_get_symtab_upper_bound (input_bfd);
1167 if (symsize < 0)
1169 symbols = (asymbol **) bfd_alloc (output_bfd, (bfd_size_type) symsize);
1139 long symsize; local
H A Dsom.c4404 int symsize = sizeof (struct symbol_dictionary_record);
4431 amt *= symsize;
4403 int symsize = sizeof (struct symbol_dictionary_record); local

Completed in 800 milliseconds