Home
last modified time | relevance | path

Searched refs:section (Results 1 – 25 of 1194) sorted by relevance

12345678910>>...48

/freebsd-13.1/contrib/processor-trace/libipt/src/
H A Dpt_section.c80 section = malloc(sizeof(*section)); in pt_mk_section()
86 memset(section, 0, sizeof(*section)); in pt_mk_section()
128 if (!section) in pt_section_lock()
146 if (!section) in pt_section_unlock()
164 if (!section) in pt_section_free()
184 if (!section) in pt_section_get()
207 if (!section) in pt_section_put()
234 if (!section) in pt_section_lock_attach()
252 if (!section) in pt_section_unlock_attach()
617 status = section->unmap(section); in pt_section_unmap()
[all …]
H A Dpt_image_section_cache.c184 section = entry->section; in pt_iscache_find_locked()
298 lru->section = section; in pt_isache_lru_new()
331 if (lru->section != section) in pt_iscache_lru_add()
362 if (lru->section != section) in pt_iscache_lru_remove()
406 if (lru->section != section) { in pt_iscache_lru_resize()
474 section = NULL; in pt_iscache_find_section_locked()
492 if (section) in pt_iscache_find_section_locked()
732 iscache->entries[idx].section = section; in pt_iscache_add()
803 *section = entry->section; in pt_iscache_lookup()
851 section = entries[idx].section; in pt_iscache_clear()
[all …]
H A Dpt_section_file.c115 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 Dpt_image.c77 pt_msec_init(&list->section, section, asid, vaddr, offset, size); in pt_mk_section_list()
92 pt_section_put(list->section.section); in pt_section_list_free()
162 if (!image || !section) in pt_image_add()
272 if (!image || !section) in pt_image_remove()
284 msec = &trash->section; in pt_image_remove()
322 section = NULL; in pt_image_add_file()
361 errcode = pt_image_add(image, list->section.section, in pt_image_copy()
395 msec = &trash->section; in pt_image_remove_by_filename()
550 msec = &elem->section; in pt_image_fetch_section()
599 msec = &slist->section; in pt_image_read()
[all …]
H A Dpt_msec_cache.c57 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-13.1/contrib/processor-trace/libipt/test/src/
H A Dptunit-image_section_cache.c102 section = malloc(sizeof(*section)); in pt_mk_section()
565 cfix->section[idx] = section; in dfix_init()
820 section = cfix->section[0]; in find()
838 section = cfix->section[0]; in find_empty()
853 section = cfix->section[0]; in find_bad_filename()
881 section = cfix->section[0]; in find_bad_offset()
899 section = cfix->section[0]; in find_bad_size()
917 section = cfix->section[0]; in find_bad_laddr()
986 section = cfix->section[0]; in clear_find()
1796 section = cfix->section[0]; in worker_add_map()
[all …]
H A Dptunit-section.c171 ptu_ptr(sfix->section); in create()
206 ptu_ptr(sfix->section); in create_truncated()
226 ptu_null(sfix->section); in create_empty()
373 ptu_ptr(sfix->section); in get_overflow()
395 ptu_ptr(sfix->section); in attach_overflow()
417 ptu_ptr(sfix->section); in attach_bad_ucount()
438 ptu_ptr(sfix->section); in map_change()
457 ptu_ptr(sfix->section); in map_put()
480 ptu_ptr(sfix->section); in unmap_nomap()
1330 sfix->section = NULL; in sfix_init()
[all …]
H A Dptunit-msec_cache.c40 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 Dptunit-section-file.c105 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 Dptunit-image.c132 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()
273 *section = iscache->section[isid]; in pt_iscache_lookup()
377 return section->unmap(section); in pt_section_unmap()
389 return section->read(section, buffer, size, offset); in pt_section_read()
1928 ptu_ptr_eq(msec.section, &ifix->section[1]); in find()
1952 ptu_ptr_eq(msec.section, &ifix->section[0]); in find_asid()
1960 ptu_ptr_eq(msec.section, &ifix->section[0]); in find_asid()
[all …]
/freebsd-13.1/contrib/processor-trace/libipt/src/posix/
H A Dpt_section_posix.c79 if (!section) in check_file_status()
107 if (!section) in pt_sec_posix_map()
111 size = section->size; in pt_sec_posix_map()
167 if (!section) in pt_sec_posix_map_success()
204 if (!section) in pt_section_map()
211 if (section->mcount) in pt_section_map()
214 if (section->mapping) in pt_section_map()
269 if (!section) in pt_sec_posix_unmap()
273 if (!mapping || !section->unmap || !section->read || !section->memsize) in pt_sec_posix_unmap()
277 section->unmap = NULL; in pt_sec_posix_unmap()
[all …]
/freebsd-13.1/contrib/processor-trace/libipt/internal/include/
H A Dpt_section.h182 extern int pt_section_lock(struct pt_section *section);
202 extern int pt_section_get(struct pt_section *section);
214 extern int pt_section_put(struct pt_section *section);
279 if (!section) in pt_section_request_bcache()
282 if (section->bcache) in pt_section_request_bcache()
285 return pt_section_alloc_bcache(section); in pt_section_request_bcache()
296 pt_section_bcache(const struct pt_section *section) in pt_section_bcache() argument
298 if (!section) in pt_section_bcache()
301 return section->bcache; in pt_section_bcache()
336 if (section && !section->iscache) in pt_section_on_map()
[all …]
/freebsd-13.1/contrib/processor-trace/libipt/src/windows/
H A Dpt_section_windows.c96 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()
329 if (!section) in pt_sec_windows_unmap()
333 if (!mapping || !section->unmap || !section->read || !section->memsize) in pt_sec_windows_unmap()
337 section->unmap = NULL; in pt_sec_windows_unmap()
338 section->read = NULL; in pt_sec_windows_unmap()
[all …]
/freebsd-13.1/crypto/openssl/crypto/ts/
H A Dts_conf.c118 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-13.1/crypto/openssl/crypto/conf/
H A Dconf_api.c30 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-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DOpts.td19 "--section-groups and --histogram">;
22 def cg_profile : FF<"cg-profile", "Display call graph profile section">;
32 def section_data : FF<"section-data", "Display section data for each section shown">;
33 def section_details : FF<"section-details", "Display the section details">;
34 def section_headers : FF<"section-headers", "Display section headers">;
35 def section_mapping : FF<"section-mapping", "Display the section to segment mapping">;
36 def section_mapping_EQ_false : FF<"section-mapping=false", "Don't display the section to segment ma…
37 def section_relocations : FF<"section-relocations", "Display relocations for each section shown">;
38 def section_symbols : FF<"section-symbols", "Display symbols for each section shown">;
52 def section_groups : FF<"section-groups", "Display section groups">, Group<grp_elf>;
[all …]
/freebsd-13.1/lib/libc/nameser/
H A Dns_parse.c94 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-13.1/usr.sbin/ndiscvt/
H A Dinf.c63 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 …]
H A Dinf.h9 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
/freebsd-13.1/crypto/openssl/crypto/x509v3/
H A Dv3_conf.c308 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-13.1/contrib/googletest/googletest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/
H A Dproject.pbxproj9 /* 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 …]
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformWindows.c25 #pragma section(".lprfn$A", read)
26 #pragma section(".lprfn$Z", read)
29 #pragma section(".lprfd$A", read, write)
30 #pragma section(".lprfd$Z", read, write)
31 #pragma section(".lprfc$A", read, write)
32 #pragma section(".lprfc$Z", read, write)
33 #pragma section(".lorderfile$A", read, write)
34 #pragma section(".lprfnd$A", read, write)
35 #pragma section(".lprfnd$Z", read, write)
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dconfig.c702 const char *section) in svn_config_addsection() argument
708 s->name = apr_pstrdup(cfg->pool, section); in svn_config_addsection()
745 const char *section, in svn_config__is_expanded() argument
754 opt = find_option(cfg, section, option, NULL); in svn_config__is_expanded()
881 else if (section) /* unrecognized value */ in get_bool()
913 svn_config_set(cfg, section, option, in svn_config_set_bool()
920 const char *section, in svn_config_get_int64() argument
936 const char *section, in svn_config_set_int64() argument
940 svn_config_set(cfg, section, option, in svn_config_set_int64()
1069 find_option(cfg, section, NULL, &sec); in svn_config_enumerate()
[all …]
/freebsd-13.1/contrib/llvm-project/lld/docs/ELF/
H A Dlinker_script.rst47 section-command
48 section-command
52 Each section-command can be a symbol assignment, an output section description,
70 ``-z keep-text-section-prefix``.
72 Output section description
80 output-section-command
84 Output section address
97 Output section alignment
107 Output section LMA
139 output-section-description
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DSectionLoadList.cpp52 if (section) { in GetSectionLoadAddress()
55 m_sect_to_addr.find(section.get()); in GetSectionLoadAddress()
67 ModuleSP module_sp(section->GetModule()); in SetSectionLoadAddress()
71 section.get(), module_sp->GetFileSpec(), section->GetName(), in SetSectionLoadAddress()
74 if (section->GetByteSize() == 0) in SetSectionLoadAddress()
80 m_sect_to_addr.find(section.get()); in SetSectionLoadAddress()
87 m_sect_to_addr[section.get()] = load_addr; in SetSectionLoadAddress()
103 ModuleSP module_sp(section->GetModule()); in SetSectionLoadAddress()
111 section->GetName().GetCString(), in SetSectionLoadAddress()
117 ats_pos->second = section; in SetSectionLoadAddress()
[all …]

12345678910>>...48