Home
last modified time | relevance | path

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

12345678910>>...14

/dragonfly/contrib/gdb-7/gdb/
HDexec.c210 struct target_section *sections = NULL, *sections_end = NULL; in exec_file_attach() local
281 if (build_section_table (exec_bfd, &sections, &sections_end)) in exec_file_attach()
299 add_target_sections (&exec_bfd, sections, sections_end); in exec_file_attach()
300 xfree (sections); in exec_file_attach()
407 old_count = table->sections_end - table->sections; in resize_section_table()
416 table->sections = xrealloc (table->sections, in resize_section_table()
418 table->sections_end = table->sections + new_count; in resize_section_table()
422 xfree (table->sections); in resize_section_table()
423 table->sections = table->sections_end = NULL; in resize_section_table()
456 struct target_section *sections, in add_target_sections() argument
[all …]
HDcoff-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()
HDbfd-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()
HDexec.h56 struct target_section *sections,
93 struct target_section *sections,
/dragonfly/crypto/openssh/
HDPROTOCOL.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:
44 These sections use type KRL_SECTION_CERTIFICATES to revoke certificates by
57 Followed by one or more sections:
83 These sections use type KRL_SECTION_CERT_SERIAL_RANGE and hold
96 Bitmap sections use type KRL_SECTION_CERT_SERIAL_BITMAP and revoke keys
107 2.4. Revoked key ID sections
109 KRL_SECTION_CERT_KEY_ID sections revoke particular certificate "key
142 3. Explicit key sections
144 These sections, identified as KRL_SECTION_EXPLICIT_KEY, revoke keys
[all …]
/dragonfly/contrib/binutils-2.27/bfd/
HDelf-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()
HDsimple.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()
HDformat.c103 struct bfd_section *sections; member
124 preserve->sections = abfd->sections; in bfd_preserve_save()
158 abfd->sections = preserve->sections; in bfd_preserve_restore()
HDelf.c406 Elf_Internal_Shdr **sections = elf_elfsections (ibfd); in bfd_elf_get_elf_syms() local
415 if (sections[entry->hdr.sh_link] == symtab_hdr) in bfd_elf_get_elf_syms()
796 for (s = abfd->sections; s != NULL; s = s->next) in _bfd_elf_setup_sections()
3546 for (sec = abfd->sections; sec != NULL; sec = sec->next) in assign_section_numbers()
3571 for (sec = abfd->sections; sec; sec = sec->next) in assign_section_numbers()
3671 for (sec = abfd->sections; sec; sec = sec->next) in assign_section_numbers()
3917 for (asect = abfd->sections; asect; asect = asect->next) in elf_map_symbols()
3963 for (asect = abfd->sections; asect; asect = asect->next) in elf_map_symbols()
3995 for (asect = abfd->sections; asect; asect = asect->next) in elf_map_symbols()
4203 for (s = abfd->sections; s != NULL; s = s->next) in get_program_header_size()
[all …]
/dragonfly/contrib/binutils-2.34/bfd/
HDsimple.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()
HDelf-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()
HDformat.c103 struct bfd_section *sections; member
126 preserve->sections = abfd->sections; in bfd_preserve_save()
163 abfd->sections = preserve->sections; in bfd_preserve_restore()
HDelf.c419 Elf_Internal_Shdr **sections = elf_elfsections (ibfd); in bfd_elf_get_elf_syms() local
428 if (sections[entry->hdr.sh_link] == symtab_hdr) in bfd_elf_get_elf_syms()
860 for (s = abfd->sections; s != NULL; s = s->next) in _bfd_elf_setup_sections()
3735 for (sec = abfd->sections; sec != NULL; sec = sec->next) in assign_section_numbers()
3760 for (sec = abfd->sections; sec; sec = sec->next) in assign_section_numbers()
3861 for (sec = abfd->sections; sec; sec = sec->next) in assign_section_numbers()
4157 for (asect = abfd->sections; asect; asect = asect->next) in elf_map_symbols()
4203 for (asect = abfd->sections; asect; asect = asect->next) in elf_map_symbols()
4235 for (asect = abfd->sections; asect; asect = asect->next) in elf_map_symbols()
4448 for (s = abfd->sections; s != NULL; s = s->next) in get_program_header_size()
[all …]
/dragonfly/contrib/binutils-2.34/ld/scripttempl/
HDelf.sc9 # NO_SMALL_DATA - no .sbss/.sbss2/.sdata/.sdata2 sections if not
37 # 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
49 # NO_RELA_RELOCS - Don't include .rela.* sections in script
50 # NON_ALLOC_DYN - Place dynamic sections after data segment.
58 # combination of .init sections.
60 # combination of .fini sections.
[all …]
/dragonfly/contrib/gcc-8.0/libbacktrace/
HDelf.c2660 struct debug_section_info sections[DEBUG_MAX]; in elf_add() local
2815 memset (sections, 0, sizeof sections); in elf_add()
2845 sections[j].offset = shdr->sh_offset; in elf_add()
2846 sections[j].size = shdr->sh_size; in elf_add()
2847 sections[j].compressed = (shdr->sh_flags & SHF_COMPRESSED) != 0; in elf_add()
3056 if (sections[i].size == 0) in elf_add()
3058 if (min_offset == 0 || sections[i].offset < min_offset) 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()
[all …]
/dragonfly/contrib/binutils-2.27/ld/scripttempl/
HDelf.sc9 # NO_SMALL_DATA - no .sbss/.sbss2/.sdata/.sdata2 sections if not
37 # 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
48 # NO_RELA_RELOCS - Don't include .rela.* sections in script
49 # NON_ALLOC_DYN - Place dynamic sections after data segment.
57 # combination of .init sections.
59 # combination of .fini sections.
64 # SEPARATE_CODE - if set, .text and similar sections containing
[all …]
/dragonfly/sys/platform/pc64/conf/
HDldscript.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/
HDldscript.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/
HDloader.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/
HDelf-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()
HDformat.c104 struct bfd_section *sections; member
125 preserve->sections = abfd->sections; in bfd_preserve_save()
159 abfd->sections = preserve->sections; in bfd_preserve_restore()
HDelf.c732 for (s = abfd->sections; s != NULL; s = s->next) in _bfd_elf_setup_sections()
2942 for (sec = abfd->sections; sec != NULL; sec = sec->next) in assign_section_numbers()
2960 for (sec = abfd->sections; sec; sec = sec->next) in assign_section_numbers()
3052 for (sec = abfd->sections; sec; sec = sec->next) in assign_section_numbers()
3302 for (asect = abfd->sections; asect; asect = asect->next) in elf_map_symbols()
3348 for (asect = abfd->sections; asect; asect = asect->next) in elf_map_symbols()
3380 for (asect = abfd->sections; asect; asect = asect->next) in elf_map_symbols()
3585 for (s = abfd->sections; s != NULL; s = s->next) in get_program_header_size()
3608 for (s = abfd->sections; s != NULL; s = s->next) in get_program_header_size()
3648 if (m->sections[i] == section) in _bfd_elf_find_segment_containing_section()
[all …]
/dragonfly/gnu/usr.bin/gdb/kgdb/
HDkld.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/
HDdwp.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
1190 sections[i] = this->copy_section(output_file, debug_shndx[i], in sized_read_unit_index()
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()
1236 info_contents + unit_set->sections[info_sect].offset; in sized_read_unit_index()
1237 section_size_type unit_length = unit_set->sections[info_sect].size; in sized_read_unit_index()
1251 unit_set->sections[info_sect].offset = off; in sized_read_unit_index()
1527 Section_bounds sections[elfcpp::DW_SECT_MAX + 1]; in add_unit_set() local
[all …]
/dragonfly/gnu/lib/gcc80/libstdcxx/product/
HDMakefile22 CXXFLAGS+= -ffunction-sections -fdata-sections
23 LDFLAGS+= -Wl,-z -Wl,relro -Wl,--gc-sections

12345678910>>...14