Searched refs:constructor (Results 1 – 25 of 51) sorted by relevance
123
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
D | initpri1.c | 35 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/ |
D | cplus-dem.c | 127 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 …]
|
D | ChangeLog | 3183 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/ |
D | lto-7b.c | 4 __attribute__ ((unused, constructor))
|
D | lto-7c.c | 5 __attribute__ ((unused, constructor))
|
/toolchain/binutils/binutils-2.25/include/ |
D | bfdlink.h | 591 bfd_boolean (*constructor) member 592 (struct bfd_link_info *, bfd_boolean constructor, const char *name,
|
D | hp-symtab.h | 1754 unsigned int constructor:1; /* constructor function */ member
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/ |
D | sections-1.s | 31 .constructor
|
D | sections-1.d | 144 Section: __constructor __TEXT \(bfdname: .constructor\)
|
/toolchain/binutils/binutils-2.25/ld/scripttempl/ |
D | tic80coff.sc | 17 # building global constructor and destructor tables.
|
/toolchain/binutils/binutils-2.25/gold/ |
D | ChangeLog | 104 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/ |
D | ldint.texinfo | 310 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
|
D | ldmain.c | 1118 bfd_boolean constructor, in constructor_callback() argument 1144 if (constructor) in constructor_callback()
|
D | ChangeLog-2011 | 466 and constructor syms.
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | libbfd-in.h | 610 bfd_boolean constructor, struct bfd_link_hash_entry **);
|
D | libbfd.h | 615 bfd_boolean constructor, struct bfd_link_hash_entry **);
|
/toolchain/binutils/binutils-2.25/ld/po/ |
D | zh_CN.po | 1000 msgid "%P: warning: global constructor %s used\n" 1369 msgid "Build global constructor/destructor tables"
|
D | zh_TW.po | 963 msgid "%P: warning: global constructor %s used\n" 1323 msgid "Build global constructor/destructor tables"
|
D | ld.pot | 1175 msgid "%P: warning: global constructor %s used\n" 1552 msgid "Build global constructor/destructor tables"
|
D | uk.po | 1136 msgid "%P: warning: global constructor %s used\n" 1522 msgid "Build global constructor/destructor tables"
|
D | es.po | 1140 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"
|
D | bg.po | 1172 msgid "%P: warning: global constructor %s used\n" 1549 msgid "Build global constructor/destructor tables"
|
D | ja.po | 1136 msgid "%P: warning: global constructor %s used\n" 1521 msgid "Build global constructor/destructor tables"
|
D | sv.po | 954 msgid "%P: warning: global constructor %s used\n" 1278 msgid "Build global constructor/destructor tables"
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | aix.em | 757 are typically constructor/destructor entries created by
|
123