| /freebsd-12.1/contrib/file/src/ |
| H A D | compress.c | 480 data_start += 2 + old[data_start] + old[data_start + 1] * 256; in uncompressgzipped() 483 while(data_start < *n && old[data_start]) in uncompressgzipped() 484 data_start++; in uncompressgzipped() 485 data_start++; in uncompressgzipped() 488 while(data_start < *n && old[data_start]) in uncompressgzipped() 489 data_start++; in uncompressgzipped() 490 data_start++; in uncompressgzipped() 493 data_start += 2; in uncompressgzipped() 495 if (data_start >= *n) in uncompressgzipped() 498 *n -= data_start; in uncompressgzipped() [all …]
|
| /freebsd-12.1/crypto/heimdal/lib/roken/ |
| H A D | test-mem.c | 51 void *data_start; member 110 map.data_start = p + 1; in rk_test_mem_alloc() 151 map.data_start = p + map.size - pagesize - size; in rk_test_mem_alloc() 154 map.data_start = p + pagesize; in rk_test_mem_alloc() 174 memcpy(map.data_start, buf, size); in rk_test_mem_alloc() 175 return map.data_start; in rk_test_mem_alloc()
|
| /freebsd-12.1/crypto/heimdal/lib/asn1/ |
| H A D | check-common.c | 55 void *data_start; member 77 (*map)->data_start = p + sizeof(long); in map_alloc() 121 (*map)->data_start = p + (*map)->size - pagesize - size; in map_alloc() 124 (*map)->data_start = p + pagesize; in map_alloc() 132 memcpy((*map)->data_start, buf, size); in map_alloc() 133 return (*map)->data_start; in map_alloc()
|
| /freebsd-12.1/contrib/elftoolchain/elfcopy/ |
| H A D | binary.c | 143 uint64_t off, data_start, data_end, data_size; in create_elf_from_binary() local 228 data_start = 0; in create_elf_from_binary() 229 data_end = data_start + sb.st_size; in create_elf_from_binary() 232 add_to_symtab(ecp, name, data_start, 0, 1, in create_elf_from_binary()
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| H A D | sa.c | 643 void *data_start; in sa_build_layouts() local 719 ASSERT(IS_P2ALIGNED(data_start, 8)); in sa_build_layouts() 743 data_start = (void *)((uintptr_t)sahdr + in sa_build_layouts() 750 attr_desc[i].sa_addr = data_start; in sa_build_layouts() 753 data_start, length); in sa_build_layouts() 757 VERIFY((uintptr_t)data_start % 8 == 0); in sa_build_layouts() 758 data_start = (void *)P2ROUNDUP(((uintptr_t)data_start + in sa_build_layouts() 1165 void *data_start; in sa_attr_iter() local 1181 data_start = (void *)P2ROUNDUP(((uintptr_t)hdr + in sa_attr_iter() 1186 data_start = hdr; in sa_attr_iter() [all …]
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | somsolib.c | 102 CORE_ADDR data_start; member 299 s->addr += so->som_solib.data_start; in som_solib_add_solib_objfile() 300 s->endaddr += so->som_solib.data_start; in som_solib_add_solib_objfile() 704 new_so->som_solib.data_start = extract_unsigned_integer (buf, 4); in som_solib_add() 756 printf (" 'data_start' is 0x%x\n", new_so->som_solib.data_start); in som_solib_add() 1420 = (so_list->som_solib.data_start - private_section->vma); in som_solib_section_offsets() 1469 local_hex_string_custom (so_list->som_solib.data_start, "08l")); in som_sharedlibrary_info_command()
|
| H A D | remote-vx.c | 634 CORE_ADDR data_start; member 654 args->data_start = bfd_get_section_vma (abfd, sect); in find_sect() 685 ss.data_start = 0; in vx_add_symbols() 691 offs->offsets[SECT_OFF_DATA (objfile)] = data_addr - ss.data_start; in vx_add_symbols()
|
| H A D | minimon.h | 307 ADDR32 data_start; member
|
| /freebsd-12.1/contrib/binutils/include/coff/ |
| H A D | ia64.h | 52 char data_start[4]; /* base of data used for this file */ member
|
| H A D | external.h | 52 char data_start[4]; /* base of data used for this file */ member
|
| H A D | rs6k64.h | 47 unsigned char data_start[8]; /* base of data used for this file */ member
|
| H A D | rs6000.h | 43 unsigned char data_start[4]; /* base of data used for this file */ member
|
| H A D | mips.h | 45 unsigned char data_start[4]; /* base of data used for this file */ member
|
| H A D | alpha.h | 62 unsigned char data_start[8]; /* base of data used for this file */ member
|
| H A D | ChangeLog | 30 data_start member).
|
| H A D | ti.h | 151 char data_start[4]; /* base of data used for this file */ member
|
| H A D | internal.h | 220 bfd_vma data_start; /* base of data used for this file */ member
|
| /freebsd-12.1/contrib/binutils/include/aout/ |
| H A D | encap.h | 61 long data_start; member
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | reloc.c | 968 void *data_start, in bfd_install_relocation() argument 1000 ((bfd_byte *) data_start in bfd_install_relocation() 1258 data = (bfd_byte *) data_start + (octets - data_start_offset); in bfd_install_relocation()
|
| H A D | peXXigen.c | 407 aouthdr_int->data_start = in _bfd_XXi_swap_aouthdr_in() 408 GET_AOUTHDR_DATA_START (abfd, aouthdr_ext->data_start); in _bfd_XXi_swap_aouthdr_in() 409 a->BaseOfData = aouthdr_int->data_start; in _bfd_XXi_swap_aouthdr_in() 498 aouthdr_int->data_start += a->ImageBase; in _bfd_XXi_swap_aouthdr_in() 499 aouthdr_int->data_start &= 0xffffffff; in _bfd_XXi_swap_aouthdr_in() 581 aouthdr_in->data_start -= ib; in _bfd_XXi_swap_aouthdr_out() 583 aouthdr_in->data_start &= 0xffffffff; in _bfd_XXi_swap_aouthdr_out() 695 PUT_AOUTHDR_DATA_START (abfd, aouthdr_in->data_start, in _bfd_XXi_swap_aouthdr_out() 696 aouthdr_out->standard.data_start); in _bfd_XXi_swap_aouthdr_out()
|
| H A D | coffswap.h | 617 aouthdr_int->data_start = in coff_swap_aouthdr_in() 618 GET_AOUTHDR_DATA_START (abfd, aouthdr_ext->data_start); in coff_swap_aouthdr_in() 688 PUT_AOUTHDR_DATA_START (abfd, aouthdr_in->data_start, in coff_swap_aouthdr_out() 689 aouthdr_out->data_start); in coff_swap_aouthdr_out()
|
| H A D | ecoff.c | 2338 bfd_vma data_start; in _bfd_ecoff_write_object_contents() local 2367 data_start = 0; in _bfd_ecoff_write_object_contents() 2479 if (! set_data_start || data_start > vma) in _bfd_ecoff_write_object_contents() 2481 data_start = vma; in _bfd_ecoff_write_object_contents() 2550 internal_a.data_start = data_start &~ (round - 1); in _bfd_ecoff_write_object_contents() 2557 internal_a.data_start = data_start; in _bfd_ecoff_write_object_contents() 2570 internal_a.bss_start = internal_a.data_start + internal_a.dsize; in _bfd_ecoff_write_object_contents()
|
| /freebsd-12.1/sys/dev/drm2/radeon/ |
| H A D | atom.h | 153 uint8_t *frev, uint8_t *crev, uint16_t *data_start);
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | utf.c | 576 const char *data_start = data; in check_non_ascii() local 592 if (data - data_start) in check_non_ascii() 595 = apr_pstrndup(pool, data_start, (data - data_start)); in check_non_ascii()
|
| /freebsd-12.1/sys/powerpc/booke/ |
| H A D | pmap.c | 156 static vm_offset_t data_start; variable 1753 data_start = round_page(kernelend); in mmu_booke_bootstrap() 1754 data_end = data_start; in mmu_booke_bootstrap() 3534 dump_map[1].pa_start = data_start; in mmu_booke_scan_init() 3535 dump_map[1].pa_size = data_end - data_start; in mmu_booke_scan_init()
|