Searched refs:finalize (Results 1 - 25 of 39) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dvirtual7.C8 virtual void finalize (void) = 0;
14 virtual void finalize (void);
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dfinalize_23.f9012 FINAL :: finalize
20 subroutine finalize(L) subroutine in module:ObjectLists
H A Dtypebound_proc_25.f9017 PROCEDURE :: finalize !! Destructor
53 SUBROUTINE finalize(self) subroutine
57 END SUBROUTINE finalize
106 CALL factory%finalize() ! Destroy the object
/haiku-buildtools/gcc/gcc/
H A Dggc.h167 finalize (void *p)
188 return static_cast<T *> (ggc_internal_alloc (sizeof (T), finalize<T>, 0, 1
201 finalize<T>, 0, 1
213 return static_cast<T *> (ggc_internal_alloc (c * sizeof (T), finalize<T>,
226 finalize<T>,
166 finalize (void *p) function
H A Dtoplev.h37 void finalize ();
H A Dtarget-globals.c149 hard_regs->finalize ();
H A Dtoplev.c146 static void finalize (bool);
1960 finalize (bool no_backend) function
2076 finalize (no_backend);
2188 toplev::finalize (void) function in class:toplev
H A Dpasses.c216 bool finalize = true; local
234 finalize = false;
266 else if (finalize && TREE_CODE (decl) != FUNCTION_DECL)
H A Dhard-reg-set.h621 void finalize ();
H A Dreginfo.c1375 target_hard_regs::finalize ()
1368 target_hard_regs::finalize () function in class:target_hard_regs
/haiku-buildtools/binutils/gold/
H A Dscript.h166 finalize();
345 finalize(Symbol_table*, const Layout*);
368 // Shared by finalize and finalize_with_dot.
373 // Sized version of finalize.
H A Ddynobj.h535 finalize(unsigned int index);
576 finalize(Symbol_table* symtab, unsigned int dynsym_index,
H A Doptions.cc1087 General_options::finalize() function in class:gold::General_options
1573 this->options_.finalize();
1583 vsi->finalize();
H A Ddwp.cc490 finalize();
1575 // the actual header during finalize().
1619 // contributions until we finalize the layout of the output file.
1837 Dwp_output_file::finalize() function in class:gold::Dwp_output_file
2448 output_file.finalize();
H A Ddynobj.cc1382 Verneed::finalize(unsigned int index) function in class:gold::Verneed
1649 Versions::finalize(Symbol_table* symtab, unsigned int dynsym_index, function in class:gold::Versions
1693 vi = (*p)->finalize(vi);
H A Dscript.cc928 Symbol_assignment::finalize(Symbol_table* symtab, const Layout* layout) function in class:gold::Symbol_assignment
1210 // We finalize the symbols defined in SECTIONS first, because they
1219 (*p)->finalize(symtab, layout);
2028 Version_script_info::finalize() function in class:gold::Version_script_info
H A Doptions.h1493 void finalize();
1610 { this->dynamic_list_.version_script_info()->finalize(); }
1776 // These are called by finalize() to set up the search-path correctly.
H A Dsymtab.h369 // value by Symbol_table::finalize. It is an error to ask for the
395 // during Layout::finalize. It is an error to ask for the dynamic
980 // Layout::finalize the symbol's value is an offset within the
992 // Layout::finalize the symbol's value is an offset.
994 // The base to use for the offset before Layout::finalize.
1002 // Symbol_table::finalize.
1008 // non-zero value during Layout::finalize.
1177 // Symbol value. Before Layout::finalize this is the offset in the
1179 // Layout::finalize.
1596 finalize(off_
[all...]
H A Dlayout.h797 finalize(const Input_objects*, Symbol_table*, Target*, const Task*);
H A Dlayout.cc375 off_t file_size = layout->finalize(this->input_objects_,
2696 Layout::finalize(const Input_objects* input_objects, Symbol_table* symtab,
2811 // this in order to finalize local symbols in non-allocated
2832 this->incremental_inputs_->finalize();
4085 off = symtab->finalize(off, dynoff, local_dynamic_count, dyncount,
5442 // file size. Note we finalize the .shstrab last, to allow the
5450 // Now that we've finalized the names, we can finalize the shstrab.
H A Dincremental.h614 // Prepare for layout. Called from Layout::finalize.
616 finalize();
/haiku-buildtools/legacy/gcc/
H A Dltmain.sh2470 # We have no uninstalled library dependencies, so finalize right now.
3209 finalize=yes
3223 finalize=no
3229 if test "$finalize" = yes; then
/haiku-buildtools/legacy/binutils/
H A Dltmain.sh3823 # We have no uninstalled library dependencies, so finalize right now.
4798 finalize=yes
4812 finalize=no
4825 if test "$finalize" = yes && test -z "$run"; then
/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_interceptors.cc2363 static void finalize(void *arg) { function in namespace:__tsan
2552 if (REAL(__cxa_atexit)(&finalize, 0, 0)) {
/haiku-buildtools/libtool/libltdl/
H A Dltmain.sh4537 # We have no uninstalled library dependencies, so finalize right now.
5767 finalize=yes
5781 finalize=no
5799 if test "$finalize" = yes && test -z "$run"; then

Completed in 341 milliseconds

12