Home
last modified time | relevance | path

Searched refs:sect (Results 1 – 25 of 90) sorted by relevance

1234

/freebsd-12.1/contrib/gperf/doc/
H A Dhelp2man264 my $sect = 'DESCRIPTION';
288 $sect = uc $1;
295 $sect = 'COPYRIGHT';
296 $include{$sect} ||= '';
297 $include{$sect} .= ".PP\n" if $include{$sect};
319 $include{$sect} .= $copy;
327 $sect = 'REPORTING BUGS';
333 $sect = 'AUTHOR';
343 $include{$sect} ||= '';
452 $sect = 'SEE ALSO';
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DUnwindTable.cpp51 SectionSP sect = sl->FindSectionByType(eSectionTypeEHFrame, true); in Initialize() local
52 if (sect.get()) { in Initialize()
54 new DWARFCallFrameInfo(m_object_file, sect, DWARFCallFrameInfo::EH)); in Initialize()
57 sect = sl->FindSectionByType(eSectionTypeDWARFDebugFrame, true); in Initialize()
58 if (sect) { in Initialize()
60 new DWARFCallFrameInfo(m_object_file, sect, DWARFCallFrameInfo::DWARF)); in Initialize()
63 sect = sl->FindSectionByType(eSectionTypeCompactUnwind, true); in Initialize()
64 if (sect) { in Initialize()
65 m_compact_unwind_up.reset(new CompactUnwindInfo(m_object_file, sect)); in Initialize()
68 sect = sl->FindSectionByType(eSectionTypeARMexidx, true); in Initialize()
[all …]
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileFromAtoms.cpp254 return sect; in getRelocatableSection()
339 return sect; in getFinalSection()
368 auto *sect = in sectionForAtom() local
373 return sect; in sectionForAtom()
560 sect->address = llvm::alignTo(addr, sect->alignment); in layoutSectionsInSegment()
561 addr = sect->address + sect->size; in layoutSectionsInSegment()
583 sect->address = llvm::alignTo(addr, sect->alignment); in layoutSectionsInTextSegment()
584 addr = sect->address + sect->size; in layoutSectionsInTextSegment()
1073 sym.sect = sect->finalSectionIndex; in addSymbols()
1089 sym.sect = sect->finalSectionIndex; in addSymbols()
[all …]
H A DMachONormalizedFileBinaryReader.cpp296 const section_64 *sect = &sects[i]; in readBinary() local
298 section.segmentName = getString16(sect->segname); in readBinary()
307 size_t contentSize = read64(&sect->size, isBig); in readBinary()
312 read32(&sect->reloff, isBig), in readBinary()
313 read32(&sect->nreloc, isBig)); in readBinary()
339 const section *sect = &sects[i]; in readBinary() local
351 size_t contentSize = read32(&sect->size, isBig); in readBinary()
356 read32(&sect->reloff, isBig), in readBinary()
357 read32(&sect->nreloc, isBig)); in readBinary()
397 sout.sect = sin->n_sect; in readBinary()
[all …]
H A DMachONormalizedFileToAtoms.cpp234 if (sym.sect != sectionIndex) in appendSymbolsInSection()
284 if (&sect == &section) in processSymboledSection()
507 const Section *sect = nullptr; in findAtomCoveringAddress() local
509 if (!sect) in findAtomCoveringAddress()
534 const Section *sect = nullptr; in convertRelocs() local
537 if (!sect) in convertRelocs()
1426 return (sect.segmentName == "__OBJC" && sect.sectionName == "__image_info") || in isObjCImageInfo()
1427 (sect.segmentName == "__DATA" && sect.sectionName == "__objc_imageinfo"); in isObjCImageInfo()
1442 if (isDebugInfoSection(sect)) in normalizedObjectToAtoms()
1447 if (isObjCImageInfo(sect)) { in normalizedObjectToAtoms()
[all …]
H A DMachONormalizedFileBinaryWriter.cpp602 if (sect.indirectSymbols.empty()) in indirectSymbolIndex()
610 if (sect.indirectSymbols.empty()) in indirectSymbolElementSize()
612 if (sect.type != S_SYMBOL_STUBS) in indirectSymbolElementSize()
614 return sect.content.size() / sect.indirectSymbols.size(); in indirectSymbolElementSize()
715 sect->offset = 0; in writeSegmentLoadCommands()
719 sect->reloff = 0; in writeSegmentLoadCommands()
720 sect->nreloc = 0; in writeSegmentLoadCommands()
725 swapStruct(*sect); in writeSegmentLoadCommands()
726 ++sect; in writeSegmentLoadCommands()
1046 nb->n_sect = sym.sect; in appendSymbols()
[all …]
/freebsd-12.1/contrib/gdb/gdb/
H A Dexec.c392 vp->toffs = sect->filepos; in bfdsec_to_vmap()
599 struct section_table *sect; in exec_set_section_offsets() local
601 for (sect = exec_ops.to_sections; in exec_set_section_offsets()
602 sect < exec_ops.to_sections_end; in exec_set_section_offsets()
603 sect++) in exec_set_section_offsets()
611 sect->addr += text_off; in exec_set_section_offsets()
612 sect->endaddr += text_off; in exec_set_section_offsets()
616 sect->addr += data_off; in exec_set_section_offsets()
617 sect->endaddr += data_off; in exec_set_section_offsets()
621 sect->addr += bss_off; in exec_set_section_offsets()
[all …]
H A Dosabi.c364 check_note (bfd *abfd, asection *sect, const char *note, in check_note() argument
379 if (notesz > bfd_section_size (abfd, sect)) in check_note()
396 if (notesz > bfd_section_size (abfd, sect)) in check_note()
416 name = bfd_get_section_name (abfd, sect); in generic_elf_osabi_sniff_abi_tag_sections()
417 sectsize = bfd_section_size (abfd, sect); in generic_elf_osabi_sniff_abi_tag_sections()
424 bfd_get_section_contents (abfd, sect, note, 0, sectsize); in generic_elf_osabi_sniff_abi_tag_sections()
430 if (check_note (abfd, sect, note, "GNU", 16, NT_GNU_ABI_TAG)) in generic_elf_osabi_sniff_abi_tag_sections()
465 if (check_note (abfd, sect, note, "FreeBSD", 4, NT_FREEBSD_ABI_TAG)) in generic_elf_osabi_sniff_abi_tag_sections()
479 if (check_note (abfd, sect, note, "FreeBSD", 4, NT_FREEBSD_TAG)) in generic_elf_osabi_sniff_abi_tag_sections()
503 && check_note (abfd, sect, note, "NetBSD", 4, NT_NETBSD_IDENT)) in generic_elf_osabi_sniff_abi_tag_sections()
[all …]
H A Ddsrec.c34 asection * sect, int sectoff, int *maxrecsize,
219 make_srec (char *srec, CORE_ADDR targ_addr, bfd *abfd, asection *sect, in make_srec() argument
234 if (sect) in make_srec()
261 if (sect && abfd) in make_srec()
264 payload_size = min (payload_size, sect->_raw_size - sectoff); in make_srec()
266 bfd_get_section_contents (abfd, sect, binbuf, sectoff, payload_size); in make_srec()
H A Dsymfile.c320 *lowest = sect; in find_lowest_section()
389 asection *sect; in init_objfile_sect_indices() local
393 if (sect) in init_objfile_sect_indices()
397 if (sect) in init_objfile_sect_indices()
401 if (sect) in init_objfile_sect_indices()
405 if (sect) in init_objfile_sect_indices()
579 asection *sect; in syms_from_objfile() local
984 asection *sect; in get_debug_link_info() local
993 if (sect == NULL) in get_debug_link_info()
1041 asection *sect; in find_separate_debug_file() local
[all …]
H A Dmaint.c442 asection *sect; in maintenance_translate_address() local
450 sect = NULL; in maintenance_translate_address()
465 sect = bfd_get_section_by_name (objfile->obfd, arg); in maintenance_translate_address()
466 if (sect != NULL) in maintenance_translate_address()
470 if (!sect) in maintenance_translate_address()
476 if (sect) in maintenance_translate_address()
477 sym = lookup_minimal_symbol_by_pc_section (address, sect); in maintenance_translate_address()
485 else if (sect) in maintenance_translate_address()
486 printf_filtered ("no symbol at %s:0x%s\n", sect->name, paddr (address)); in maintenance_translate_address()
H A Dxcoffread.c252 *args->bfd_sect = sect; in find_targ_sec()
261 asection *sect = NULL; in secnum_to_section() local
265 args.bfd_sect = &sect; in secnum_to_section()
276 asection *sect = NULL; in secnum_to_bfd_section() local
280 args.bfd_sect = &sect; in secnum_to_bfd_section()
283 return sect; in secnum_to_bfd_section()
2958 asection *sect = NULL; in xcoff_symfile_offsets() local
2968 if (sect) in xcoff_symfile_offsets()
2972 if (sect) in xcoff_symfile_offsets()
2976 if (sect) in xcoff_symfile_offsets()
[all …]
/freebsd-12.1/crypto/openssh/
H A Dkrl.c553 struct sshbuf *sect; in revoked_certs_generate() local
686 sshbuf_reset(sect); in revoked_certs_generate()
700 sshbuf_free(sect); in revoked_certs_generate()
742 sshbuf_reset(sect); in ssh_krl_to_blob()
753 sshbuf_reset(sect); in ssh_krl_to_blob()
784 sshbuf_free(sect); in ssh_krl_to_blob()
1058 sshbuf_free(sect); in ssh_krl_from_blob()
1059 sect = NULL; in ssh_krl_from_blob()
1093 sect = NULL; in ssh_krl_from_blob()
1102 if (sect != NULL && sshbuf_len(sect) > 0) { in ssh_krl_from_blob()
[all …]
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_i18n.cpp267 for (m = 0; m < table->sect[s].size; ++m) { in kmp_i18n_table_free()
269 KMP_INTERNAL_FREE((void *)table->sect[s].str[m]); in kmp_i18n_table_free()
270 table->sect[s].str[m] = NULL; in kmp_i18n_table_free()
272 table->sect[s].size = 0; in kmp_i18n_table_free()
274 KMP_INTERNAL_FREE((void *)table->sect[s].str); in kmp_i18n_table_free()
275 table->sect[s].str = NULL; in kmp_i18n_table_free()
278 KMP_INTERNAL_FREE((void *)table->sect); in kmp_i18n_table_free()
279 table->sect = NULL; in kmp_i18n_table_free()
557 if (table.sect[section].size == 0) { in __kmp_i18n_catgets()
561 table.sect[section].size = in __kmp_i18n_catgets()
[all …]
/freebsd-12.1/usr.sbin/manctl/
H A Dmanctl.sh59 local sect
75 sect=$1
93 mv $pname $fname.$sect
194 local sect
208 sect=$1
211 case "$sect" in
248 local sect
262 sect=$1
265 case "$sect" in
/freebsd-12.1/contrib/binutils/bfd/
H A Dsection.c1224 asection *sect; in bfd_map_over_sections() local
1227 for (sect = abfd->sections; sect != NULL; i++, sect = sect->next) in bfd_map_over_sections()
1228 (*operation) (abfd, sect, user_storage); in bfd_map_over_sections()
1260 asection *sect; in bfd_sections_find_if() local
1262 for (sect = abfd->sections; sect != NULL; sect = sect->next) in bfd_sections_find_if()
1263 if ((*operation) (abfd, sect, user_storage)) in bfd_sections_find_if()
1266 return sect; in bfd_sections_find_if()
H A Dopncls.c1124 asection *sect; in get_debug_link_info() local
1133 sect = bfd_get_section_by_name (abfd, GNU_DEBUGLINK); in get_debug_link_info()
1135 if (sect == NULL) in get_debug_link_info()
1138 if (!bfd_malloc_and_get_section (abfd, sect, &contents)) in get_debug_link_info()
1363 asection *sect; in bfd_create_gnu_debuglink_section() local
1376 sect = bfd_get_section_by_name (abfd, GNU_DEBUGLINK); in bfd_create_gnu_debuglink_section()
1377 if (sect) in bfd_create_gnu_debuglink_section()
1386 if (sect == NULL) in bfd_create_gnu_debuglink_section()
1398 return sect; in bfd_create_gnu_debuglink_section()
1424 struct bfd_section *sect, in bfd_fill_in_gnu_debuglink_section() argument
[all …]
/freebsd-12.1/lib/libc/resolv/
H A Dres_findzonecut.c283 ns_sect sect; in get_soa() local
315 sect = ns_s_max, n = 0; in get_soa()
321 sect = ns_s_an, n = ancount; in get_soa()
323 sect = ns_s_ns, n = nscount; in get_soa()
325 sect = ns_s_max, n = 0; in get_soa()
334 p_section(sect, ns_o_query), i)); in get_soa()
344 switch (sect) { in get_soa()
536 if (ns_parserr(msg, sect, i, &rr) < 0) { in save_ns()
538 p_section(sect, ns_o_query), i)); in save_ns()
593 if (ns_parserr(msg, sect, i, &rr) < 0) { in save_a()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c227 struct section_64 sect; in scan_macho_load_commands() local
233 struct section sect; in scan_macho_load_commands() local
234 memset(&sect, 0, sizeof(struct section)); in scan_macho_load_commands()
242 struct section_64 sect; in scan_macho_load_commands() local
247 struct section sect; in scan_macho_load_commands() local
248 memset(&sect, 0, sizeof(struct section)); in scan_macho_load_commands()
255 struct section_64 sect; in scan_macho_load_commands() local
258 baton->text_section_vmaddr = sect.addr; in scan_macho_load_commands()
261 struct section sect; in scan_macho_load_commands() local
262 memset(&sect, 0, sizeof(struct section)); in scan_macho_load_commands()
[all …]
/freebsd-12.1/crypto/openssl/crypto/conf/
H A Dconf_ssl.c86 CONF_VALUE *sect = sk_CONF_VALUE_value(cmd_lists, (int)i); in ssl_module_init() local
87 STACK_OF(CONF_VALUE) *cmds = NCONF_get_section(cnf, sect->value); in ssl_module_init()
96 ERR_add_error_data(4, "name=", sect->name, ", value=", sect->value); in ssl_module_init()
99 ssl_name->name = OPENSSL_strdup(sect->name); in ssl_module_init()
/freebsd-12.1/contrib/gcc/
H A Dvarasm.c254 section *sect; in get_unnamed_section() local
263 return sect; in get_unnamed_section()
271 section *sect; in get_noswitch_section() local
277 return sect; in get_noswitch_section()
313 return sect; in get_section()
345 block->sect = sect; in get_block_for_section()
438 && sect in unlikely_text_section_p()
923 section *sect; in get_block_for_decl() local
1725 section *sect; in assemble_variable() local
1825 if (sect && (sect->common.flags & SECTION_CODE) != 0) in assemble_variable()
[all …]
/freebsd-12.1/crypto/openssl/crypto/x509v3/
H A Dv3_pci.c263 STACK_OF(CONF_VALUE) *sect; in r2i_pci()
266 sect = X509V3_get_section(ctx, cnf->name + 1); in r2i_pci()
267 if (!sect) { in r2i_pci()
272 for (j = 0; success_p && j < sk_CONF_VALUE_num(sect); j++) { in r2i_pci()
274 process_pci_value(sk_CONF_VALUE_value(sect, j), in r2i_pci()
277 X509V3_section_free(ctx, sect); in r2i_pci()
/freebsd-12.1/usr.bin/man/
H A Dman.sh464 local found_page locpath p path sect
484 for sect in $MANSECT; do
485 decho "Searching section $sect" 2
492 if find_file $p $sect $MACHINE "$1"; then
506 if find_file $p $sect $MACHINE_ARCH "$1"; then
519 if find_file $p $sect '' "$1"; then
591 for sect in $man_default_sections; do
592 if [ "$sect" = "$1" ]; then
/freebsd-12.1/contrib/mandoc/
H A Ddbm.c51 int32_t sect; member
155 res.sect = dbm_get(pages[ip].sect); in dbm_page_get()
156 if (res.sect == NULL) in dbm_page_get()
157 res.sect = "(NULL)\0"; in dbm_page_get()
253 cp = dbm_get(pages[0].sect); in page_bytitle()
/freebsd-12.1/lib/geom/virstor/
H A Dgeom_virstor.c156 unsigned char *sect; in virstor_label() local
409 sect = malloc(ssize); in virstor_label()
410 if (sect == NULL) in virstor_label()
412 bzero(sect, ssize); in virstor_label()
413 virstor_metadata_encode(&md, sect); in virstor_label()
414 error = g_metadata_store(name, sect, ssize); in virstor_label()
415 free(sect); in virstor_label()

1234