Home
last modified time | relevance | path

Searched refs:sections (Results 1 – 25 of 334) sorted by relevance

12345678910>>...14

/dragonfly/contrib/gdb-7/gdb/
H A Dexec.c300 xfree (sections); in exec_file_attach()
416 table->sections = xrealloc (table->sections, in resize_section_table()
422 xfree (table->sections); in resize_section_table()
456 struct target_section *sections, in add_target_sections() argument
462 count = sections_end - sections; in add_target_sections()
471 table->sections[space + i] = sections[i]; in add_target_sections()
472 table->sections[space + i].key = key; in add_target_sections()
493 dest = table->sections; in remove_target_sections()
587 struct target_section *sections, in VEC()
623 struct target_section *sections, in section_table_xfer_memory_partial() argument
[all …]
H A Dcoff-pe-read.c102 struct read_pe_section_data *sections, in get_pe_section_index() argument
108 if (strcmp (sections[i].section_name, section_name) == 0) in get_pe_section_index()
119 struct read_pe_section_data *sections; member
128 struct read_pe_section_data *sections = data->sections; in get_section_vmas() local
129 int sectix = get_pe_section_index (sectp->name, sections, in get_section_vmas()
137 sections[sectix].vma_offset in get_section_vmas()
138 = bfd_get_section_vma (abfd, sectp) - sections[sectix].rva_start; in get_section_vmas()
520 pe_sections_info.sections = section_data; in read_pe_exported_syms()
H A Dbfd-target.c53 data->table.sections, in target_bfd_xfer_partial()
75 xfree (data->table.sections); in target_bfd_xclose()
89 build_section_table (abfd, &data->table.sections, &data->table.sections_end); in target_bfd_reopen()
H A Dexec.h56 struct target_section *sections,
93 struct target_section *sections,
/dragonfly/crypto/openssh/
H A DPROTOCOL.krl5 The KRL consists of a header and zero or more sections. The header is:
24 Following the header are zero or more sections, each consisting of:
56 Followed by one or more sections:
81 These sections use type KRL_SECTION_CERT_SERIAL_RANGE and hold
105 2.4. Revoked key ID sections
107 KRL_SECTION_CERT_KEY_ID sections revoke particular certificate "key
117 3. Explicit key sections
119 These sections, identified as KRL_SECTION_EXPLICIT_KEY, revoke keys
131 4. SHA1/SHA256 fingerprint sections
133 These sections, identified as KRL_SECTION_FINGERPRINT_SHA1 and
[all …]
/dragonfly/contrib/binutils-2.27/bfd/
H A Delf-nacl.c38 if (seg->sections[i]->flags & SEC_CODE) in segment_executable()
53 if (seg->count == 0 || seg->sections[0]->lma % minpagesize < sizeof_headers) in segment_eligible_for_headers()
57 if ((seg->sections[i]->flags & (SEC_CODE|SEC_READONLY)) != SEC_READONLY) in segment_eligible_for_headers()
105 && seg->sections[0]->vma % bed->minpagesize == 0) in nacl_modify_segment_map()
107 asection *lastsec = seg->sections[seg->count - 1]; in nacl_modify_segment_map()
167 newseg->sections[newseg->count++] = sec; in nacl_modify_segment_map()
326 && seg->sections[seg->count - 1]->owner == NULL) in nacl_final_write_processing()
332 asection *sec = seg->sections[seg->count - 1]; in nacl_final_write_processing()
H A Dsimple.c100 struct saved_output_info *sections; member
127 output_info = &saved_offsets->sections[section->index]; in simple_save_output_info()
149 output_info = &saved_offsets->sections[section->index]; in simple_restore_output_info()
241 saved_offsets.sections = malloc (sizeof (*saved_offsets.sections) in bfd_simple_get_relocated_section_contents()
243 if (saved_offsets.sections == NULL) in bfd_simple_get_relocated_section_contents()
274 free (saved_offsets.sections); in bfd_simple_get_relocated_section_contents()
H A Dformat.c103 struct bfd_section *sections; member
124 preserve->sections = abfd->sections; in bfd_preserve_save()
158 abfd->sections = preserve->sections; in bfd_preserve_restore()
/dragonfly/contrib/binutils-2.34/bfd/
H A Dsimple.c100 struct saved_output_info *sections; member
127 output_info = &saved_offsets->sections[section->index]; in simple_save_output_info()
149 output_info = &saved_offsets->sections[section->index]; in simple_restore_output_info()
241 saved_offsets.sections = malloc (sizeof (*saved_offsets.sections) in bfd_simple_get_relocated_section_contents()
243 if (saved_offsets.sections == NULL) in bfd_simple_get_relocated_section_contents()
274 free (saved_offsets.sections); in bfd_simple_get_relocated_section_contents()
H A Delf-nacl.c38 if (seg->sections[i]->flags & SEC_CODE) in segment_executable()
53 if (seg->count == 0 || seg->sections[0]->lma % minpagesize < sizeof_headers) in segment_eligible_for_headers()
57 if ((seg->sections[i]->flags & (SEC_CODE|SEC_READONLY)) != SEC_READONLY) in segment_eligible_for_headers()
104 && seg->sections[0]->vma % bed->minpagesize == 0) in nacl_modify_segment_map()
106 asection *lastsec = seg->sections[seg->count - 1]; in nacl_modify_segment_map()
166 newseg->sections[newseg->count++] = sec; in nacl_modify_segment_map()
334 && seg->sections[seg->count - 1]->owner == NULL) in nacl_final_write_processing()
340 asection *sec = seg->sections[seg->count - 1]; in nacl_final_write_processing()
H A Dformat.c103 struct bfd_section *sections; member
126 preserve->sections = abfd->sections; in bfd_preserve_save()
163 abfd->sections = preserve->sections; in bfd_preserve_restore()
H A Delf.c4623 (*m)->sections[new_count] = (*m)->sections[i]; in elf_modify_segment_map()
4711 sections[i] = s; in _bfd_elf_map_sections_to_segments()
4769 m->sections[0] = s; in _bfd_elf_map_sections_to_segments()
5149 m->sections[0] = s; in _bfd_elf_map_sections_to_segments()
5230 free (sections); in _bfd_elf_map_sections_to_segments()
5244 if (sections != NULL) in _bfd_elf_map_sections_to_segments()
5245 free (sections); in _bfd_elf_map_sections_to_segments()
5947 if (m->sections[i]->vma == m->sections[i - 1]->vma in assign_file_positions_for_load_sections()
7243 free (sections); in rewrite_elf_program_header()
7386 free (sections); in rewrite_elf_program_header()
[all …]
/dragonfly/contrib/binutils-2.34/ld/scripttempl/
H A Delf.sc37 # writeable data sections.
39 # OTHER_GOT_SECTIONS - sections just after .got.
40 # OTHER_PLT_SECTIONS - sections just after .plt.
41 # OTHER_SDATA_SECTIONS - sections just after .sdata.
48 # NO_REL_RELOCS - Don't include .rel.* sections in script
58 # combination of .init sections.
60 # combination of .fini sections.
76 # When adding sections, do note that the names of some sections are used
82 # sections, generated by -ffunction-sections and -fdata-sections in GCC,
589 /* Thread Local Storage sections */
[all …]
/dragonfly/contrib/gcc-8.0/libbacktrace/
H A Delf.c2815 memset (sections, 0, sizeof sections); in elf_add()
3056 if (sections[i].size == 0) in elf_add()
3059 min_offset = sections[i].offset; in elf_add()
3060 end = sections[i].offset + sections[i].size; in elf_add()
3085 if (sections[i].size == 0) in elf_add()
3086 sections[i].data = NULL; in elf_add()
3126 sections[i].compressed = 0; in elf_add()
3137 if (sections[i].size == 0 || !sections[i].compressed) in elf_add()
3151 if (!elf_uncompress_chdr (state, sections[i].data, sections[i].size, in elf_add()
3181 sections[DEBUG_STR].data, in elf_add()
[all …]
/dragonfly/contrib/binutils-2.27/ld/scripttempl/
H A Delf.sc37 # writeable data sections.
39 # OTHER_GOT_SECTIONS - sections just after .got.
40 # OTHER_SDATA_SECTIONS - sections just after .sdata.
47 # NO_REL_RELOCS - Don't include .rel.* sections in script
57 # combination of .init sections.
59 # combination of .fini sections.
75 # When adding sections, do note that the names of some sections are used
81 # sections, generated by -ffunction-sections and -fdata-sections in GCC,
350 /* Read-only sections, merged into text segment: */
563 /* Thread Local Storage sections */
[all …]
/dragonfly/sys/platform/pc64/conf/
H A Dldscript.x86_6419 /* Read-only sections, merged into text segment: */
68 /* .gnu.warning sections are handled specially by elf32.em. */
84 /* These sections are generated by the Sun/Oracle C++ compiler. */
95 /* Thread Local Storage sections */
187 .bss section disappears because there are no input sections.
211 /* Stabs debugging sections. */
219 /* DWARF debug sections.
220 Symbols in the DWARF debugging sections are relative to the beginning
/dragonfly/sys/platform/vkernel64/conf/
H A Dldscript.x86_6419 /* Read-only sections, merged into text segment: */
68 /* .gnu.warning sections are handled specially by elf32.em. */
84 /* These sections are generated by the Sun/Oracle C++ compiler. */
95 /* Thread Local Storage sections */
187 .bss section disappears because there are no input sections.
211 /* Stabs debugging sections. */
219 /* DWARF debug sections.
220 Symbols in the DWARF debugging sections are relative to the beginning
/dragonfly/stand/boot/pc32/loader/
H A Dloader.ldscript56 /* .gnu.warning sections are handled specially by elf32.em. */
72 /* These sections are generated by the Sun/Oracle C++ compiler. */
82 /* Thread Local Storage sections */
155 .bss section disappears because there are no input sections.
164 /* Stabs debugging sections. */
172 /* DWARF debug sections.
173 Symbols in the DWARF debugging sections are relative to the beginning
/dragonfly/contrib/gdb-7/bfd/
H A Delf-nacl.c39 if (seg->sections[i]->flags & SEC_CODE) in segment_executable()
55 if (seg->count == 0 || seg->sections[0]->lma % maxpagesize < sizeof_headers) in segment_eligible_for_headers()
59 if ((seg->sections[i]->flags & (SEC_CODE|SEC_READONLY)) != SEC_READONLY) in segment_eligible_for_headers()
61 if (seg->sections[i]->flags & SEC_HAS_CONTENTS) in segment_eligible_for_headers()
H A Dformat.c104 struct bfd_section *sections; member
125 preserve->sections = abfd->sections; in bfd_preserve_save()
159 abfd->sections = preserve->sections; in bfd_preserve_restore()
H A Delf.c3736 (*m)->sections[new_count] = (*m)->sections[i]; in elf_modify_segment_map()
3811 sections[i] = s; in _bfd_elf_map_sections_to_segments()
3855 m->sections[0] = s; in _bfd_elf_map_sections_to_segments()
4182 if (m->sections[i]->vma + m->sections[i]->size in _bfd_elf_map_sections_to_segments()
4205 free (sections); in _bfd_elf_map_sections_to_segments()
4219 if (sections != NULL) in _bfd_elf_map_sections_to_segments()
4220 free (sections); in _bfd_elf_map_sections_to_segments()
4793 if (m->sections[i]->vma == m->sections[i - 1]->vma in assign_file_positions_for_load_sections()
5906 free (sections); in rewrite_elf_program_header()
6053 free (sections); in rewrite_elf_program_header()
[all …]
/dragonfly/gnu/usr.bin/gdb/kgdb/
H A Dkld.c230 struct target_section *sections = NULL, *sections_end = NULL, *s; in load_kld() local
251 if (build_section_table (bfd, &sections, &sections_end)) in load_kld()
253 cleanup = make_cleanup(xfree, sections); in load_kld()
255 for (s = sections; s < sections_end; s++) in load_kld()
259 sap = build_section_addr_info_from_section_table (sections, in load_kld()
315 if (sec == so->sections) in kld_relocate_section_addresses()
/dragonfly/contrib/binutils-2.27/gold/
H A Ddwp.cc95 Section_bounds sections[elfcpp::DW_SECT_MAX + 1]; member
98 : signature(0), sections() in Unit_set()
1186 Section_bounds sections[elfcpp::DW_SECT_MAX + 1]; in sized_read_unit_index() local
1227 unit_set->sections[dw_sect].offset = (sections[dw_sect].offset in sized_read_unit_index()
1229 unit_set->sections[dw_sect].size = size; in sized_read_unit_index()
1251 unit_set->sections[info_sect].offset = off; in sized_read_unit_index()
1770 if (set->sections[i].size > 0) in enter_set()
2228 Section_bounds* sections) in add_units() argument
2231 this->sections_ = sections; in add_units()
2247 unit_set->sections[i] = this->sections_[i]; in visit_compilation_unit()
[all …]
/dragonfly/gnu/lib/gcc80/libstdcxx/product/
H A DMakefile22 CXXFLAGS+= -ffunction-sections -fdata-sections
23 LDFLAGS+= -Wl,-z -Wl,relro -Wl,--gc-sections
/dragonfly/gnu/lib/gcc47/libsupc++/
H A DMakefile12 CXXFLAGS+= -ffunction-sections -fdata-sections

12345678910>>...14