Home
last modified time | relevance | path

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

12345678910>>...56

/freebsd/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/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/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/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/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/crypto/openssl/test/recipes/80-test_cmp_http_data/
H A Dtest_connection.csv4 1,default config, -section,,,,,,,,BLANK,,,,BLANK,,BLANK,,BLANK,
5 TBD,Domain name, -section,, -server,_SERVER_CN:_SERVER_PORT,,,,,,,,,,,,,,
6 TBD,IP address, -section,, -server,_SERVER_IP:_SERVER_PORT,,,,,,,,,,,,,,
31 0,path mixed case, -section,,,,,,,,BLANK,, -path,pKiX/,BLANK,,BLANK,,BLANK,
32 0,path upper case, -section,,,,,,,,BLANK,, -path,PKIX/,BLANK,,BLANK,,BLANK,
36 1,msg_timeout 5, -section,,,,,,,,BLANK,,,, -msg_timeout,5,BLANK,,BLANK,
37 1,msg_timeout 0, -section,,,,,,,,BLANK,,,, -msg_timeout,0,BLANK,,BLANK,
46 1,keep_alive 0, -section,,,,,,,,BLANK,,,,BLANK,,BLANK,, -keep_alive,0
47 1,keep_alive 1, -section,,,,,,,,BLANK,,,,BLANK,,BLANK,, -keep_alive,1
48 1,keep_alive 2, -section,,,,,,,,BLANK,,,,BLANK,,BLANK,, -keep_alive,2
[all …]
H A Dtest_commands.csv4 1,minimum options, -section,, -cmd,ir,,BLANK,,,BLANK,,,BLANK,,BLANK,
6 0,no cmd, -section,,BLANK,,,BLANK,,,BLANK,,,BLANK,,BLANK,
7 0,cmd missing arg, -section,, -cmd,,,BLANK,,,BLANK,,,BLANK,,BLANK,
8 0,cmd undefined , -section,, -cmd,abc,,BLANK,,,BLANK,,,BLANK,,BLANK,
9 0,cmd incomplete, -section,, -cmd,i,,BLANK,,,BLANK,,,BLANK,,BLANK,
11 1,no cacertsout, -section,, -cmd,ir,,BLANK,,,BLANK,,,BLANK,,BLANK,
13 0,cacertsout missing arg, -section,, -cmd,ir,, -cacertsout,,,BLANK,,,BLANK,,BLANK,
15 1, --- get certificate for revocation ----, -section,, -cmd,cr,,BLANK,,,BLANK,,,BLANK,,BLANK,
38 0,without oldcert, -section,, -cmd,rr,,BLANK,,,BLANK,,,BLANK,,BLANK,
40 0,empty oldcert file, -section,, -cmd,rr,,BLANK,,,BLANK,,, -oldcert,empty.txt,BLANK,
[all …]
H A Dtest_credentials.csv4 0,secret missing arg, -section,,BLANK,, -secret,,BLANK,,BLANK,,BLANK,,BLANK,,BLANK,,BLANK,,BLANK,
5 0,wrong secret without ref, -section,,BLANK,, -secret,pass:wrong,BLANK,,BLANK,,BLANK,,BLANK,,BLANK,…
8 0,ref missing arg, -section,, -ref,,BLANK,,BLANK,,BLANK,,BLANK,,BLANK,,BLANK,,BLANK,,BLANK,
13 0,cert missing arg, -section,,BLANK,,BLANK,, -cert,, -key,signer.p12, -keypass,pass:12345,BLANK,,BL…
14 0,key missing arg, -section,,BLANK,,BLANK,, -cert,signer.crt, -key,, -keypass,pass:12345,BLANK,,BLA…
15 0,keypass missing arg, -section,,BLANK,,BLANK,, -cert,signer.crt, -key,signer.p12, -keypass,,BLANK,…
17 1,keypass no prefix, -section,,BLANK,,BLANK,, -cert,signer.crt, -key,signer.p12, -keypass,12345,BLA…
21 0,no cert, -section,,BLANK,,BLANK,,BLANK,, -key,signer.p12, -keypass,pass:12345,BLANK,,BLANK,,BLANK…
22 0,no key, -section,,BLANK,,BLANK,, -cert,signer.crt,BLANK,, -keypass,pass:12345,BLANK,,BLANK,,BLANK…
23 0,no keypass, -section,,BLANK,,BLANK,, -cert,signer.crt, -key,signer.p12,BLANK,,BLANK,,BLANK,,BLANK…
[all …]
H A Dtest_verification.csv4 1,default test, -section,, -recipient,_CA_DN,BLANK,,BLANK,, -trusted,trusted.crt,BLANK,,BLANK, -unp…
6 0,recipient missing arg, -section,, -recipient,,BLANK,,BLANK,, -trusted,trusted.crt,BLANK,,BLANK, -…
24 1,explicit srvcert, -section,,,,BLANK,, -srvcert,_SERVER_CERT, -trusted,"""",BLANK,,,, -unprotected…
25 0,srvcert missing arg, -section,, -recipient,"""",BLANK,, -srvcert,, -trusted,trusted.crt,BLANK,,BL…
26 0,wrong srvcert, -section,, -recipient,"""",BLANK,, -srvcert,signer.crt, -trusted,"""",BLANK,,BLANK…
27 0,srvcert is empty file, -section,, -recipient,"""",BLANK,, -srvcert,empty.txt, -trusted,"""",BLANK…
30 1,no -trusted but srvcert, -section,, -recipient,_CA_DN,BLANK,, -srvcert,_SERVER_CERT,BLANK,,BLANK,…
31 0,trusted missing arg, -section,, -recipient,_CA_DN,BLANK,,BLANK,, -trusted,,BLANK,,BLANK, -unprote…
33 0,trusted empty file, -section,, -recipient,_CA_DN,BLANK,,BLANK,, -trusted,empty.txt,BLANK,,BLANK, …
34 0,trusted random file, -section,, -recipient,_CA_DN,BLANK,,BLANK,, -trusted,random.bin,BLANK,,BLANK…
[all …]
H A Dtest_enrollment.csv4 1,newkey, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,,BLANK,,BLANK,,BLA…
5 0,newkey missing arg, -section,, -cmd,ir, -newkey,,, -newkeypass,pass:,,,BLANK,,BLANK,,BLANK,,BLANK…
6 0,newkey is directory, -section,, -cmd,ir, -newkey,dir/,, -newkeypass,pass:,,,BLANK,,BLANK,,BLANK,,…
28 1,days 1, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,, -days,1,BLANK,,BLANK,,B…
38 0,reqexts non-exisitng section, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BL…
39 0,reqexts malformed section, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK…
66 0,no certout, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,,BLANK,,BLANK,…
67 0,certout missing arg, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,,BLAN…
68 0,certout too many parameters, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLA…
70 1,no out_trusted, -section,, -cmd,ir, -newkey,new.key,, -newkeypass,pass:,,,BLANK,,BLANK,,BLANK,,BL…
[all …]
/freebsd/crypto/openssl/crypto/ts/
H A Dts_conf.c125 if (!section) { in TS_CONF_get_tsa_section()
127 if (!section) in TS_CONF_get_tsa_section()
130 return section; in TS_CONF_get_tsa_section()
139 ts_CONF_lookup_fail(section, ENV_SERIAL); in TS_CONF_set_serial()
160 ts_CONF_invalid(section, ENV_CRYPTO_DEVICE); in TS_CONF_set_crypto_device()
352 ts_CONF_lookup_fail(section, ENV_DIGESTS); in TS_CONF_set_digests()
356 ts_CONF_invalid(section, ENV_DIGESTS); in TS_CONF_set_digests()
360 ts_CONF_invalid(section, ENV_DIGESTS); in TS_CONF_set_digests()
369 ts_CONF_invalid(section, ENV_DIGESTS); in TS_CONF_set_digests()
391 ts_CONF_invalid(section, ENV_ACCURACY); in TS_CONF_set_accuracy()
[all …]
/freebsd/crypto/openssl/crypto/conf/
H A Dconf_api.c30 vv.section = (char *)section; in _CONF_get_section()
52 value->section = section->section; in _CONF_add_string()
78 if (section != NULL) { in _CONF_get_string()
80 vv.section = (char *)section; in _CONF_get_string()
90 vv.section = "default"; in _CONF_get_string()
107 if (a->section != b->section) { in conf_value_cmp()
108 i = strcmp(a->section, b->section); in conf_value_cmp()
181 OPENSSL_free(a->section); in value_free_stack_doall()
195 i = strlen(section) + 1; in _CONF_new_section()
199 memcpy(v->section, section, i); in _CONF_new_section()
[all …]
/freebsd/lib/libc/nameser/
H A Dns_parse.c88 if (section != ns_s_qd) { in ns_skiprr()
143 tmp = section; in ns_parserr()
146 if (section != handle->_sect) in ns_parserr()
147 setsection(handle, section); in ns_parserr()
155 setsection(handle, section); in ns_parserr()
176 if (section == ns_s_qd) { in ns_parserr()
206 if ((tmp = section) < 0 || section >= ns_s_max) in ns_parserr2()
208 if (section != handle->_sect) in ns_parserr2()
209 setsection(handle, section); in ns_parserr2()
217 setsection(handle, section); in ns_parserr2()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DOpts.td19 "--section-groups and --histogram">;
35 def section_data : FF<"section-data", "Display section data for each section shown. This option has…
36 def section_details : FF<"section-details", "Display the section details">;
37 def section_headers : FF<"section-headers", "Display section headers">;
38 def section_mapping : FF<"section-mapping", "Display the section to segment mapping">;
39 def section_mapping_EQ_false : FF<"section-mapping=false", "Don't display the section to segment ma…
56 def section_groups : FF<"section-groups", "Display section groups">, Group<grp_elf>;
94 def exception_section : FF<"exception-section" , "Display the exception section entries">, Group<gr…
95 def loader_section_header : FF<"loader-section-header" , "Display the loader section header">, Grou…
96 def loader_section_symbols : FF<"loader-section-symbols" , "Display the loader section symbol table…
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformWindows.c27 #pragma section(".lprfn$A", read)
28 #pragma section(".lprfn$Z", read)
31 #pragma section(".lprfd$A", read, write)
32 #pragma section(".lprfd$Z", read, write)
33 #pragma section(".lprfc$A", read, write)
34 #pragma section(".lprfc$Z", read, write)
35 #pragma section(".lprfb$A", read, write)
36 #pragma section(".lprfb$Z", read, write)
37 #pragma section(".lorderfile$A", read, write)
38 #pragma section(".lprfnd$A", read, write)
[all …]
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_conf.c47 if (section != NULL) in X509V3_EXT_nconf_int()
50 section, name, value); in X509V3_EXT_nconf_int()
317 if ((nval = NCONF_get_section(conf, section)) == NULL) in X509V3_EXT_add_nconf_sk()
413 if (!section) in X509V3_section_free()
416 ctx->db_meth->free_section(ctx->db, section); in X509V3_section_free()
421 return NCONF_get_string(db, section, value); in nconf_get_string()
426 return NCONF_get_section(db, section); in STACK_OF()
512 return CONF_get_string(db, section, value); in conf_lhash_get_string()
517 return CONF_get_section(db, section); in STACK_OF()
538 const char *section, X509 *cert) in X509V3_EXT_add_conf() argument
[all …]
/freebsd/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,
75 Output section description
83 output-section-command
87 Output section address
100 When an output section has no input section, GNU ld will eliminate it if it
105 When an output section has no input section but advances the location counter,
110 Output section type
125 Output section alignment
[all …]

12345678910>>...56