| /freebsd-12.1/contrib/processor-trace/libipt/src/ |
| H A D | pt_section.c | 77 section = malloc(sizeof(*section)); in pt_mk_section() 78 if (!section) in pt_mk_section() 81 memset(section, 0, sizeof(*section)); in pt_mk_section() 117 if (!section) in pt_section_lock() 135 if (!section) in pt_section_unlock() 153 if (!section) in pt_section_free() 173 if (!section) in pt_section_get() 196 if (!section) in pt_section_put() 223 if (!section) in pt_section_lock_attach() 606 status = section->unmap(section); in pt_section_unmap() [all …]
|
| H A D | pt_image_section_cache.c | 180 section = entry->section; in pt_iscache_find_locked() 294 lru->section = section; in pt_isache_lru_new() 327 if (lru->section != section) in pt_iscache_lru_add() 358 if (lru->section != section) in pt_iscache_lru_remove() 402 if (lru->section != section) { in pt_iscache_lru_resize() 470 section = NULL; in pt_iscache_find_section_locked() 488 if (section) in pt_iscache_find_section_locked() 728 iscache->entries[idx].section = section; in pt_iscache_add() 799 *section = entry->section; in pt_iscache_lookup() 847 section = entries[idx].section; in pt_iscache_clear() [all …]
|
| H A D | pt_section_file.c | 115 if (!section) in pt_sec_file_map() 123 size = section->size; in pt_sec_file_map() 178 if (!section) in pt_sec_file_unmap() 183 if (!mapping || !section->unmap || !section->read || !section->memsize) in pt_sec_file_unmap() 186 section->mapping = NULL; in pt_sec_file_unmap() 187 section->unmap = NULL; in pt_sec_file_unmap() 188 section->read = NULL; in pt_sec_file_unmap() 189 section->memsize = NULL; in pt_sec_file_unmap() 206 if (!buffer || !section) in pt_sec_file_read() 246 if (!section || !size) in pt_sec_file_memsize() [all …]
|
| H A D | pt_image.c | 73 pt_msec_init(&list->section, section, asid, vaddr, offset, size); in pt_mk_section_list() 88 pt_section_put(list->section.section); in pt_section_list_free() 158 if (!image || !section) in pt_image_add() 268 if (!image || !section) in pt_image_remove() 280 msec = &trash->section; in pt_image_remove() 319 if (!section) in pt_image_add_file() 356 errcode = pt_image_add(image, list->section.section, in pt_image_copy() 390 msec = &trash->section; in pt_image_remove_by_filename() 545 msec = &elem->section; in pt_image_fetch_section() 594 msec = &slist->section; in pt_image_read() [all …]
|
| H A D | pt_msec_cache.c | 57 struct pt_section *section; in pt_msec_cache_invalidate() local 63 section = pt_msec_section(&cache->msec); in pt_msec_cache_invalidate() 64 if (!section) in pt_msec_cache_invalidate() 67 errcode = pt_section_unmap(section); in pt_msec_cache_invalidate() 71 cache->msec.section = NULL; in pt_msec_cache_invalidate() 73 return pt_section_put(section); in pt_msec_cache_invalidate() 105 struct pt_section *section; in pt_msec_cache_fill() local 121 section = pt_msec_section(msec); in pt_msec_cache_fill() 123 errcode = pt_section_map(section); in pt_msec_cache_fill() 125 (void) pt_section_put(section); in pt_msec_cache_fill() [all …]
|
| /freebsd-12.1/contrib/processor-trace/libipt/test/src/ |
| H A D | ptunit-image_section_cache.c | 101 section = malloc(sizeof(*section)); in pt_mk_section() 561 cfix->section[idx] = section; in dfix_init() 816 section = cfix->section[0]; in find() 834 section = cfix->section[0]; in find_empty() 849 section = cfix->section[0]; in find_bad_filename() 877 section = cfix->section[0]; in find_bad_offset() 895 section = cfix->section[0]; in find_bad_size() 913 section = cfix->section[0]; in find_bad_laddr() 982 section = cfix->section[0]; in clear_find() 1792 section = cfix->section[0]; in worker_add_map() [all …]
|
| H A D | ptunit-section.c | 169 ptu_ptr(sfix->section); in create() 186 ptu_null(sfix->section); in create_bad_offset() 200 ptu_ptr(sfix->section); in create_truncated() 217 ptu_null(sfix->section); in create_empty() 363 ptu_ptr(sfix->section); in get_overflow() 384 ptu_ptr(sfix->section); in attach_overflow() 405 ptu_ptr(sfix->section); in attach_bad_ucount() 425 ptu_ptr(sfix->section); in map_change() 443 ptu_ptr(sfix->section); in map_put() 1287 sfix->section = NULL; in sfix_init() [all …]
|
| H A D | ptunit-msec_cache.c | 40 if (!section) in pt_section_get() 129 section = image->section; in pt_image_validate() 133 if (section != msec->section) in pt_image_validate() 149 section = image->section; in pt_image_find() 156 msec->section = section; in pt_image_find() 291 ptu_ptr_eq(section, &tfix->section); in read() 333 ptu_ptr_eq(section, &tfix->section); in fill() 343 memset(&tfix->section, 0, sizeof(tfix->section)); in sfix_init() 354 tfix->image.section = &tfix->section; in ifix_init() 363 tfix->mcache.msec.section = &tfix->section; in cfix_init() [all …]
|
| H A D | ptunit-section-file.c | 105 if (!section) in pt_section_map_success() 108 mcount = section->mcount + 1; in pt_section_map_success() 110 (void) pt_section_unlock(section); in pt_section_map_success() 114 section->mcount = mcount; in pt_section_map_success() 122 (void) pt_section_unmap(section); in pt_section_map_success() 138 if (!section) in pt_section_map() 145 mcount = section->mcount; in pt_section_map() 149 if (section->mapping) in pt_section_map() 152 filename = section->filename; in pt_section_map() 156 status = section->status; in pt_section_map() [all …]
|
| H A D | ptunit-image.c | 132 memset(section, 0, sizeof(*section)); in ifix_init_section() 178 ifix->iscache.section[index] = section; in ifix_cache_section() 189 if (!section) in pt_section_filename() 197 if (!section) in pt_section_offset() 272 *section = iscache->section[isid]; in pt_iscache_lookup() 376 return section->unmap(section); in pt_section_unmap() 388 return section->read(section, buffer, size, offset); in pt_section_read() 1927 ptu_ptr_eq(msec.section, &ifix->section[1]); in find() 1951 ptu_ptr_eq(msec.section, &ifix->section[0]); in find_asid() 1959 ptu_ptr_eq(msec.section, &ifix->section[0]); in find_asid() [all …]
|
| /freebsd-12.1/contrib/processor-trace/libipt/src/posix/ |
| H A D | pt_section_posix.c | 79 if (!section) in check_file_status() 106 if (!section) in pt_sec_posix_map() 110 size = section->size; in pt_sec_posix_map() 162 if (!section) in pt_sec_posix_map_success() 199 if (!section) in pt_section_map() 206 if (section->mcount) in pt_section_map() 209 if (section->mapping) in pt_section_map() 262 if (!section) in pt_sec_posix_unmap() 266 if (!mapping || !section->unmap || !section->read || !section->memsize) in pt_sec_posix_unmap() 270 section->unmap = NULL; in pt_sec_posix_unmap() [all …]
|
| /freebsd-12.1/contrib/processor-trace/libipt/src/windows/ |
| H A D | pt_section_windows.c | 96 if (!section) in check_file_status() 134 if (!section) in pt_sec_windows_map() 138 size = section->size; in pt_sec_windows_map() 200 if (!section) in pt_sec_windows_map_success() 238 if (!section) in pt_section_map() 245 if (section->mcount) in pt_section_map() 330 if (!section) in pt_sec_windows_unmap() 334 if (!mapping || !section->unmap || !section->read || !section->memsize) in pt_sec_windows_unmap() 338 section->unmap = NULL; in pt_sec_windows_unmap() 339 section->read = NULL; in pt_sec_windows_unmap() [all …]
|
| /freebsd-12.1/contrib/processor-trace/libipt/internal/include/ |
| H A D | pt_section.h | 177 extern int pt_section_lock(struct pt_section *section); 197 extern int pt_section_get(struct pt_section *section); 209 extern int pt_section_put(struct pt_section *section); 274 if (!section) in pt_section_request_bcache() 277 if (section->bcache) in pt_section_request_bcache() 280 return pt_section_alloc_bcache(section); in pt_section_request_bcache() 291 pt_section_bcache(const struct pt_section *section) in pt_section_bcache() argument 293 if (!section) in pt_section_bcache() 296 return section->bcache; in pt_section_bcache() 331 if (section && !section->iscache) in pt_section_on_map() [all …]
|
| /freebsd-12.1/crypto/openssl/crypto/ts/ |
| H A D | ts_conf.c | 118 if (!section) { in TS_CONF_get_tsa_section() 120 if (!section) in TS_CONF_get_tsa_section() 123 return section; in TS_CONF_get_tsa_section() 132 ts_CONF_lookup_fail(section, ENV_SERIAL); in TS_CONF_set_serial() 153 ts_CONF_invalid(section, ENV_CRYPTO_DEVICE); in TS_CONF_set_crypto_device() 345 ts_CONF_lookup_fail(section, ENV_DIGESTS); in TS_CONF_set_digests() 349 ts_CONF_invalid(section, ENV_DIGESTS); in TS_CONF_set_digests() 353 ts_CONF_invalid(section, ENV_DIGESTS); in TS_CONF_set_digests() 362 ts_CONF_invalid(section, ENV_DIGESTS); in TS_CONF_set_digests() 384 ts_CONF_invalid(section, ENV_ACCURACY); in TS_CONF_set_accuracy() [all …]
|
| /freebsd-12.1/crypto/openssl/crypto/conf/ |
| H A D | conf_api.c | 30 vv.section = (char *)section; in _CONF_get_section() 55 value->section = section->section; in _CONF_add_string() 79 if (section != NULL) { in _CONF_get_string() 81 vv.section = (char *)section; in _CONF_get_string() 91 vv.section = "default"; in _CONF_get_string() 111 if (a->section != b->section) { in conf_value_cmp() 112 i = strcmp(a->section, b->section); in conf_value_cmp() 184 OPENSSL_free(a->section); in value_free_stack_doall() 199 i = strlen(section) + 1; in _CONF_new_section() 203 memcpy(v->section, section, i); in _CONF_new_section() [all …]
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | output.h | 497 section *next; 536 extern GTY(()) section *text_section; 537 extern GTY(()) section *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; 547 extern GTY(()) section *comm_section; 548 extern GTY(()) section *lcomm_section; [all …]
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | simple.c | 32 asection *section ATTRIBUTE_UNUSED, in simple_dummy_warning() 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() 117 section->output_offset = 0; in simple_save_output_info() 118 section->output_section = section; in simple_save_output_info() 124 asection *section, in simple_restore_output_info() argument 128 section->output_offset = output_info[section->index].offset; in simple_restore_output_info() 129 section->output_section = output_info[section->index].section; in simple_restore_output_info() [all …]
|
| H A D | section.c | 838 return &sh->section; in bfd_get_section_by_name() 885 return &sh->section; in bfd_get_section_by_name_if() 1047 newsect = &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 1189 section->flags = flags; in bfd_set_section_flags() 1332 sec_ptr section, in bfd_set_section_contents() argument 1345 sz = section->size; in bfd_set_section_contents() 1362 if (section->contents in bfd_set_section_contents() 1400 sec_ptr section, in bfd_get_section_contents() argument [all …]
|
| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A D | 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" 83 .section ".sdata2","a" 88 .section ".sbss2","a" 105 .section ".init","ax" [all …]
|
| H A D | 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" 88 .section ".sdata2","a" 96 .section ".sbss2","a" 112 .section ".init","ax" [all …]
|
| /freebsd-12.1/lib/libc/nameser/ |
| H A D | ns_parse.c | 94 if (section != ns_s_qd) { in ns_skiprr() 149 tmp = section; in ns_parserr() 152 if (section != handle->_sect) in ns_parserr() 153 setsection(handle, section); in ns_parserr() 161 setsection(handle, section); in ns_parserr() 182 if (section == ns_s_qd) { in ns_parserr() 212 if ((tmp = section) < 0 || section >= ns_s_max) in ns_parserr2() 214 if (section != handle->_sect) in ns_parserr2() 215 setsection(handle, section); in ns_parserr2() 223 setsection(handle, section); in ns_parserr2() [all …]
|
| /freebsd-12.1/usr.sbin/ndiscvt/ |
| H A D | inf.c | 63 static struct section 103 struct section *sec; in section_add() 151 if (assign == NULL || assign->section != a->section) in find_next_assign() 168 struct section * 171 struct section *section; in find_section() local 175 return(section); in find_section() 289 struct section *sec; in dump_deviceids_pci() 382 struct section *sec; in dump_deviceids_pcmcia() 475 struct section *sec; in dump_deviceids_usb() 567 struct section *sec; in dump_addreg() [all …]
|
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | objdump.c | 508 if (a->section > b->section) in compare_symbols() 510 else if (a->section < b->section) in compare_symbols() 1314 asection *section; in disassemble_bytes() local 1349 (section->vma in disassemble_bytes() 1350 + bfd_section_size (section->owner, section) / opb)); in disassemble_bytes() 1752 pinfo->section = section; in disassemble_section() 1834 ((SYM)->section == section \ in disassemble_section() 2022 struct dwarf_section *section = &debug_displays [debug].section; in load_debug_section() local 2050 section->start = xmalloc (section->size); in load_debug_section() 2074 struct dwarf_section *section = &debug_displays [debug].section; in free_debug_section() local [all …]
|
| /freebsd-12.1/crypto/openssl/crypto/x509v3/ |
| H A D | v3_conf.c | 308 if ((nval = NCONF_get_section(conf, section)) == NULL) in X509V3_EXT_add_nconf_sk() 337 return X509V3_EXT_add_nconf_sk(conf, ctx, section, sk); in X509V3_EXT_add_nconf() 348 return X509V3_EXT_add_nconf_sk(conf, ctx, section, sk); in X509V3_EXT_CRL_add_nconf() 360 i = X509V3_EXT_add_nconf_sk(conf, ctx, section, sk); in X509V3_EXT_REQ_add_nconf() 403 if (!section) in X509V3_section_free() 406 ctx->db_meth->free_section(ctx->db, section); in X509V3_section_free() 411 return NCONF_get_string(db, section, value); in nconf_get_string() 416 return NCONF_get_section(db, section); in STACK_OF() 464 return CONF_get_string(db, section, value); in conf_lhash_get_string() 469 return CONF_get_section(db, section); in STACK_OF() [all …]
|
| /freebsd-12.1/contrib/googletest/googletest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/ |
| H A D | project.pbxproj | 9 /* Begin PBXAggregateTarget section */ 34 /* End PBXAggregateTarget section */ 36 /* Begin PBXBuildFile section */ 43 /* End PBXBuildFile section */ 76 /* Begin PBXFileReference section */ 86 /* End PBXFileReference section */ 108 /* Begin PBXGroup section */ 173 /* End PBXGroup section */ 224 /* End PBXNativeTarget section */ 226 /* Begin PBXProject section */ [all …]
|