HomeSort by: relevance | last modified time | path
    Searched refs:sect_size (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
solib.c 1498 bfd_size_type sect_size; local
1542 sect_size = bfd_section_size (sect);
1543 gdb::byte_vector buffer (sect_size);
1546 buf, 0, sect_size))
1552 for (bufend = buf + sect_size; buf < bufend; buf += step)
1615 int sect_size = bfd_section_size (dynstr); local
1616 if (dynstr == nullptr || sect_size <= idx)
1626 if (strnlen (soname, sect_size - idx) == sect_size - idx)
solib-svr4.c 463 int arch_size, sect_size; local
489 sect_size = at_phent * at_phnum;
525 sect_size = extract_unsigned_integer ((gdb_byte *)phdr.p_memsz,
562 sect_size = extract_unsigned_integer ((gdb_byte *)phdr.p_memsz,
577 gdb::byte_vector buf (sect_size);
578 if (target_read_memory (sect_addr, buf.data (), sect_size))
610 if (p_type != PT_PHDR || p_filesz != sect_size || p_memsz != sect_size)
639 int sect_size = bfd_section_size (interp_sect); local
641 gdb::byte_vector buf (sect_size);
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
solib.c 1523 bfd_size_type sect_size; local
1567 sect_size = bfd_section_size (sect);
1568 gdb::byte_vector buffer (sect_size);
1571 buf, 0, sect_size))
1577 for (bufend = buf + sect_size; buf < bufend; buf += step)
1640 int sect_size = bfd_section_size (dynstr); local
1641 if (dynstr == nullptr || sect_size <= idx)
1651 if (strnlen (soname, sect_size - idx) == sect_size - idx)
solib-svr4.c 462 int arch_size, sect_size; local
488 sect_size = at_phent * at_phnum;
524 sect_size = extract_unsigned_integer ((gdb_byte *)phdr.p_memsz,
561 sect_size = extract_unsigned_integer ((gdb_byte *)phdr.p_memsz,
576 gdb::byte_vector buf (sect_size);
577 if (target_read_memory (sect_addr, buf.data (), sect_size))
609 if (p_type != PT_PHDR || p_filesz != sect_size || p_memsz != sect_size)
638 int sect_size = bfd_section_size (interp_sect); local
640 gdb::byte_vector buf (sect_size);
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 1288 uint32_t sect_size, uint64_t sect_addr,
1290 for (uint32_t i = 0; i < sect_size; i++) {
1297 for (; i < sect_size && sect[i] != '\0'; i++)
1299 if (i < sect_size && sect[i] == '\0')
1321 uint32_t sect_size, uint64_t sect_addr,
1323 for (uint32_t i = 0; i < sect_size; i += sizeof(float)) {
1365 uint32_t sect_size, uint64_t sect_addr,
1367 for (uint32_t i = 0; i < sect_size; i += sizeof(double)) {
1397 uint32_t sect_size, uint64_t sect_addr,
1399 for (uint32_t i = 0; i < sect_size; i += 16)
1755 uint32_t sect_size = BytesStr.size(); local
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
obj-macho.c 1755 bfd_vma sect_size = bfd_section_size (sec); local
1803 ncalc = sect_size / eltsiz;
  /src/external/gpl3/binutils.old/dist/gas/config/
obj-macho.c 1755 bfd_vma sect_size = bfd_section_size (sec); local
1803 ncalc = sect_size / eltsiz;

Completed in 69 milliseconds