| /NextBSD/crypto/openssl/crypto/ts/ |
| HD | ts_conf.c | 165 const char *TS_CONF_get_tsa_section(CONF *conf, const char *section) in TS_CONF_get_tsa_section() argument 167 if (!section) { in TS_CONF_get_tsa_section() 168 section = NCONF_get_string(conf, BASE_SECTION, ENV_DEFAULT_TSA); in TS_CONF_get_tsa_section() 169 if (!section) in TS_CONF_get_tsa_section() 172 return section; in TS_CONF_get_tsa_section() 175 int TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb, in TS_CONF_set_serial() argument 179 char *serial = NCONF_get_string(conf, section, ENV_SERIAL); in TS_CONF_set_serial() 181 TS_CONF_lookup_fail(section, ENV_SERIAL); in TS_CONF_set_serial() 193 int TS_CONF_set_crypto_device(CONF *conf, const char *section, in TS_CONF_set_crypto_device() argument 199 device = NCONF_get_string(conf, section, ENV_CRYPTO_DEVICE); in TS_CONF_set_crypto_device() [all …]
|
| /NextBSD/contrib/gcc/ |
| HD | output.h | 497 section *next; 522 union section GTY ((desc ("SECTION_STYLE (&(%h))"))) 536 extern GTY(()) section *text_section; 537 extern GTY(()) section *data_section; 538 extern GTY(()) section *readonly_data_section; 539 extern GTY(()) section *sdata_section; 540 extern GTY(()) section *ctors_section; 541 extern GTY(()) section *dtors_section; 542 extern GTY(()) section *bss_section; 543 extern GTY(()) section *sbss_section; [all …]
|
| /NextBSD/crypto/openssl/crypto/conf/ |
| HD | conf_api.c | 81 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section) in IMPLEMENT_LHASH_DOALL_ARG_FN() 85 if ((conf == NULL) || (section == NULL)) in IMPLEMENT_LHASH_DOALL_ARG_FN() 88 vv.section = (char *)section; in IMPLEMENT_LHASH_DOALL_ARG_FN() 95 const char *section) in STACK_OF() 99 v = _CONF_get_section(conf, section); in STACK_OF() 106 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value) in _CONF_add_string() argument 111 ts = (STACK_OF(CONF_VALUE) *)section->value; in _CONF_add_string() 113 value->section = section->section; in _CONF_add_string() 128 char *_CONF_get_string(const CONF *conf, const char *section, in _CONF_get_string() argument 137 if (section != NULL) { in _CONF_get_string() [all …]
|
| /NextBSD/contrib/binutils/bfd/ |
| HD | simple.c | 32 asection *section ATTRIBUTE_UNUSED, in simple_dummy_warning() 42 asection *section ATTRIBUTE_UNUSED, in simple_dummy_undefined_symbol() 56 asection *section ATTRIBUTE_UNUSED, in simple_dummy_reloc_overflow() 66 asection *section ATTRIBUTE_UNUSED, in simple_dummy_reloc_dangerous() 76 asection *section ATTRIBUTE_UNUSED, in simple_dummy_unattached_reloc() 103 asection *section; member 108 asection *section, in simple_save_output_info() argument 112 output_info[section->index].offset = section->output_offset; in simple_save_output_info() 113 output_info[section->index].section = section->output_section; in simple_save_output_info() 114 if ((section->flags & SEC_DEBUGGING) != 0 in simple_save_output_info() [all …]
|
| HD | section.c | 731 memset (&((struct section_hash_entry *) entry)->section, 0, in bfd_section_hash_newfunc() 754 newsect->symbol->section = newsect; in _bfd_generic_new_section_hook() 838 return &sh->section; in bfd_get_section_by_name() 884 if ((*operation) (abfd, &sh->section, user_storage)) in bfd_get_section_by_name_if() 885 return &sh->section; in bfd_get_section_by_name_if() 992 newsect = &sh->section; in bfd_make_section_old_way() 1047 newsect = &sh->section; in bfd_make_section_anyway_with_flags() 1062 newsect = &new_sh->section; in bfd_make_section_anyway_with_flags() 1132 newsect = &sh->section; in bfd_make_section_with_flags() 1186 sec_ptr section, in bfd_set_section_flags() argument [all …]
|
| HD | coff-aux.c | 60 coff_m68k_aux_link_add_one_symbol (info, abfd, name, flags, section, value, in coff_m68k_aux_link_add_one_symbol() argument 66 asection *section; 76 !bfd_is_und_section (section) && 77 !bfd_is_com_section (section)) 102 if (! (*info->callbacks->notice) (info, name, abfd, section, value)) 116 msec = h->u.def.section; 120 if (bfd_is_abs_section (msec) && !bfd_is_abs_section (section)) 122 h->u.def.section = section; 126 else if (bfd_is_abs_section (section) && !bfd_is_abs_section (msec)) 132 return _bfd_generic_link_add_one_symbol (info, abfd, name, flags, section,
|
| HD | mipsbsd.c | 214 if (bfd_is_und_section (symbol->section) 220 if (bfd_is_com_section (symbol->section)) 225 relocation += symbol->section->output_section->vma; 226 relocation += symbol->section->output_offset; 265 if (bfd_is_und_section (symbol->section) 271 if (bfd_is_com_section (symbol->section)) 276 relocation += symbol->section->output_section->vma; 277 relocation += symbol->section->output_offset; 349 MY(canonicalize_reloc) (abfd, section, relptr, symbols) 351 sec_ptr section; variable [all …]
|
| /NextBSD/contrib/gcc/config/rs6000/ |
| HD | eabi-cn.asm | 43 .section ".got","aw" 48 .section ".got1","aw" 53 .section ".got2","aw" 58 .section ".fixup","aw" 63 .section ".ctors","aw" 68 .section ".dtors","aw" 73 .section ".sdata","aw" 78 .section ".sbss","aw",@nobits 83 .section ".sdata2","a" 88 .section ".sbss2","a" [all …]
|
| HD | eabi-ci.asm | 45 .section ".got","aw" 50 .section ".got1","aw" 55 .section ".got2","aw" 60 .section ".fixup","aw" 65 .section ".ctors","aw" 70 .section ".dtors","aw" 75 .section ".sdata","aw" 83 .section ".sbss","aw",@nobits 88 .section ".sdata2","a" 96 .section ".sbss2","a" [all …]
|
| /NextBSD/lib/libc/nameser/ |
| HD | ns_parse.c | 82 ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) { in ns_skiprr() argument 92 if (section != ns_s_qd) { in ns_skiprr() 142 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { in ns_parserr() argument 147 tmp = section; in ns_parserr() 148 if (tmp < 0 || section >= ns_s_max) in ns_parserr() 150 if (section != handle->_sect) in ns_parserr() 151 setsection(handle, section); in ns_parserr() 156 if (rrnum < 0 || rrnum >= handle->_counts[(int)section]) in ns_parserr() 159 setsection(handle, section); in ns_parserr() 161 b = ns_skiprr(handle->_msg_ptr, handle->_eom, section, in ns_parserr() [all …]
|
| /NextBSD/crypto/openssl/crypto/x509v3/ |
| HD | v3_conf.c | 75 static char *conf_lhash_get_string(void *db, char *section, char *value); 76 static STACK_OF(CONF_VALUE) *conf_lhash_get_section(void *db, char *section); 328 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_add_nconf_sk() argument 335 if (!(nval = NCONF_get_section(conf, section))) in X509V3_EXT_add_nconf_sk() 352 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_add_nconf() argument 358 return X509V3_EXT_add_nconf_sk(conf, ctx, section, sk); in X509V3_EXT_add_nconf() 363 int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_CRL_add_nconf() argument 369 return X509V3_EXT_add_nconf_sk(conf, ctx, section, sk); in X509V3_EXT_CRL_add_nconf() 374 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, char *section, in X509V3_EXT_REQ_add_nconf() argument 381 i = X509V3_EXT_add_nconf_sk(conf, ctx, section, sk); in X509V3_EXT_REQ_add_nconf() [all …]
|
| /NextBSD/usr.sbin/ndiscvt/ |
| HD | inf.c | 61 static struct section 70 static void dump_paramreg (const struct section *, 99 struct section *sec; in section_add() 101 sec = malloc(sizeof(struct section)); in section_add() 102 bzero(sec, sizeof(struct section)); in section_add() 124 if (strcasecmp(assign->section->name, s) == 0) { in find_assign() 147 if (assign == NULL || assign->section != a->section) in find_next_assign() 164 struct section * 167 struct section *section; in find_section() local 169 TAILQ_FOREACH(section, &sh, link) { in find_section() [all …]
|
| HD | inf.h | 9 struct section { struct 12 TAILQ_ENTRY(section) link; argument 14 TAILQ_HEAD(section_head, section); 17 struct section *section; member 27 struct section *section; member
|
| /NextBSD/contrib/binutils/binutils/ |
| HD | objdump.c | 299 dump_section_header (bfd *abfd, asection *section, in dump_section_header() argument 307 if (section->flags & SEC_LINKER_CREATED) in dump_section_header() 310 printf ("%3d %-13s %08lx ", section->index, in dump_section_header() 311 bfd_get_section_name (abfd, section), in dump_section_header() 312 (unsigned long) bfd_section_size (abfd, section) / opb); in dump_section_header() 313 bfd_printf_vma (abfd, bfd_get_section_vma (abfd, section)); in dump_section_header() 315 bfd_printf_vma (abfd, section->lma); in dump_section_header() 316 printf (" %08lx 2**%u", (unsigned long) section->filepos, in dump_section_header() 317 bfd_get_section_alignment (abfd, section)); in dump_section_header() 323 if (section->flags & x) { printf ("%s%s", comma, y); comma = ", "; } in dump_section_header() [all …]
|
| HD | addr2line.c | 128 find_address_in_section (bfd *abfd, asection *section, in find_address_in_section() argument 137 if ((bfd_get_section_flags (abfd, section) & SEC_ALLOC) == 0) in find_address_in_section() 140 vma = bfd_get_section_vma (abfd, section); in find_address_in_section() 144 size = bfd_get_section_size (section); in find_address_in_section() 148 found = bfd_find_nearest_line (abfd, section, syms, pc - vma, in find_address_in_section() 155 find_offset_in_section (bfd *abfd, asection *section) in find_offset_in_section() argument 162 if ((bfd_get_section_flags (abfd, section) & SEC_ALLOC) == 0) in find_offset_in_section() 165 size = bfd_get_section_size (section); in find_offset_in_section() 169 found = bfd_find_nearest_line (abfd, section, syms, pc, in find_offset_in_section() 177 translate_addresses (bfd *abfd, asection *section) in translate_addresses() argument [all …]
|
| HD | readelf.c | 294 #define GET_ELF_SYMBOLS(file, section) \ argument 295 (is_32bit_elf ? get_32bit_elf_symbols (file, section) \ 296 : get_64bit_elf_symbols (file, section)) 2808 request_dump (unsigned int section, int type) in request_dump() argument 2810 if (section >= num_dump_sects) in request_dump() 2814 new_dump_sects = calloc (section + 1, 1); in request_dump() 2826 num_dump_sects = section + 1; in request_dump() 2831 dump_sects[section] |= type; in request_dump() 2839 request_dump_byname (const char *section, int type) in request_dump_byname() argument 2847 new_request->name = strdup (section); in request_dump_byname() [all …]
|
| /NextBSD/contrib/gcc/config/ |
| HD | darwin-sections.def | 2 ".section __TEXT,__textcoal_nt,coalesced,pure_instructions", 0) 4 ".section __TEXT,__text_unlikely_coal," 8 ".section __TEXT,__const_coal,coalesced", 0) 11 ".section __DATA,__const_coal,coalesced", 0) 13 ".section __DATA,__datacoal_nt,coalesced", 0) 33 ".section __OBJC, __sel_fixup, regular, no_dead_strip", 1) 39 ".section __OBJC, __cstring_object, regular, no_dead_strip", 1) 43 ".section __OBJC, __image_info, regular, no_dead_strip", 1) 53 ".section __TEXT,__symbol_stub1,symbol_stubs," 57 ".section __TEXT,__picsymbolstub1,symbol_stubs," [all …]
|
| /NextBSD/contrib/gcc/config/i386/ |
| HD | nwld.c | 39 const char section[] = ".ctors"TARGET_SUB_SECTION_SEPARATOR; in nwld_named_section_asm_out_constructor() local 41 char section[20]; in nwld_named_section_asm_out_constructor() 43 sprintf (section, in nwld_named_section_asm_out_constructor() 51 switch_to_section (get_section (section, 0, NULL)); in nwld_named_section_asm_out_constructor() 60 const char section[] = ".dtors"TARGET_SUB_SECTION_SEPARATOR; in nwld_named_section_asm_out_destructor() local 62 char section[20]; in nwld_named_section_asm_out_destructor() 64 sprintf (section, ".dtors"TARGET_SUB_SECTION_SEPARATOR"%.5u", in nwld_named_section_asm_out_destructor() 71 switch_to_section (get_section (section, 0, NULL)); in nwld_named_section_asm_out_destructor()
|
| /NextBSD/contrib/subversion/subversion/libsvn_subr/ |
| HD | config.c | 333 cfg_section_t *section, in for_each_option() argument 367 merge_callback(void *baton, cfg_section_t *section, cfg_option_t *option) in merge_callback() argument 369 svn_config_set(baton, section->name, option->name, option->value); in merge_callback() 397 rmex_callback(void *baton, cfg_section_t *section, cfg_option_t *option) in rmex_callback() argument 458 find_option(svn_config_t *cfg, const char *section, const char *option, in find_option() argument 461 void *sec_ptr = get_hash_value(cfg->sections, cfg->tmp_key, section, in find_option() 473 && apr_strnatcasecmp(section, SVN_CONFIG__DEFAULT_SECTION) != 0) in find_option() 486 expand_option_value(svn_config_t *cfg, cfg_section_t *section, 495 cfg_section_t *section, cfg_option_t *opt, in make_string_from_option() argument 514 expand_option_value(cfg, section, opt->value, &opt->x_value, tmp_pool); in make_string_from_option() [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | SectionLoadList.cpp | 63 SectionLoadList::GetSectionLoadAddress (const lldb::SectionSP §ion) const in GetSectionLoadAddress() 67 if (section) in GetSectionLoadAddress() 70 sect_to_addr_collection::const_iterator pos = m_sect_to_addr.find (section.get()); in GetSectionLoadAddress() 79 SectionLoadList::SetSectionLoadAddress (const lldb::SectionSP §ion, addr_t load_addr, bool warn… in SetSectionLoadAddress() argument 83 ModuleSP module_sp (section->GetModule()); in SetSectionLoadAddress() 91 __FUNCTION__, static_cast<void*>(section.get()), in SetSectionLoadAddress() 93 section->GetName().AsCString(), load_addr, in SetSectionLoadAddress() 97 if (section->GetByteSize() == 0) in SetSectionLoadAddress() 102 sect_to_addr_collection::iterator sta_pos = m_sect_to_addr.find(section.get()); in SetSectionLoadAddress() 111 m_sect_to_addr[section.get()] = load_addr; in SetSectionLoadAddress() [all …]
|
| /NextBSD/crypto/openssh/ |
| HD | PROTOCOL.krl | 30 to this is the KRL_SECTION_SIGNATURE section, that has a slightly different 33 The available section types are: 40 3. Certificate serial section 55 The certificate section types are: 62 2.1 Certificate serial list section 64 This section is identified as KRL_SECTION_CERT_SERIAL_LIST. It revokes 71 This section may appear multiple times. 73 2.2. Certificate serial range section 84 This section may appear multiple times. 86 2.3. Certificate serial bitmap section [all …]
|
| /NextBSD/contrib/binutils/ld/ |
| HD | ldctor.c | 59 asection *section, in ldctor_add_set_entry() argument 97 && section->owner != NULL in ldctor_add_set_entry() 98 && p->elements->section->owner != NULL in ldctor_add_set_entry() 99 && strcmp (bfd_get_target (section->owner), in ldctor_add_set_entry() 100 bfd_get_target (p->elements->section->owner)) != 0) in ldctor_add_set_entry() 111 e->section = section; in ldctor_add_set_entry() 290 if (p->elements->section->owner != NULL) in ldctor_build_sets() 291 howto = bfd_reloc_type_lookup (p->elements->section->owner, in ldctor_build_sets() 296 bfd_get_target (p->elements->section->owner), in ldctor_build_sets() 358 minfo ("%G\n", e->section->owner, e->section, e->value); in ldctor_build_sets() [all …]
|
| /NextBSD/usr.bin/nl/ |
| HD | nl.c | 278 int section; /* logical page section */ in filter() local 285 section = BODY; in filter() 299 section = idx; in filter() 307 switch (numbering_properties[section].type) { in filter() 327 (regexec(&numbering_properties[section].expr, in filter() 361 parse_numbering(const char *argstr, int section) in parse_numbering() argument 368 numbering_properties[section].type = number_all; in parse_numbering() 371 numbering_properties[section].type = number_none; in parse_numbering() 374 numbering_properties[section].type = number_nonempty; in parse_numbering() 378 if (numbering_properties[section].type == number_regex) in parse_numbering() [all …]
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | blockframe.c | 299 find_pc_sect_function (CORE_ADDR pc, struct bfd_section *section) in find_pc_sect_function() argument 301 struct block *b = block_for_pc_sect (pc, section); in find_pc_sect_function() 347 find_pc_sect_partial_function (CORE_ADDR pc, asection *section, char **name, in find_pc_sect_partial_function() argument 358 mapped_pc = overlay_mapped_address (pc, section); in find_pc_sect_partial_function() 362 && section == cache_pc_function_section) in find_pc_sect_partial_function() 372 cache_pc_function_section = section; in find_pc_sect_partial_function() 376 msymbol = lookup_minimal_symbol_by_pc_section (mapped_pc, section); in find_pc_sect_partial_function() 377 pst = find_pc_sect_psymtab (mapped_pc, section); in find_pc_sect_partial_function() 393 f = find_pc_sect_function (mapped_pc, section); in find_pc_sect_partial_function() 402 cache_pc_function_section = section; in find_pc_sect_partial_function() [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/source/Symbol/ |
| HD | ObjectFile.cpp | 459 ObjectFile::ReadSectionData (const Section *section, lldb::offset_t section_offset, void *dst, size… in ReadSectionData() argument 461 assert(section); in ReadSectionData() 462 section_offset *= section->GetTargetByteSize(); in ReadSectionData() 465 if (section->GetObjectFile() != this) in ReadSectionData() 466 return section->GetObjectFile()->ReadSectionData (section, section_offset, dst, dst_len); in ReadSectionData() 474 const addr_t base_load_addr = section->GetLoadBaseAddress (&process_sp->GetTarget()); in ReadSectionData() 481 const lldb::offset_t section_file_size = section->GetFileSize(); in ReadSectionData() 488 return CopyData (section->GetFileOffset() + section_offset, section_dst_len, dst); in ReadSectionData() 492 if (section->GetType() == eSectionTypeZeroFill) in ReadSectionData() 494 const uint64_t section_size = section->GetByteSize(); in ReadSectionData() [all …]
|