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

  /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;
  /src/external/gpl3/gdb.old/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/dist/gdb/
solib.c 1631 bfd_size_type sect_size; local
1675 sect_size = bfd_section_size (sect);
1676 gdb::byte_vector buffer (sect_size);
1679 buf, 0, sect_size))
1685 for (bufend = buf + sect_size; buf < bufend; buf += step)
1748 int sect_size = bfd_section_size (dynstr); local
1749 if (dynstr == nullptr || sect_size <= idx)
1759 if (strnlen (soname, sect_size - idx) == sect_size - idx)
solib-svr4.c 501 int arch_size, sect_size; local
527 sect_size = at_phent * at_phnum;
563 sect_size = extract_unsigned_integer ((gdb_byte *)phdr.p_memsz,
600 sect_size = extract_unsigned_integer ((gdb_byte *)phdr.p_memsz,
615 gdb::byte_vector buf (sect_size);
616 if (target_read_memory (sect_addr, buf.data (), sect_size))
648 if (p_type != PT_PHDR || p_filesz != sect_size || p_memsz != sect_size)
677 int sect_size = bfd_section_size (interp_sect); local
679 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...]

Completed in 26 milliseconds