Home
last modified time | relevance | path

Searched refs:constructor (Results 1 – 25 of 51) sorted by relevance

123

/toolchain/binutils/binutils-2.25/gold/testsuite/
Dinitpri1.c35 void c1(void) __attribute__((constructor (500)));
36 void c2(void) __attribute__((constructor (700)));
37 void c3(void) __attribute__((constructor (600)));
75 void cd4(void) __attribute__((constructor (800), destructor (800)));
83 void cd5(void) __attribute__((constructor, destructor));
/toolchain/binutils/binutils-2.25/libiberty/
Dcplus-dem.c127 int constructor; member
1169 s1 = work->constructor; in internal_cplus_demangle()
1173 work->constructor = work->destructor = 0; in internal_cplus_demangle()
1205 if (work->constructor == 2) in internal_cplus_demangle()
1208 work->constructor = 0; in internal_cplus_demangle()
1222 work->constructor = s1; in internal_cplus_demangle()
1577 if ((work->constructor & 1) || (work->destructor & 1)) in demangle_signature()
1580 work->constructor -= 1; in demangle_signature()
1627 if (!(work->constructor & 1)) in demangle_signature()
2598 if ((work->constructor & 1) || (work->destructor & 1)) in demangle_class()
[all …]
DChangeLog3183 some simple tests for V3 constructor/destructor recognition.
3289 Fix handling of constructor/destructor of standard substitution:
3293 qualifying a constructor/destructor, or when DMGL_VERBOSE is set.
4739 (demangle_ctor_dtor_name): Set them, if we detect a constructor
6160 Handle EDG_DEMANGLING style. Handle constructor and destructor
6163 styles. global destructor and constructor for HP style are same
7792 * cplus-dem.c (demangle_prefix): For GNU style constructor and
8012 __Q* as a constructor.
8280 * cplus-dem.c: add support of ARM global constructor/destructor,
8295 * cplus-dem.c: change globl constructor/destructor to proper name
[all …]
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/
Dlto-7b.c4 __attribute__ ((unused, constructor))
Dlto-7c.c5 __attribute__ ((unused, constructor))
/toolchain/binutils/binutils-2.25/include/
Dbfdlink.h591 bfd_boolean (*constructor) member
592 (struct bfd_link_info *, bfd_boolean constructor, const char *name,
Dhp-symtab.h1754 unsigned int constructor:1; /* constructor function */ member
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/
Dsections-1.s31 .constructor
Dsections-1.d144 Section: __constructor __TEXT \(bfdname: .constructor\)
/toolchain/binutils/binutils-2.25/ld/scripttempl/
Dtic80coff.sc17 # building global constructor and destructor tables.
/toolchain/binutils/binutils-2.25/gold/
DChangeLog104 reloc_high constructor.
620 constructor.
647 in constructor.
1090 (Dynamic_entry::Dynamic_entry): New constructor for DYNAMIC_CUSTOM
1523 and corresponding constructor argument.
1596 * layout.cc (Layout::Layout): Update constructor.
2254 accessor function, and constructor param.
2261 Adjust Fde constructor call. Bump final_data_size_ for post map FDEs.
2478 Input_section_entry constructor call.
2832 * fileread.cc (Input_file::Input_file): New constructor.
[all …]
/toolchain/binutils/binutils-2.25/ld/
Dldint.texinfo310 global constructor and destructor tables (e.g., all scripts other than
361 Many COFF systems build constructor tables in the linker script. The
362 compiler will arrange to output the address of each global constructor
367 routines expect the constructor table to be named @code{__CTOR_LIST__}.
389 constructor and destructor tables. This example is written for a target
Dldmain.c1118 bfd_boolean constructor, in constructor_callback() argument
1144 if (constructor) in constructor_callback()
DChangeLog-2011466 and constructor syms.
/toolchain/binutils/binutils-2.25/bfd/
Dlibbfd-in.h610 bfd_boolean constructor, struct bfd_link_hash_entry **);
Dlibbfd.h615 bfd_boolean constructor, struct bfd_link_hash_entry **);
/toolchain/binutils/binutils-2.25/ld/po/
Dzh_CN.po1000 msgid "%P: warning: global constructor %s used\n"
1369 msgid "Build global constructor/destructor tables"
Dzh_TW.po963 msgid "%P: warning: global constructor %s used\n"
1323 msgid "Build global constructor/destructor tables"
Dld.pot1175 msgid "%P: warning: global constructor %s used\n"
1552 msgid "Build global constructor/destructor tables"
Duk.po1136 msgid "%P: warning: global constructor %s used\n"
1522 msgid "Build global constructor/destructor tables"
Des.po1140 msgid "%P: warning: global constructor %s used\n"
1141 msgstr "%P: aviso: se usó el constructor global %s\n"
1526 msgid "Build global constructor/destructor tables"
Dbg.po1172 msgid "%P: warning: global constructor %s used\n"
1549 msgid "Build global constructor/destructor tables"
Dja.po1136 msgid "%P: warning: global constructor %s used\n"
1521 msgid "Build global constructor/destructor tables"
Dsv.po954 msgid "%P: warning: global constructor %s used\n"
1278 msgid "Build global constructor/destructor tables"
/toolchain/binutils/binutils-2.25/ld/emultempl/
Daix.em757 are typically constructor/destructor entries created by

123