Searched refs:sect (Results 26 - 50 of 58) sorted by relevance

123

/freebsd-11.0-release/crypto/openssl/crypto/asn1/
H A Dasn1_gen.c463 STACK_OF(CONF_VALUE) *sect = NULL;
473 sect = X509V3_get_section(cnf, (char *)section);
474 if (!sect)
476 for (i = 0; i < sk_CONF_VALUE_num(sect); i++) {
478 generate_v3(sk_CONF_VALUE_value(sect, i)->value, cnf,
519 if (sect)
520 X509V3_section_free(cnf, sect);
/freebsd-11.0-release/contrib/binutils/bfd/
H A Ddwarf2.c2248 asection *sect; local
2254 for (sect = abfd->sections; sect != NULL; sect = sect->next)
2258 if (sect->vma != 0 || (sect->flags & SEC_LOAD) == 0)
2261 sz = sect->rawsize ? sect->rawsize : sect
[all...]
H A Delf.c7482 elfcore_maybe_make_sect (bfd *abfd, char *name, asection *sect)
7489 sect2 = bfd_make_section_with_flags (abfd, name, sect->flags);
7493 sect2->size = sect->size;
7494 sect2->filepos = sect->filepos;
7495 sect2->alignment_power = sect->alignment_power;
7515 asection *sect;
7526 sect = bfd_make_section_anyway_with_flags (abfd, threaded_name,
7528 if (sect == NULL)
7530 sect->size = size;
7531 sect
7474 elfcore_maybe_make_sect(bfd *abfd, char *name, asection *sect) argument
7507 asection *sect; local
7789 asection *sect; local
7869 asection *sect; local
7999 asection *sect = bfd_make_section_anyway_with_flags (abfd, ".auxv", local
8123 asection *sect; local
8176 asection *sect; local
[all...]
H A Dcoffgen.c1384 asection *sect = bfd_get_section_by_name (abfd, ".debug"); local
1386 if (!sect)
1392 sec_size = sect->size;
1402 if (bfd_seek (abfd, sect->filepos, SEEK_SET) != 0
/freebsd-11.0-release/crypto/openssh/regress/unittests/sshkey/
H A Dtest_sshkey.c42 struct sshbuf *sect; local
44 sect = sshbuf_new();
45 ASSERT_PTR_NE(sect, NULL);
48 ASSERT_INT_EQ(sshbuf_put_cstring(sect, value), 0);
49 ASSERT_INT_EQ(sshbuf_put_stringb(b, sect), 0);
50 sshbuf_free(sect);
/freebsd-11.0-release/contrib/smbfs/lib/smb/
H A Drcfile.c412 opt_args_parse(struct rcfile *rcp, struct opt_args *ap, const char *sect, argument
420 if (rc_getstringptr(rcp, sect, ap->name, &ap->str) != 0)
430 error = rc_getbool(rcp, sect, ap->name, &ap->ival);
438 if (rc_getint(rcp, sect, ap->name, &ap->ival) != 0)
/freebsd-11.0-release/sys/sparc64/include/
H A Dktr.h43 .sect .rodata ; \
H A Dasmacros.h171 .sect .rodata ; \
189 .sect .rodata ; \
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dprintcmd.c771 do_examine (struct format_data fmt, CORE_ADDR addr, asection *sect)
784 next_section = sect;
839 last_examine_value = value_at_lazy (val_type, next_address, sect);
1015 asection *sect;
1026 sect = osect->the_bfd_section;
1027 sect_addr = overlay_mapped_address (addr, sect);
1030 (msymbol = lookup_minimal_symbol_by_pc_section (sect_addr, sect)))
1040 if (pc_in_unmapped_range (addr, sect))
1042 if (section_is_overlay (sect))
1044 section_is_mapped (sect)
768 do_examine(struct format_data fmt, CORE_ADDR addr, asection *sect) argument
1011 asection *sect; local
[all...]
H A Dwin32-nat.c2255 map_single_dll_code_section (bfd * abfd, asection * sect, void *obj) argument
2263 if (sect->flags & SEC_CODE)
2290 new_target_sect_ptr->addr = args->addr + bfd_section_vma (abfd, sect);
2291 new_target_sect_ptr->endaddr = args->addr + bfd_section_vma (abfd, sect) +
2292 bfd_section_size (abfd, sect);;
2293 new_target_sect_ptr->the_bfd_section = sect;
2327 core_section_load_dll_symbols (bfd * abfd, asection * sect, void *obj) argument
2339 if (strncmp (sect->name, ".module", 7))
2342 buf = (char *) xmalloc (sect->_raw_size + 1);
2345 printf_unfiltered ("memory allocation failed for %s\n", sect
[all...]
H A Dpa64solib.c155 asection *sect; local
187 asection *sect; local
189 sect = bfd_get_section_by_name (abfd, pa64_debug_section_names[i]);
190 if (sect)
191 st_size += (LONGEST)bfd_section_size (abfd, sect);
H A Dcoffread.c256 find_targ_sec (bfd *abfd, asection *sect, void *obj)
259 if (sect->target_index == args->targ_index)
260 *args->resultp = sect;
267 asection *sect = NULL;
272 args.resultp = &sect;
274 if (sect != NULL)
277 if (bfd_get_section_flags (abfd, sect) & SEC_CODE)
279 else if (bfd_get_section_flags (abfd, sect) & SEC_LOAD)
283 off = sect->index;
295 asection *sect
255 find_targ_sec(bfd *abfd, asection *sect, void *obj) argument
266 asection *sect = NULL; local
294 asection *sect = NULL; local
[all...]
H A Dsomsolib.c213 asection *sect; local
245 sect = bfd_get_section_by_name (abfd, "$DEBUG$");
246 if (sect)
247 st_size += (LONGEST) bfd_section_size (abfd, sect);
250 sect = bfd_get_section_by_name (abfd, "$PINFO$");
251 if (sect)
252 st_size += (LONGEST) bfd_section_size (abfd, sect);
H A Dvalue.h321 asection * sect);
323 asection * sect);
H A Ddve3900-rom.c36 typedef void (*section_map_func) (bfd * abfd, asection * sect, void *obj);
H A Dvalops.c460 value_at (struct type *type, CORE_ADDR addr, asection *sect) argument
473 VALUE_BFD_SECTION (val) = sect;
481 value_at_lazy (struct type *type, CORE_ADDR addr, asection *sect) argument
493 VALUE_BFD_SECTION (val) = sect;
/freebsd-11.0-release/contrib/openpam/misc/
H A Dgendoc.pl224 my ($page, $sect) = ($1, $2 ? int($2) : 3);
225 ++$xref{$sect}->{$page};
417 foreach my $sect (sort(keys(%{$xref}))) {
418 foreach my $page (sort(dictionary_order keys(%{$xref->{$sect}}))) {
419 push(@refs, "$page $sect");
/freebsd-11.0-release/sys/dev/txp/
H A Dif_txp.c602 int sect; local
654 for (sect = 0; sect < le32toh(fileheader->nsections); sect++) {
655 if ((error = txp_download_fw_section(sc, secthead, sect)) != 0)
707 struct txp_fw_section_header *sect, int sectnum)
720 if (le32toh(sect->nbytes) == 0)
724 rseg = ((uint8_t *)sect) - ((uint8_t *)tc990image);
732 rseg += le32toh(sect->nbytes);
745 0, &sec_map, (void **)&sec_buf, le32toh(sect
706 txp_download_fw_section(struct txp_softc *sc, struct txp_fw_section_header *sect, int sectnum) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp611 static void DumpCstringSection(MachOObjectFile *O, const char *sect, argument
621 for (; i < sect_size && sect[i] != '\0'; i++)
622 DumpCstringChar(sect[i]);
623 if (i < sect_size && sect[i] == '\0')
644 static void DumpLiteral4Section(MachOObjectFile *O, const char *sect, argument
655 memcpy(&f, sect + i, sizeof(float));
659 memcpy(&l, sect + i, sizeof(uint32_t));
688 static void DumpLiteral8Section(MachOObjectFile *O, const char *sect, argument
699 memcpy(&d, sect + i, sizeof(double));
703 memcpy(&l0, sect
720 DumpLiteral16Section(MachOObjectFile *O, const char *sect, uint32_t sect_size, uint64_t sect_addr, bool print_addresses) argument
745 DumpLiteralPointerSection(MachOObjectFile *O, const SectionRef &Section, const char *sect, uint32_t sect_size, uint64_t sect_addr, bool print_addresses) argument
912 DumpInitTermPointerSection(MachOObjectFile *O, const char *sect, uint32_t sect_size, uint64_t sect_addr, SymbolAddressMap *AddrMap, bool verbose) argument
945 DumpRawSectionContents(MachOObjectFile *O, const char *sect, uint32_t size, uint64_t addr) argument
1032 const char *sect = reinterpret_cast<const char *>(BytesStr.data()); local
1109 const char *sect = reinterpret_cast<const char *>(BytesStr.data()); local
5487 DumpProtocolSection(MachOObjectFile *O, const char *sect, uint32_t size, uint32_t addr) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DSection.h47 FindSectionIndex (const Section* sect);
/freebsd-11.0-release/contrib/binutils/include/coff/
H A Decoff.h347 /* Cache entry for most recently found line information. The sect
351 asection *sect; member in struct:ecoff_find_line::__anon380
/freebsd-11.0-release/share/mk/
H A Dbsd.man.mk205 page=$$1; shift; sect=$$1; shift; \
206 d=${DESTDIR}${MANDIR}$${sect}${MANSUBDIR}; \
/freebsd-11.0-release/include/arpa/
H A Dnameser.h660 int ns_newmsg_rr(ns_newmsg *handle, ns_sect sect,
/freebsd-11.0-release/contrib/binutils/binutils/
H A Dreadelf.c8464 Elf_Internal_Shdr *sect;
8473 for (i = 0, sect = section_headers;
8475 i++, sect++)
8477 if (sect->sh_type != proc_type && sect->sh_type != SHT_GNU_ATTRIBUTES)
8480 contents = get_data (NULL, file, sect->sh_offset, 1, sect->sh_size,
8488 len = sect->sh_size - 1;
8732 Elf_Internal_Shdr *sect = section_headers;
8739 while (sect
8461 Elf_Internal_Shdr *sect; local
8729 Elf_Internal_Shdr *sect = section_headers; local
[all...]
/freebsd-11.0-release/contrib/gdb/include/
H A Dhp-symtab.h1825 unsigned int sect: 1; /* true = section, false = parag. */ member in struct:quick_paragraph

Completed in 399 milliseconds

123