HomeSort by relevance Sort by last modified time
    Searched refs:data_start (Results 201 - 225 of 241) sorted by null

1 2 3 4 5 6 7 8910

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
coff.h 138 char data_start[4]; /* base of data used for this file */ member in struct:__anon54635
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
coff.h 138 char data_start[4]; /* base of data used for this file */ member in struct:__anon56552
  /toolchain/binutils/binutils-2.25/include/coff/
alpha.h 63 unsigned char data_start[8]; /* base of data used for this file */ member in struct:external_aouthdr
mips.h 46 unsigned char data_start[4]; /* base of data used for this file */ member in struct:external_aouthdr
rs6000.h 58 unsigned char data_start[4]; /* base of data used for this file */ member in struct:__anon116004
internal.h 258 bfd_vma data_start; /* base of data used for this file */ member in struct:internal_aouthdr
ti.h 155 char data_start[4]; /* base of data used for this file */ member in struct:__anon116055
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
threads.cpp 189 auto data_start = line.find(": ") + 2; local
190 threadId = std::strtoul(&line.c_str()[data_start], &c, 10);
195 auto data_start = line.find(": ") + 2; local
196 coreId = std::strtoul(&line.c_str()[data_start], &c, 10);
201 auto data_start = line.find(": ") + 2; local
202 numaId = std::strtoul(&line.c_str()[data_start], &c, 10);
    [all...]
  /external/libmicrohttpd/src/microhttpd/
connection.c 342 if ( (response->data_start <=
344 (response->data_size + response->data_start >
376 response->data_start = connection->response_write_position;
429 if ( (response->data_start <=
431 (response->data_size + response->data_start >
435 ret = response->data_size + response->data_start - connection->response_write_position;
440 &response->data[connection->response_write_position - response->data_start],
    [all...]
internal.h 290 uint64_t data_start; member in struct:MHD_Response
    [all...]
  /build/make/tools/
fat16copy.py 429 f.seek(self.fs.data_start() + self.idx)
440 f.seek(self.fs.data_start() + self.idx)
482 def data_start(self): member in class:fat
602 f.seek(self.data_start() + bytes_from_data_start)
732 cluster_file_offset = (self.data_start() + self.root_entries * 32 +
  /device/google/contexthub/util/nanoapp_postprocess/
postprocess_elf.c 266 uint32_t gotSz = sect->got_end - sect->data_start;
375 else if (IS_IN_RANGE_E(relocs[i].where, sect->data_start, sect->data_end))
511 if (!IS_IN_RAM(sect->data_start) || !IS_IN_RAM(sect->data_end) || !IS_IN_RAM(sect->bss_start) ||
516 sect->data_start -= RAM_BASE;
681 if (fixupAddrElf(&hdr->sect.data_start) != NANO_RELOC_TYPE_RAM ||
    [all...]
postprocess.c 267 size_t gotSz = sect->got_end - sect->data_start;
436 if (!IS_IN_RAM(sect->data_start) || !IS_IN_RAM(sect->data_end) || !IS_IN_RAM(sect->bss_start) ||
496 else if (IS_IN_RANGE_E(reloc->where, sect->data_start, sect->data_end))
554 sect->data_start -= RAM_BASE;
  /external/syslinux/utils/
isohybrid.c 202 uint32_t data_start; /* rel block # of first data block */ member in struct:apple_part_header
902 part->data_start = bendian_int(0);
914 part->data_start = bendian_int(0);
928 part->data_start = bendian_int(0);
938 part->data_start = bendian_int(0);
  /toolchain/binutils/binutils-2.25/bfd/
reloc.c 943 void *data, bfd_vma data_start,
960 void *data_start,
992 ((bfd_byte *) data_start
    [all...]
coffswap.h 618 aouthdr_int->data_start =
619 GET_AOUTHDR_DATA_START (abfd, aouthdr_ext->data_start);
689 PUT_AOUTHDR_DATA_START (abfd, aouthdr_in->data_start,
690 aouthdr_out->data_start);
ecoff.c 2349 bfd_vma data_start; local
    [all...]
peXXigen.c 482 /* PE32+ does not have data_start member! */
483 aouthdr_int->data_start =
484 GET_AOUTHDR_DATA_START (abfd, aouthdr_ext->data_start);
485 a->BaseOfData = aouthdr_int->data_start;
578 /* PE32+ does not have data_start member! */
581 aouthdr_int->data_start += a->ImageBase;
582 aouthdr_int->data_start &= 0xffffffff;
653 aouthdr_in->data_start -= ib;
655 aouthdr_in->data_start &= 0xffffffff;
764 /* PE32+ does not have data_start member! *
    [all...]
  /external/elfutils/tests/
run-dwflsyms.sh 97 56: NOTYPE WEAK data_start (0) 0x201030
176 56: NOTYPE WEAK data_start (0) 0x3000201030
585 60: NOTYPE WEAK data_start (0) 0x20000
667 60: NOTYPE WEAK data_start (0) 0x8001020000
    [all...]
run-readelf-s.sh 207 56: 0000000000201030 0 NOTYPE WEAK DEFAULT 25 data_start
  /external/v8/src/runtime/
runtime-strings.cc 574 memset(elements->data_start() + i, 0, kPointerSize * (length - i));
613 MemsetPointer(elements->data_start(), isolate->heap()->undefined_value(),
  /external/mdnsresponder/mDNSShared/
dnssd_clientstub.c 314 * length of the data, and is set to the value of the data plus the header. data_start
319 * data_start is set past this string.
321 static ipc_msg_hdr *create_hdr(uint32_t op, size_t *len, char **data_start, int SeparateReturnSocket, DNSServiceOp *ref)
361 *data_start = msg + sizeof(ipc_msg_hdr);
365 if (SeparateReturnSocket) put_uint16(0, data_start);
367 if (SeparateReturnSocket) put_string(ctrl_path, data_start);
    [all...]
  /external/v8/src/
transitions.cc 410 MemsetPointer(transitions->data_start() + kPrototypeTransitionsIndex,
  /system/bt/btif/src/
btif_rc.cc     [all...]
  /art/runtime/
dex_file_verifier.cc 1825 size_t data_start = header_->data_off_; local
    [all...]

Completed in 921 milliseconds

1 2 3 4 5 6 7 8910