Home
last modified time | relevance | path

Searched refs:layout (Results 51 – 75 of 147) sorted by relevance

123456

/dragonfly/contrib/binutils-2.27/gold/
H A Dcopy-relocs.cc40 Layout* layout, in copy_reloc() argument
51 this->make_copy_reloc(symtab, layout, sym, object, reloc_section); in copy_reloc()
112 Layout* layout, in make_copy_reloc() argument
165 layout->add_output_section_data(".bss", in make_copy_reloc()
H A Dcommon.h38 Allocate_commons_task(Symbol_table* symtab, Layout* layout, Mapfile* mapfile, in Allocate_commons_task() argument
40 : symtab_(symtab), layout_(layout), mapfile_(mapfile), blocker_(blocker) in Allocate_commons_task()
H A Dscript-sections.h147 finalize_symbols(Symbol_table* symtab, const Layout* layout);
280 total_header_size(Layout* layout) const;
289 create_segments_from_phdrs_clause(Layout* layout, uint64_t);
H A Dincremental.cc538 layout->set_incremental_base(this); in do_init_layout()
627 Layout* layout) in do_process_got_plt() argument
734 Layout* layout, in do_apply_incremental_relocs() argument
746 relinfo.layout = layout; in do_apply_incremental_relocs()
2031 Layout* layout, in do_layout() argument
2421 Layout* layout, in do_scan_relocs() argument
2439 layout->incremental_inputs()->get_reloc_count(); in do_scan_relocs()
2440 this->finalize_incremental_relocs(layout, false); in do_scan_relocs()
2545 const Layout* layout, in do_relocate() argument
2598 const Stringpool* sympool = layout->sympool(); in do_relocate()
[all …]
H A Darchive.h422 Add_archive_symbols(Symbol_table* symtab, Layout* layout, in Add_archive_symbols() argument
429 : symtab_(symtab), layout_(layout), input_objects_(input_objects), in Add_archive_symbols()
527 Add_lib_group_symbols(Symbol_table* symtab, Layout* layout, in Add_lib_group_symbols() argument
530 : symtab_(symtab), layout_(layout), input_objects_(input_objects), in Add_lib_group_symbols()
H A Dincremental.h1459 init_layout(Layout* layout) in init_layout() argument
1460 { this->do_init_layout(layout); } in init_layout()
1469 process_got_plt(Symbol_table* symtab, Layout* layout) in process_got_plt() argument
1470 { this->do_process_got_plt(symtab, layout); } in process_got_plt()
1479 apply_incremental_relocs(const Symbol_table* symtab, Layout* layout, in apply_incremental_relocs() argument
1481 { this->do_apply_incremental_relocs(symtab, layout, of); } in apply_incremental_relocs()
1549 do_init_layout(Layout* layout) = 0;
1557 do_process_got_plt(Symbol_table* symtab, Layout* layout) = 0;
1683 do_init_layout(Layout* layout);
1691 do_process_got_plt(Symbol_table* symtab, Layout* layout);
[all …]
H A Doutput.cc179 const Layout* layout, in Output_section_headers() argument
185 : layout_(layout), in Output_section_headers()
2522 || layout->is_section_ordering_specified())) in add_input_section()
2642 if (layout->is_section_ordering_specified()) in add_relaxed_input_section()
2645 layout->find_section_order_index(name); in add_relaxed_input_section()
4302 Layout* layout, bool reset, in set_section_addresses() argument
4464 layout->add_relax_output(fill); in set_section_addresses()
5288 Layout* layout,
5301 Layout* layout,
5314 Layout* layout,
[all …]
H A Dreloc.h68 Read_relocs(Symbol_table* symtab, Layout* layout, Relobj* object, in Read_relocs() argument
70 : symtab_(symtab), layout_(layout), object_(object), in Read_relocs()
105 Gc_process_relocs(Symbol_table* symtab, Layout* layout, Relobj* object, in Gc_process_relocs() argument
108 : symtab_(symtab), layout_(layout), object_(object), rd_(rd), in Gc_process_relocs()
146 Scan_relocs(Symbol_table* symtab, Layout* layout, Relobj* object, in Scan_relocs() argument
149 : symtab_(symtab), layout_(layout), object_(object), rd_(rd), in Scan_relocs()
183 Relocate_task(const Symbol_table* symtab, const Layout* layout, in Relocate_task() argument
187 : symtab_(symtab), layout_(layout), object_(object), of_(of), in Relocate_task()
H A Dplugin.h158 load_plugins(Layout* layout);
290 layout() in layout() function
419 include_comdat_group(std::string comdat_key, Layout* layout);
/dragonfly/contrib/binutils-2.34/gold/
H A Dcommon.h38 Allocate_commons_task(Symbol_table* symtab, Layout* layout, Mapfile* mapfile, in Allocate_commons_task() argument
40 : symtab_(symtab), layout_(layout), mapfile_(mapfile), blocker_(blocker) in Allocate_commons_task()
H A Dscript-sections.h147 finalize_symbols(Symbol_table* symtab, const Layout* layout);
283 total_header_size(Layout* layout) const;
292 create_segments_from_phdrs_clause(Layout* layout, uint64_t);
H A Dincremental.cc543 layout->set_incremental_base(this); in do_init_layout()
632 Layout* layout) in do_process_got_plt() argument
739 Layout* layout, in do_apply_incremental_relocs() argument
751 relinfo.layout = layout; in do_apply_incremental_relocs()
2036 Layout* layout, in do_layout() argument
2426 Layout* layout, in do_scan_relocs() argument
2444 layout->incremental_inputs()->get_reloc_count(); in do_scan_relocs()
2445 this->finalize_incremental_relocs(layout, false); in do_scan_relocs()
2550 const Layout* layout, in do_relocate() argument
2603 const Stringpool* sympool = layout->sympool(); in do_relocate()
[all …]
H A Darchive.h422 Add_archive_symbols(Symbol_table* symtab, Layout* layout, in Add_archive_symbols() argument
429 : symtab_(symtab), layout_(layout), input_objects_(input_objects), in Add_archive_symbols()
527 Add_lib_group_symbols(Symbol_table* symtab, Layout* layout, in Add_lib_group_symbols() argument
530 : symtab_(symtab), layout_(layout), input_objects_(input_objects), in Add_lib_group_symbols()
H A Doutput.cc191 const Layout* layout, in Output_section_headers() argument
197 : layout_(layout), in Output_section_headers()
2536 || layout->is_section_ordering_specified())) in add_input_section()
2656 if (layout->is_section_ordering_specified()) in add_relaxed_input_section()
2659 layout->find_section_order_index(name); in add_relaxed_input_section()
4320 Layout* layout, bool reset, in set_section_addresses() argument
4492 layout->add_relax_output(fill); in set_section_addresses()
5339 Layout* layout,
5352 Layout* layout,
5365 Layout* layout,
[all …]
H A Dincremental.h1462 init_layout(Layout* layout) in init_layout() argument
1463 { this->do_init_layout(layout); } in init_layout()
1472 process_got_plt(Symbol_table* symtab, Layout* layout) in process_got_plt() argument
1473 { this->do_process_got_plt(symtab, layout); } in process_got_plt()
1482 apply_incremental_relocs(const Symbol_table* symtab, Layout* layout, in apply_incremental_relocs() argument
1484 { this->do_apply_incremental_relocs(symtab, layout, of); } in apply_incremental_relocs()
1552 do_init_layout(Layout* layout) = 0;
1560 do_process_got_plt(Symbol_table* symtab, Layout* layout) = 0;
1686 do_init_layout(Layout* layout);
1694 do_process_got_plt(Symbol_table* symtab, Layout* layout);
[all …]
H A Dreloc.h68 Read_relocs(Symbol_table* symtab, Layout* layout, Relobj* object, in Read_relocs() argument
70 : symtab_(symtab), layout_(layout), object_(object), in Read_relocs()
105 Gc_process_relocs(Symbol_table* symtab, Layout* layout, Relobj* object, in Gc_process_relocs() argument
108 : symtab_(symtab), layout_(layout), object_(object), rd_(rd), in Gc_process_relocs()
146 Scan_relocs(Symbol_table* symtab, Layout* layout, Relobj* object, in Scan_relocs() argument
149 : symtab_(symtab), layout_(layout), object_(object), rd_(rd), in Scan_relocs()
183 Relocate_task(const Symbol_table* symtab, const Layout* layout, in Relocate_task() argument
187 : symtab_(symtab), layout_(layout), object_(object), of_(of), in Relocate_task()
H A Dplugin.h182 load_plugins(Layout* layout);
322 layout() in layout() function
462 include_comdat_group(std::string comdat_key, Layout* layout);
/dragonfly/contrib/mdocml/
H A Dtbl.h95 struct tbl_cell *layout; /* Associated layout cell. */ member
116 struct tbl_row *layout; /* Associated layout row. */ member
H A Dtree.c465 for (cp = sp->layout->first; cp != NULL; cp = cp->next) in print_span()
469 if ((cp = dp->layout) == NULL) in print_span()
473 print_cellt(dp->layout->pos); in print_span()
/dragonfly/contrib/file/magic/Magdir/
H A Dpmem45 >>4096 string >0 \b, obj.layout: '%s'
46 >>4096 string <0 \b, obj.layout: NULL
/dragonfly/nrelease/gui/root/
H A D.zshrc40 echo "Keyboard layout: QWERTY"
43 echo "Keyboard layout: DVORAK"
/dragonfly/usr.bin/dsynth/
H A Dprogress.css18 .layout,
19 .layout th,
20 .layout td {
/dragonfly/contrib/nvi2/
H A DREADME5 The directory layout is as follows:
57 command layout. Bill Joy wrote versions 1 and 2.0 through 2.7,
/dragonfly/contrib/lvm2/dist/lib/format1/
H A DMakefile25 layout.c \
H A DMakefile.in25 layout.c \

123456