Searched refs:ibase (Results 1 - 25 of 40) sorted by relevance

12

/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dgold.cc199 Incremental_binary* ibase = NULL; local
206 ibase = open_incremental_binary(of);
207 if (ibase != NULL
208 && ibase->check_inputs(cmdline, layout->incremental_inputs()))
209 ibase->init_layout(layout);
212 delete ibase;
213 ibase = NULL;
217 if (ibase == NULL)
231 if (ibase == NULL)
254 unsigned int input_file_count = ibase
315 process_incremental_input(Incremental_binary* ibase, unsigned int input_file_index, Input_objects* input_objects, Symbol_table* symtab, Layout* layout, Dirsearch* search_path, Mapfile* mapfile, Task_token* this_blocker, Task_token* next_blocker) argument
652 Incremental_binary* ibase = layout->incremental_base(); local
[all...]
H A Dreadsyms.h230 Check_script(Layout* layout, Incremental_binary* ibase, argument
234 : layout_(layout), ibase_(ibase), input_file_index_(input_file_index),
277 Incremental_binary* ibase,
281 : layout_(layout), ibase_(ibase),
276 Check_library(Symbol_table* , Layout* layout, Incremental_binary* ibase, unsigned int input_file_index, const Incremental_binary::Input_reader* input_reader, Task_token* this_blocker, Task_token* next_blocker) argument
H A Dreadsyms.cc620 Incremental_binary* ibase = this->layout_->incremental_base(); local
621 gold_assert(ibase != NULL);
624 Script_info* lib_script_info = ibase->get_script_info(lib_index);
H A Dincremental.cc2009 Sized_incremental_binary<size, big_endian>* ibase,
2011 : Sized_relobj<size, big_endian>(name, NULL), ibase_(ibase),
2013 input_reader_(ibase->inputs_reader().input_file(input_file_index)),
2024 ibase->set_input_object(input_file_index, this);
2693 Sized_incremental_binary<size, big_endian>* ibase,
2695 : Dynobj(name, NULL), ibase_(ibase),
2697 input_reader_(ibase->inputs_reader().input_file(input_file_index)),
2988 Incremental_binary* ibase,
3002 static_cast<Sized_incremental_binary<32, false>*>(ibase);
3016 static_cast<Sized_incremental_binary<32, true>*>(ibase);
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dgold.cc199 Incremental_binary* ibase = NULL; local
206 ibase = open_incremental_binary(of);
207 if (ibase != NULL
208 && ibase->check_inputs(cmdline, layout->incremental_inputs()))
209 ibase->init_layout(layout);
212 delete ibase;
213 ibase = NULL;
217 if (ibase == NULL)
231 if (ibase == NULL)
254 unsigned int input_file_count = ibase
315 process_incremental_input(Incremental_binary* ibase, unsigned int input_file_index, Input_objects* input_objects, Symbol_table* symtab, Layout* layout, Dirsearch* search_path, Mapfile* mapfile, Task_token* this_blocker, Task_token* next_blocker) argument
652 Incremental_binary* ibase = layout->incremental_base(); local
[all...]
H A Dreadsyms.h230 Check_script(Layout* layout, Incremental_binary* ibase, argument
234 : layout_(layout), ibase_(ibase), input_file_index_(input_file_index),
277 Incremental_binary* ibase,
281 : layout_(layout), ibase_(ibase),
276 Check_library(Symbol_table* , Layout* layout, Incremental_binary* ibase, unsigned int input_file_index, const Incremental_binary::Input_reader* input_reader, Task_token* this_blocker, Task_token* next_blocker) argument
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dgold.cc199 Incremental_binary* ibase = NULL; local
206 ibase = open_incremental_binary(of);
207 if (ibase != NULL
208 && ibase->check_inputs(cmdline, layout->incremental_inputs()))
209 ibase->init_layout(layout);
212 delete ibase;
213 ibase = NULL;
217 if (ibase == NULL)
231 if (ibase == NULL)
254 unsigned int input_file_count = ibase
315 process_incremental_input(Incremental_binary* ibase, unsigned int input_file_index, Input_objects* input_objects, Symbol_table* symtab, Layout* layout, Dirsearch* search_path, Mapfile* mapfile, Task_token* this_blocker, Task_token* next_blocker) argument
652 Incremental_binary* ibase = layout->incremental_base(); local
[all...]
H A Dreadsyms.h230 Check_script(Layout* layout, Incremental_binary* ibase, argument
234 : layout_(layout), ibase_(ibase), input_file_index_(input_file_index),
277 Incremental_binary* ibase,
281 : layout_(layout), ibase_(ibase),
276 Check_library(Symbol_table* , Layout* layout, Incremental_binary* ibase, unsigned int input_file_index, const Incremental_binary::Input_reader* input_reader, Task_token* this_blocker, Task_token* next_blocker) argument
/netbsd-current/lib/libc/compat/net/
H A Dcompat_ns_addr.c107 int i, ibase, base16 = 0, base10 = 0; local
180 ibase = 4096;
182 ibase = 512;
185 ibase = 1000;
214 cvtbase((long)ibase, 256, hb, i, out, len);
/netbsd-current/external/lgpl3/gmp/dist/demos/calc/
H A Dcalc.y96 int ibase = 0;
189 | HEX { ibase = 16; obase = -16; }
190 | DECIMAL { ibase = 0; obase = 10; }
249 if (mpz_set_str (sp, $1, ibase) != 0)
/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dldlex.l140 int ibase ;
146 ibase = 16;
150 ibase = 8;
154 ibase = 2;
157 ibase = 10;
160 ibase);
166 int ibase = 0;
171 ibase = 16;
173 yylval.integer = bfd_scan_vma (s, 0, ibase);
H A Dldlex.c1741 int ibase ; variable
1747 ibase = 16;
1751 ibase = 8;
1755 ibase = 2;
1758 ibase = 10;
1761 ibase);
1771 int ibase = 0; variable
1776 ibase = 16;
1778 yylval.integer = bfd_scan_vma (s, 0, ibase);
/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Dldlex.l140 int ibase ;
146 ibase = 16;
150 ibase = 8;
154 ibase = 2;
157 ibase = 10;
160 ibase);
166 int ibase = 0;
171 ibase = 16;
173 yylval.integer = bfd_scan_vma (s, 0, ibase);
H A Dldlex.c1741 int ibase ; variable
1747 ibase = 16;
1751 ibase = 8;
1755 ibase = 2;
1758 ibase = 10;
1761 ibase);
1771 int ibase = 0; variable
1776 ibase = 16;
1778 yylval.integer = bfd_scan_vma (s, 0, ibase);
/netbsd-current/external/gpl3/gdb.old/dist/ld/
H A Dldlex.l149 int ibase ;
155 ibase = 16;
159 ibase = 8;
163 ibase = 2;
166 ibase = 10;
169 ibase);
175 int ibase = 0;
180 ibase = 16;
182 yylval.integer = bfd_scan_vma (s, 0, ibase);
/netbsd-current/external/gpl3/binutils/dist/etc/
H A Dtexi2pod.pl38 $ibase = "";
76 $ibase = $1 if $in =~ m|^(.+)/[^/]+$|;
244 # Try cwd and $ibase, then explicit -I paths.
246 foreach $path ("", $ibase, @ipath) {
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-prefetch.c436 tree ibase, step, stepsize; local
443 ibase = iv.base;
446 if (TREE_CODE (ibase) == POINTER_PLUS_EXPR
447 && cst_and_fits_in_hwi (TREE_OPERAND (ibase, 1)))
449 idelta = int_cst_value (TREE_OPERAND (ibase, 1));
450 ibase = TREE_OPERAND (ibase, 0);
452 if (cst_and_fits_in_hwi (ibase))
454 idelta += int_cst_value (ibase);
455 ibase
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/etc/
H A Dtexi2pod.pl38 $ibase = "";
74 $ibase = $1 if $in =~ m|^(.+)/[^/]+$|;
242 # Try cwd and $ibase, then explicit -I paths.
244 foreach $path ("", $ibase, @ipath) {
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-prefetch.cc436 tree ibase, step, stepsize; local
443 ibase = iv.base;
446 if (TREE_CODE (ibase) == POINTER_PLUS_EXPR
447 && cst_and_fits_in_hwi (TREE_OPERAND (ibase, 1)))
449 idelta = int_cst_value (TREE_OPERAND (ibase, 1));
450 ibase = TREE_OPERAND (ibase, 0);
452 if (cst_and_fits_in_hwi (ibase))
454 idelta += int_cst_value (ibase);
455 ibase
[all...]
/netbsd-current/external/gpl3/gdb/dist/etc/
H A Dtexi2pod.pl38 $ibase = "";
76 $ibase = $1 if $in =~ m|^(.+)/[^/]+$|;
244 # Try cwd and $ibase, then explicit -I paths.
246 foreach $path ("", $ibase, @ipath) {
/netbsd-current/external/gpl3/binutils.old/dist/etc/
H A Dtexi2pod.pl38 $ibase = "";
76 $ibase = $1 if $in =~ m|^(.+)/[^/]+$|;
244 # Try cwd and $ibase, then explicit -I paths.
246 foreach $path ("", $ibase, @ipath) {
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dtexi2pod.pl38 $ibase = "";
74 $ibase = $1 if $in =~ m|^(.+)/[^/]+$|;
248 # Try cwd and $ibase, then explicit -I paths.
250 foreach $path ("", $ibase, @ipath) {
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dtexi2pod.pl38 $ibase = "";
74 $ibase = $1 if $in =~ m|^(.+)/[^/]+$|;
248 # Try cwd and $ibase, then explicit -I paths.
250 foreach $path ("", $ibase, @ipath) {
/netbsd-current/sys/arch/hppa/dev/
H A Delroyreg.h88 uint32_t ibase; /* 0x300 */ member in struct:elroy_regs
/netbsd-current/external/bsd/bc/dist/
H A Dscan.l233 ibase return(Ibase);

Completed in 621 milliseconds

12