| /netbsd/src/external/gpl3/binutils/dist/libiberty/ |
| D | simple-object.c | 194 simple_object_find_sections (simple_object_read *sobj, in simple_object_find_sections() argument 199 return sobj->functions->find_sections (sobj, pfn, data, err); in simple_object_find_sections() 237 simple_object_find_section (simple_object_read *sobj, const char *name, in simple_object_find_section() argument 248 *errmsg = simple_object_find_sections (sobj, find_one_section, in simple_object_find_section() 336 simple_object_copy_lto_debug_sections (simple_object_read *sobj, in simple_object_copy_lto_debug_sections() argument 344 if (! sobj->functions->copy_lto_debug_sections) in simple_object_copy_lto_debug_sections() 350 attrs = simple_object_fetch_attributes (sobj, &errmsg, err); in simple_object_copy_lto_debug_sections() 358 errmsg = sobj->functions->copy_lto_debug_sections in simple_object_copy_lto_debug_sections() 359 (sobj, dest_sobj, in simple_object_copy_lto_debug_sections() 391 simple_object_fetch_attributes (simple_object_read *sobj, const char **errmsg, in simple_object_fetch_attributes() argument [all …]
|
| D | simple-object-mach-o.c | 404 simple_object_mach_o_segment (simple_object_read *sobj, off_t offset, in simple_object_mach_o_segment() argument 412 (struct simple_object_mach_o_read *) sobj->data; in simple_object_mach_o_segment() 467 if (!simple_object_internal_read (sobj->descriptor, offset + seghdrsize, in simple_object_mach_o_segment() 534 if (!simple_object_internal_read (sobj->descriptor, in simple_object_mach_o_segment() 535 sobj->offset + nametab_offset, in simple_object_mach_o_segment() 550 if (!simple_object_internal_read (sobj->descriptor, in simple_object_mach_o_segment() 551 sobj->offset + index_offset, in simple_object_mach_o_segment() 592 if (!simple_object_internal_read (sobj->descriptor, in simple_object_mach_o_segment() 593 sobj->offset + strtab_offset, in simple_object_mach_o_segment() 739 simple_object_mach_o_find_sections (simple_object_read *sobj, in simple_object_mach_o_find_sections() argument [all …]
|
| D | simple-object-coff.c | 301 simple_object_coff_read_strtab (simple_object_read *sobj, size_t *strtab_size, in simple_object_coff_read_strtab() argument 305 (struct simple_object_coff_read *) sobj->data; in simple_object_coff_read_strtab() 311 strtab_offset = sobj->offset + ocr->symptr in simple_object_coff_read_strtab() 313 if (!simple_object_internal_read (sobj->descriptor, strtab_offset, in simple_object_coff_read_strtab() 320 if (!simple_object_internal_read (sobj->descriptor, strtab_offset, in simple_object_coff_read_strtab() 334 simple_object_coff_find_sections (simple_object_read *sobj, in simple_object_coff_find_sections() argument 341 (struct simple_object_coff_read *) sobj->data; in simple_object_coff_find_sections() 353 if (!simple_object_internal_read (sobj->descriptor, in simple_object_coff_find_sections() 354 sobj->offset + ocr->scnhdr_offset, in simple_object_coff_find_sections() 395 strtab = simple_object_coff_read_strtab (sobj, in simple_object_coff_find_sections() [all …]
|
| D | simple-object-xcoff.c | 364 simple_object_xcoff_read_strtab (simple_object_read *sobj, size_t *strtab_size, in simple_object_xcoff_read_strtab() argument 368 (struct simple_object_xcoff_read *) sobj->data; in simple_object_xcoff_read_strtab() 374 strtab_offset = sobj->offset + ocr->symptr in simple_object_xcoff_read_strtab() 376 if (!simple_object_internal_read (sobj->descriptor, strtab_offset, in simple_object_xcoff_read_strtab() 381 if (!simple_object_internal_read (sobj->descriptor, strtab_offset, in simple_object_xcoff_read_strtab() 395 simple_object_xcoff_find_sections (simple_object_read *sobj, in simple_object_xcoff_find_sections() argument 402 (struct simple_object_xcoff_read *) sobj->data; in simple_object_xcoff_find_sections() 418 if (!simple_object_internal_read (sobj->descriptor, in simple_object_xcoff_find_sections() 419 sobj->offset + ocr->scnhdr_offset, in simple_object_xcoff_find_sections() 460 strtab = simple_object_xcoff_read_strtab (sobj, in simple_object_xcoff_find_sections() [all …]
|
| D | simple-object-elf.c | 566 simple_object_elf_find_sections (simple_object_read *sobj, in simple_object_elf_find_sections() argument 573 (struct simple_object_elf_read *) sobj->data; in simple_object_elf_find_sections() 596 if (!simple_object_internal_read (sobj->descriptor, in simple_object_elf_find_sections() 597 sobj->offset + eor->shoff + shdr_size, in simple_object_elf_find_sections() 614 if (!simple_object_internal_read (sobj->descriptor, in simple_object_elf_find_sections() 615 sobj->offset + shstroff, in simple_object_elf_find_sections() 661 simple_object_elf_fetch_attributes (simple_object_read *sobj, in simple_object_elf_fetch_attributes() argument 666 (struct simple_object_elf_read *) sobj->data; in simple_object_elf_fetch_attributes() 769 simple_object_elf_write_ehdr (simple_object_write *sobj, int descriptor, in simple_object_elf_write_ehdr() argument 773 (struct simple_object_elf_attributes *) sobj->data; in simple_object_elf_write_ehdr() [all …]
|
| D | simple-object-common.h | 120 void *(*fetch_attributes) (simple_object_read *sobj, const char **errmsg, 139 const char *(*write_to_file) (simple_object_write *sobj, int descriptor, 146 const char *(*copy_lto_debug_sections) (simple_object_read *sobj,
|
| /netbsd/src/external/gpl3/gdb/dist/libiberty/ |
| D | simple-object.c | 194 simple_object_find_sections (simple_object_read *sobj, in simple_object_find_sections() argument 199 return sobj->functions->find_sections (sobj, pfn, data, err); in simple_object_find_sections() 237 simple_object_find_section (simple_object_read *sobj, const char *name, in simple_object_find_section() argument 248 *errmsg = simple_object_find_sections (sobj, find_one_section, in simple_object_find_section() 336 simple_object_copy_lto_debug_sections (simple_object_read *sobj, in simple_object_copy_lto_debug_sections() argument 344 if (! sobj->functions->copy_lto_debug_sections) in simple_object_copy_lto_debug_sections() 350 attrs = simple_object_fetch_attributes (sobj, &errmsg, err); in simple_object_copy_lto_debug_sections() 358 errmsg = sobj->functions->copy_lto_debug_sections in simple_object_copy_lto_debug_sections() 359 (sobj, dest_sobj, in simple_object_copy_lto_debug_sections() 391 simple_object_fetch_attributes (simple_object_read *sobj, const char **errmsg, in simple_object_fetch_attributes() argument [all …]
|
| D | simple-object-mach-o.c | 404 simple_object_mach_o_segment (simple_object_read *sobj, off_t offset, in simple_object_mach_o_segment() argument 412 (struct simple_object_mach_o_read *) sobj->data; in simple_object_mach_o_segment() 467 if (!simple_object_internal_read (sobj->descriptor, offset + seghdrsize, in simple_object_mach_o_segment() 534 if (!simple_object_internal_read (sobj->descriptor, in simple_object_mach_o_segment() 535 sobj->offset + nametab_offset, in simple_object_mach_o_segment() 550 if (!simple_object_internal_read (sobj->descriptor, in simple_object_mach_o_segment() 551 sobj->offset + index_offset, in simple_object_mach_o_segment() 592 if (!simple_object_internal_read (sobj->descriptor, in simple_object_mach_o_segment() 593 sobj->offset + strtab_offset, in simple_object_mach_o_segment() 739 simple_object_mach_o_find_sections (simple_object_read *sobj, in simple_object_mach_o_find_sections() argument [all …]
|
| D | simple-object-coff.c | 301 simple_object_coff_read_strtab (simple_object_read *sobj, size_t *strtab_size, in simple_object_coff_read_strtab() argument 305 (struct simple_object_coff_read *) sobj->data; in simple_object_coff_read_strtab() 311 strtab_offset = sobj->offset + ocr->symptr in simple_object_coff_read_strtab() 313 if (!simple_object_internal_read (sobj->descriptor, strtab_offset, in simple_object_coff_read_strtab() 320 if (!simple_object_internal_read (sobj->descriptor, strtab_offset, in simple_object_coff_read_strtab() 334 simple_object_coff_find_sections (simple_object_read *sobj, in simple_object_coff_find_sections() argument 341 (struct simple_object_coff_read *) sobj->data; in simple_object_coff_find_sections() 353 if (!simple_object_internal_read (sobj->descriptor, in simple_object_coff_find_sections() 354 sobj->offset + ocr->scnhdr_offset, in simple_object_coff_find_sections() 395 strtab = simple_object_coff_read_strtab (sobj, in simple_object_coff_find_sections() [all …]
|
| D | simple-object-xcoff.c | 364 simple_object_xcoff_read_strtab (simple_object_read *sobj, size_t *strtab_size, in simple_object_xcoff_read_strtab() argument 368 (struct simple_object_xcoff_read *) sobj->data; in simple_object_xcoff_read_strtab() 374 strtab_offset = sobj->offset + ocr->symptr in simple_object_xcoff_read_strtab() 376 if (!simple_object_internal_read (sobj->descriptor, strtab_offset, in simple_object_xcoff_read_strtab() 381 if (!simple_object_internal_read (sobj->descriptor, strtab_offset, in simple_object_xcoff_read_strtab() 395 simple_object_xcoff_find_sections (simple_object_read *sobj, in simple_object_xcoff_find_sections() argument 402 (struct simple_object_xcoff_read *) sobj->data; in simple_object_xcoff_find_sections() 418 if (!simple_object_internal_read (sobj->descriptor, in simple_object_xcoff_find_sections() 419 sobj->offset + ocr->scnhdr_offset, in simple_object_xcoff_find_sections() 460 strtab = simple_object_xcoff_read_strtab (sobj, in simple_object_xcoff_find_sections() [all …]
|
| D | simple-object-elf.c | 566 simple_object_elf_find_sections (simple_object_read *sobj, in simple_object_elf_find_sections() argument 573 (struct simple_object_elf_read *) sobj->data; in simple_object_elf_find_sections() 596 if (!simple_object_internal_read (sobj->descriptor, in simple_object_elf_find_sections() 597 sobj->offset + eor->shoff + shdr_size, in simple_object_elf_find_sections() 614 if (!simple_object_internal_read (sobj->descriptor, in simple_object_elf_find_sections() 615 sobj->offset + shstroff, in simple_object_elf_find_sections() 661 simple_object_elf_fetch_attributes (simple_object_read *sobj, in simple_object_elf_fetch_attributes() argument 666 (struct simple_object_elf_read *) sobj->data; in simple_object_elf_fetch_attributes() 769 simple_object_elf_write_ehdr (simple_object_write *sobj, int descriptor, in simple_object_elf_write_ehdr() argument 773 (struct simple_object_elf_attributes *) sobj->data; in simple_object_elf_write_ehdr() [all …]
|
| D | simple-object-common.h | 120 void *(*fetch_attributes) (simple_object_read *sobj, const char **errmsg, 139 const char *(*write_to_file) (simple_object_write *sobj, int descriptor, 146 const char *(*copy_lto_debug_sections) (simple_object_read *sobj,
|
| /netbsd/src/external/gpl3/gcc/dist/libiberty/ |
| D | simple-object.c | 194 simple_object_find_sections (simple_object_read *sobj, in simple_object_find_sections() argument 199 return sobj->functions->find_sections (sobj, pfn, data, err); in simple_object_find_sections() 237 simple_object_find_section (simple_object_read *sobj, const char *name, in simple_object_find_section() argument 248 *errmsg = simple_object_find_sections (sobj, find_one_section, in simple_object_find_section() 336 simple_object_copy_lto_debug_sections (simple_object_read *sobj, in simple_object_copy_lto_debug_sections() argument 344 if (! sobj->functions->copy_lto_debug_sections) in simple_object_copy_lto_debug_sections() 350 attrs = simple_object_fetch_attributes (sobj, &errmsg, err); in simple_object_copy_lto_debug_sections() 358 errmsg = sobj->functions->copy_lto_debug_sections in simple_object_copy_lto_debug_sections() 359 (sobj, dest_sobj, in simple_object_copy_lto_debug_sections() 391 simple_object_fetch_attributes (simple_object_read *sobj, const char **errmsg, in simple_object_fetch_attributes() argument [all …]
|
| D | simple-object-mach-o.c | 404 simple_object_mach_o_segment (simple_object_read *sobj, off_t offset, in simple_object_mach_o_segment() argument 412 (struct simple_object_mach_o_read *) sobj->data; in simple_object_mach_o_segment() 467 if (!simple_object_internal_read (sobj->descriptor, offset + seghdrsize, in simple_object_mach_o_segment() 534 if (!simple_object_internal_read (sobj->descriptor, in simple_object_mach_o_segment() 535 sobj->offset + nametab_offset, in simple_object_mach_o_segment() 550 if (!simple_object_internal_read (sobj->descriptor, in simple_object_mach_o_segment() 551 sobj->offset + index_offset, in simple_object_mach_o_segment() 592 if (!simple_object_internal_read (sobj->descriptor, in simple_object_mach_o_segment() 593 sobj->offset + strtab_offset, in simple_object_mach_o_segment() 739 simple_object_mach_o_find_sections (simple_object_read *sobj, in simple_object_mach_o_find_sections() argument [all …]
|
| D | simple-object-coff.c | 301 simple_object_coff_read_strtab (simple_object_read *sobj, size_t *strtab_size, in simple_object_coff_read_strtab() argument 305 (struct simple_object_coff_read *) sobj->data; in simple_object_coff_read_strtab() 311 strtab_offset = sobj->offset + ocr->symptr in simple_object_coff_read_strtab() 313 if (!simple_object_internal_read (sobj->descriptor, strtab_offset, in simple_object_coff_read_strtab() 320 if (!simple_object_internal_read (sobj->descriptor, strtab_offset, in simple_object_coff_read_strtab() 334 simple_object_coff_find_sections (simple_object_read *sobj, in simple_object_coff_find_sections() argument 341 (struct simple_object_coff_read *) sobj->data; in simple_object_coff_find_sections() 353 if (!simple_object_internal_read (sobj->descriptor, in simple_object_coff_find_sections() 354 sobj->offset + ocr->scnhdr_offset, in simple_object_coff_find_sections() 395 strtab = simple_object_coff_read_strtab (sobj, in simple_object_coff_find_sections() [all …]
|
| D | simple-object-xcoff.c | 364 simple_object_xcoff_read_strtab (simple_object_read *sobj, size_t *strtab_size, in simple_object_xcoff_read_strtab() argument 368 (struct simple_object_xcoff_read *) sobj->data; in simple_object_xcoff_read_strtab() 374 strtab_offset = sobj->offset + ocr->symptr in simple_object_xcoff_read_strtab() 376 if (!simple_object_internal_read (sobj->descriptor, strtab_offset, in simple_object_xcoff_read_strtab() 381 if (!simple_object_internal_read (sobj->descriptor, strtab_offset, in simple_object_xcoff_read_strtab() 395 simple_object_xcoff_find_sections (simple_object_read *sobj, in simple_object_xcoff_find_sections() argument 402 (struct simple_object_xcoff_read *) sobj->data; in simple_object_xcoff_find_sections() 418 if (!simple_object_internal_read (sobj->descriptor, in simple_object_xcoff_find_sections() 419 sobj->offset + ocr->scnhdr_offset, in simple_object_xcoff_find_sections() 460 strtab = simple_object_xcoff_read_strtab (sobj, in simple_object_xcoff_find_sections() [all …]
|
| D | simple-object-elf.c | 566 simple_object_elf_find_sections (simple_object_read *sobj, in simple_object_elf_find_sections() argument 573 (struct simple_object_elf_read *) sobj->data; in simple_object_elf_find_sections() 596 if (!simple_object_internal_read (sobj->descriptor, in simple_object_elf_find_sections() 597 sobj->offset + eor->shoff + shdr_size, in simple_object_elf_find_sections() 614 if (!simple_object_internal_read (sobj->descriptor, in simple_object_elf_find_sections() 615 sobj->offset + shstroff, in simple_object_elf_find_sections() 661 simple_object_elf_fetch_attributes (simple_object_read *sobj, in simple_object_elf_fetch_attributes() argument 666 (struct simple_object_elf_read *) sobj->data; in simple_object_elf_fetch_attributes() 769 simple_object_elf_write_ehdr (simple_object_write *sobj, int descriptor, in simple_object_elf_write_ehdr() argument 773 (struct simple_object_elf_attributes *) sobj->data; in simple_object_elf_write_ehdr() [all …]
|
| D | simple-object-common.h | 120 void *(*fetch_attributes) (simple_object_read *sobj, const char **errmsg, 139 const char *(*write_to_file) (simple_object_write *sobj, int descriptor, 146 const char *(*copy_lto_debug_sections) (simple_object_read *sobj,
|
| /netbsd/src/sys/kern/ |
| D | kern_sleepq.c | 191 sleepq_insert(sleepq_t *sq, lwp_t *l, syncobj_t *sobj) in sleepq_insert() argument 194 if ((sobj->sobj_flag & SOBJ_SLEEPQ_NULL) != 0) { in sleepq_insert() 200 if ((sobj->sobj_flag & SOBJ_SLEEPQ_SORTED) != 0) { in sleepq_insert() 258 sleepq_enqueue(sleepq_t *sq, wchan_t wchan, const char *wmesg, syncobj_t *sobj, in sleepq_enqueue() argument 269 l->l_syncobj = sobj; in sleepq_enqueue() 278 sleepq_insert(sq, l, sobj); in sleepq_enqueue() 296 const char *wmesg, syncobj_t *sobj, kmutex_t *mp, bool catch_p) in sleepq_transfer() argument 302 l->l_syncobj = sobj; in sleepq_transfer() 319 sleepq_insert(sq, l, sobj); in sleepq_transfer()
|
| D | kern_turnstile.c | 370 turnstile_block(turnstile_t *ts, int q, wchan_t obj, syncobj_t *sobj) in turnstile_block() argument 423 sleepq_enqueue(sq, obj, sobj->sobj_name, sobj, false); in turnstile_block() 433 sleepq_block(0, false, sobj, nlocks); in turnstile_block()
|
| /netbsd/src/sys/ddb/ |
| D | db_syncobj.c | 45 db_syncobj_owner(const struct syncobj *sobj, wchan_t wchan) in db_syncobj_owner() argument 51 (db_expr_t)(uintptr_t)sobj == mutex_syncobj_) { in db_syncobj_owner() 60 (db_expr_t)(uintptr_t)sobj == rw_syncobj_) { in db_syncobj_owner()
|
| D | db_command.c | 1400 const struct syncobj *sobj = NULL; in db_show_all_tstiles() local 1402 char sobjname[sizeof(sobj->sobj_name)] = ""; in db_show_all_tstiles() 1413 db_read_bytes((db_addr_t)&l->l_syncobj, sizeof(sobj), in db_show_all_tstiles() 1414 (char *)&sobj); in db_show_all_tstiles() 1415 if (sobj == NULL) { in db_show_all_tstiles() 1425 db_read_bytes((db_addr_t)&sobj->sobj_name, in db_show_all_tstiles() 1428 owner = db_syncobj_owner(sobj, wchan); in db_show_all_tstiles()
|
| /netbsd/src/crypto/external/bsd/netpgp/dist/bindings/python/ |
| D | netpgppython_wrap.c | 1411 PySwigObject *sobj = (PySwigObject *) v; in PySwigObject_dealloc() local 1412 PyObject *next = sobj->next; in PySwigObject_dealloc() 1413 if (sobj->own) { in PySwigObject_dealloc() 1414 swig_type_info *ty = sobj->ty; in PySwigObject_dealloc() 1422 PyObject *tmp = PySwigObject_New(sobj->ptr, ty, 0); in PySwigObject_dealloc() 1445 PySwigObject *sobj = (PySwigObject *) v; in PySwigObject_append() local 1454 sobj->next = next; in PySwigObject_append() 1466 PySwigObject *sobj = (PySwigObject *) v; in PySwigObject_next() local 1467 if (sobj->next) { in PySwigObject_next() 1468 Py_INCREF(sobj->next); in PySwigObject_next() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | lto-wrapper.cc | 1126 simple_object_read *sobj; in find_and_merge_options() local 1127 sobj = simple_object_start_read (fd, file_offset, "__GNU_LTO", in find_and_merge_options() 1129 if (!sobj) in find_and_merge_options() 1135 if (!simple_object_find_section (sobj, secname, &offset, &length, in find_and_merge_options() 1138 simple_object_release_read (sobj); in find_and_merge_options() 1164 simple_object_release_read (sobj); in find_and_merge_options()
|
| /netbsd/src/external/bsd/openldap/dist/doc/rfc/ |
| D | rfc2713.txt | 235 java.io.Serializable sobj = ...; 237 new java.rmi.MarshalledObject(sobj); 246 java.io.Serializable sobj = (java.io.Serializable) mobj1.get();
|