Home
last modified time | relevance | path

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

12345678910>>...21

/freebsd-12.1/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:
55 Followed by one or more sections:
80 These sections use type KRL_SECTION_CERT_SERIAL_RANGE and hold
104 2.4. Revoked key ID sections
106 KRL_SECTION_CERT_KEY_ID sections revoke particular certificate "key
116 3. Explicit key sections
118 These sections, identified as KRL_SECTION_EXPLICIT_KEY, revoke keys
130 4. SHA1 fingerprint sections
132 These sections, identified as KRL_SECTION_FINGERPRINT_SHA1, revoke
[all …]
/freebsd-12.1/contrib/binutils/binutils/
H A Dcoffgrok.c136 head->sections = all; in do_sections_p1()
159 head->sections[i].data = 1; in do_sections_p1()
162 head->sections[i].number = idx; in do_sections_p1()
164 head->sections[i].relocs = in do_sections_p1()
169 head->sections[0].name = "ABSOLUTE"; in do_sections_p1()
170 head->sections[0].code = 0; in do_sections_p1()
171 head->sections[0].data = 0; in do_sections_p1()
172 head->sections[0].address = 0; in do_sections_p1()
173 head->sections[0].size = 0; in do_sections_p1()
174 head->sections[0].number = 0; in do_sections_p1()
[all …]
H A Dembedspu.sh123sections=`${READELF} -S ${INFILE} | sed -n -e 's, *\[ *\([0-9]*\)\] *[^ ]* *PROGBITS *\([0-9a-f]*\…
124 sections=`echo ${sections}`
155 split ("'"${sections}"'", s, " "); \
187 split ("'"${sections}"'", s, " "); \
/freebsd-12.1/contrib/binutils/ld/scripttempl/
H A Delf32cr16.sc30 /* Many sections come in three flavours. There is the 'real' section,
32 sections, generated by -ffunction-sections and -fdata-sections in GCC,
33 and useful for --gc-sections, which for a variable "foo" might be
34 ".data.foo". Then there are the linkonce sections, for which the linker
130 /* You may change the sizes of the following sections to fit the actual
159 /* DWARF debug sections.
160 Symbols in the DWARF debugging sections are relative to the beginning
H A Dmep.sc4 # NO_SMALL_DATA - no .sbss/.sbss2/.sdata/.sdata2 sections if not
29 # OTHER_GOT_SECTIONS - sections just after .got.
30 # OTHER_SDATA_SECTIONS - sections just after .sdata.
43 # combination of .init sections.
45 # combination of .fini sections.
53 # When adding sections, do note that the names of some sections are used
59 # sections, generated by -ffunction-sections and -fdata-sections in GCC,
218 /* Read-only sections, merged into text segment: */
336 /* Thread Local Storage sections */
400 /* Stabs debugging sections. */
[all …]
H A Delf.sc4 # NO_SMALL_DATA - no .sbss/.sbss2/.sdata/.sdata2 sections if not
30 # writeable data sections.
32 # OTHER_GOT_SECTIONS - sections just after .got.
33 # OTHER_SDATA_SECTIONS - sections just after .sdata.
46 # combination of .init sections.
48 # combination of .fini sections.
59 # When adding sections, do note that the names of some sections are used
65 # sections, generated by -ffunction-sections and -fdata-sections in GCC,
385 /* Thread Local Storage sections */
469 /* Stabs debugging sections. */
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDynamicLoader.cpp132 const SectionList *sections = GetSectionListFromModule(module); in UnloadSectionsCommon() local
134 assert(sections && "SectionList missing from unloaded module."); in UnloadSectionsCommon()
136 const size_t num_sections = sections->GetSize(); in UnloadSectionsCommon()
138 SectionSP section_sp(sections->GetSectionAtIndex(i)); in UnloadSectionsCommon()
145 SectionList *sections = nullptr; in GetSectionListFromModule() local
149 sections = obj_file->GetSectionList(); in GetSectionListFromModule()
152 return sections; in GetSectionListFromModule()
/freebsd-12.1/sys/conf/
H A Dldscript.riscv8 /* Read-only sections, merged into text segment: */
14 /* .gnu.warning sections are handled specially by elf32.em. */
83 /* We want the small data sections together, so single-instruction offsets
95 sections are placed directly after .sdata, as has been seen to happen with
109 /* Stabs debugging sections. */
117 /* DWARF debug sections.
118 Symbols in the DWARF debugging sections are relative to the beginning
H A Dldscript.powerpcspe11 /* Read-only sections, merged into text segment: */
20 /* .gnu.warning sections are handled specially by elf32.em. */
90 /* We want the small data sections together, so single-instruction offsets
114 /* Stabs debugging sections. */
117 /* DWARF debug sections.
118 Symbols in the DWARF debugging sections are relative to the beginning
H A Dldscript.powerpc11 /* Read-only sections, merged into text segment: */
20 /* .gnu.warning sections are handled specially by elf32.em. */
89 /* We want the small data sections together, so single-instruction offsets
113 /* Stabs debugging sections. */
116 /* DWARF debug sections.
117 Symbols in the DWARF debugging sections are relative to the beginning
H A Dldscript.arm648 /* Read-only sections, merged into text segment: */
14 /* .gnu.warning sections are handled specially by elf32.em. */
96 /* We want the small data sections together, so single-instruction offsets
114 /* Stabs debugging sections. */
122 /* DWARF debug sections.
123 Symbols in the DWARF debugging sections are relative to the beginning
H A Dldscript.arm8 /* Read-only sections, merged into text segment: */
14 /* .gnu.warning sections are handled specially by elf32.em. */
96 /* We want the small data sections together, so single-instruction offsets
119 /* Stabs debugging sections. */
127 /* DWARF debug sections.
128 Symbols in the DWARF debugging sections are relative to the beginning
H A Dldscript.powerpc6416 /* Read-only sections, merged into text segment: */
24 /* .gnu.warning sections are handled specially by elf32.em. */
115 /* We want the small data sections together, so single-instruction offsets
139 /* Stabs debugging sections. */
142 /* DWARF debug sections.
143 Symbols in the DWARF debugging sections are relative to the beginning
/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/
H A DObjcopyOpts.td29 def compress_debug_sections : Flag<["--", "-"], "compress-debug-sections">;
31 : Joined<["--", "-"], "compress-debug-sections=">,
33 HelpText<"Compress DWARF debug sections using specified style. Supported "
35 def decompress_debug_sections : Flag<["-", "--"], "decompress-debug-sections">,
36 HelpText<"Decompress DWARF debug sections.">;
92 "Remove non-allocated sections other than .gnu.warning* sections">;
99 HelpText<"Remove all DWARF .dwo sections from file">;
100 def strip_sections : Flag<["-", "--"], "strip-sections">,
103 HelpText<"Remove all non-allocated sections">;
110 "Remove all sections that are not DWARF .dwo sections from file">;
/freebsd-12.1/contrib/libstdc++/
H A Dcrossconfig.m469 SECTION_FLAGS='-ffunction-sections -fdata-sections'
124 SECTION_FLAGS='-ffunction-sections -fdata-sections'
148 SECTION_FLAGS='-ffunction-sections -fdata-sections'
180 SECTION_FLAGS='-ffunction-sections -fdata-sections'
204 SECTION_FLAGS='-ffunction-sections -fdata-sections'
223 SECTION_FLAGS='-ffunction-sections -fdata-sections'
320 SECTION_FLAGS='-ffunction-sections -fdata-sections'
/freebsd-12.1/contrib/gdb/gdb/
H A Dsolib.c266 if (build_section_table (abfd, &so->sections, &so->sections_end)) in solib_map_sections()
272 for (p = so->sections; p < so->sections_end; p++) in solib_map_sections()
316 if (so->sections) in free_so()
317 xfree (so->sections); in free_so()
351 sap = build_section_addr_info_from_section_table (so->sections, in symbol_add_stub()
512 int count = (i->sections_end - i->sections); in update_solib_list()
517 i->sections, in update_solib_list()
518 count * sizeof (i->sections[0])); in update_solib_list()
718 for (p = so->sections; p < so->sections_end; p++) in solib_address()
/freebsd-12.1/stand/arm/uboot/
H A Dldscript.arm7 /* Read-only sections, merged into text segment: */
13 /* .gnu.warning sections are handled specially by elf32.em. */
81 /* We want the small data sections together, so single-instruction offsets
105 /* Stabs debugging sections. */
108 /* DWARF debug sections.
109 Symbols in the DWARF debugging sections are relative to the beginning
/freebsd-12.1/contrib/ntp/sntp/m4/
H A Dntp_compiler.m4114 dnl NetBSD will link but likely not run with --gc-sections
117 dnl --gc-sections causes attempt to load as linux elf, with
125 CFLAGS="$CFLAGS -Wl,--gc-sections"
156 if test "X$cross_compiling" = "Xyes" || grep gc-sections conftest.err ; then
171 LDADD_LIBNTP="-Wl,--gc-sections"
172 CFLAGS_NTP="$CFLAGS_NTP -ffunction-sections -fdata-sections"
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp219 const SectionList *sections = GetSectionListFromModule(module); in UpdateLoadedSections() local
221 assert(sections && "SectionList missing from loaded module."); in UpdateLoadedSections()
225 const size_t num_sections = sections->GetSize(); in UpdateLoadedSections()
228 SectionSP section_sp(sections->GetSectionAtIndex(i)); in UpdateLoadedSections()
250 const SectionList *sections = GetSectionListFromModule(module); in UnloadSections() local
252 assert(sections && "SectionList missing from unloaded module."); in UnloadSections()
256 const size_t num_sections = sections->GetSize(); in UnloadSections()
258 SectionSP section_sp(sections->GetSectionAtIndex(i)); in UnloadSections()
546 SectionList *sections = nullptr; in GetSectionListFromModule() local
550 sections = obj_file->GetSectionList(); in GetSectionListFromModule()
[all …]
/freebsd-12.1/stand/mips/uboot/
H A Dldscript.mips7 /* Read-only sections, merged into text segment: */
14 /* .gnu.warning sections are handled specially by elf32.em. */
81 /* We want the small data sections together, so single-instruction offsets
105 /* Stabs debugging sections. */
108 /* DWARF debug sections.
109 Symbols in the DWARF debugging sections are relative to the beginning
/freebsd-12.1/stand/powerpc/uboot/
H A Dldscript.powerpc11 /* Read-only sections, merged into text segment: */
42 /* .gnu.warning sections are handled specially by elf32.em. */
84 /* We want the small data sections together, so single-instruction offsets
108 /* Stabs debugging sections. */
111 /* DWARF debug sections.
112 Symbols in the DWARF debugging sections are relative to the beginning
/freebsd-12.1/stand/powerpc/ofw/
H A Dldscript.powerpc11 /* Read-only sections, merged into text segment: */
42 /* .gnu.warning sections are handled specially by elf32.em. */
84 /* We want the small data sections together, so single-instruction offsets
108 /* Stabs debugging sections. */
111 /* DWARF debug sections.
112 Symbols in the DWARF debugging sections are relative to the beginning
/freebsd-12.1/contrib/processor-trace/libipt/src/
H A Dpt_image.c120 pt_section_list_free_tail(image->sections); in pt_image_fini()
173 list = &(image->sections); in pt_image_add()
271 for (list = &image->sections; *list; list = &((*list)->next)) { in pt_image_remove()
353 for (list = src->sections; list; list = list->next) { in pt_image_copy()
382 for (list = &image->sections; *list;) { in pt_image_remove_by_filename()
432 for (list = &image->sections; *list;) { in pt_image_remove_by_asid()
538 start = &image->sections; in pt_image_fetch_section()
589 slist = image->sections; in pt_image_read()
666 slist = image->sections; in pt_image_find()
706 slist = image->sections; in pt_image_validate()
/freebsd-12.1/contrib/gcclibs/libmudflap/
H A Dconfigure.ac222 # Figure out whether the compiler supports "-ffunction-sections -fdata-sections",
227 # Check for -ffunction-sections -fdata-sections
228 AC_MSG_CHECKING([for gcc that supports -ffunction-sections -fdata-sections])
229 CFLAGS='-Werror -ffunction-sections -fdata-sections'
238 SECTION_FLAGS='-ffunction-sections -fdata-sections'
/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp842 Section.initialize(Obj->sections()); in initSections()
928 auto SecTable = Obj.sections(); in initGroupSection()
1144 for (auto &Section : Obj.sections()) { in readSectionHeaders()
1147 Section.initialize(Obj.sections()); in readSectionHeaders()
1312 for (auto &Sec : Obj.sections()) in writeShdrs()
1317 for (auto &Sec : Obj.sections()) in writeSectionData()
1517 auto Sections = Obj.sections(); in finalize()
1559 for (auto &Sec : Obj.sections()) { in finalize()
1578 for (auto &Section : Obj.sections()) { in finalize()
1591 for (auto &Section : Obj.sections()) { in write()
[all …]

12345678910>>...21