| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | m68kbsd-tdep.c | 119 const char *sect_name, size_t sect_size) in m68kbsd_regset_from_core_section() argument 121 if (strcmp (sect_name, ".reg") == 0 && sect_size >= M68KBSD_SIZEOF_GREGS) in m68kbsd_regset_from_core_section() 124 if (strcmp (sect_name, ".reg2") == 0 && sect_size >= M68KBSD_SIZEOF_FPREGS) in m68kbsd_regset_from_core_section()
|
| H A D | hppabsd-tdep.c | 136 const char *sect_name, size_t sect_size) in hppabsd_regset_from_core_section() argument 138 if (strcmp (sect_name, ".reg") == 0 && sect_size >= HPPABSD_SIZEOF_GREGS) in hppabsd_regset_from_core_section() 141 if (strcmp (sect_name, ".reg2") == 0 && sect_size >= HPPABSD_SIZEOF_FPREGS) in hppabsd_regset_from_core_section()
|
| H A D | ppcobsd-tdep.c | 117 const char *sect_name, size_t sect_size) in ppcobsd_regset_from_core_section() argument 119 if (strcmp (sect_name, ".reg") == 0 && sect_size >= 412) in ppcobsd_regset_from_core_section() 122 if (strcmp (sect_name, ".reg2") == 0 && sect_size >= 260) in ppcobsd_regset_from_core_section()
|
| H A D | mips64obsd-tdep.c | 73 const char *sect_name, size_t sect_size) in mips64obsd_regset_from_core_section() argument 75 if (strcmp (sect_name, ".reg") == 0 && sect_size >= MIPS64OBSD_NUM_REGS * 8) in mips64obsd_regset_from_core_section()
|
| H A D | i386nbsd-tdep.c | 78 size_t sect_size) in i386nbsd_aout_regset_from_core_section() argument 86 && sect_size >= tdep->sizeof_gregset + I387_SIZEOF_FSAVE) in i386nbsd_aout_regset_from_core_section()
|
| H A D | ppc64obsd-tdep.c | 194 const char *sect_name, size_t sect_size) in ppc64obsd_regset_from_core_section() argument 196 if (strcmp (sect_name, ".reg") == 0 && sect_size >= 304) in ppc64obsd_regset_from_core_section() 199 if (strcmp (sect_name, ".reg2") == 0 && sect_size >= 1048) in ppc64obsd_regset_from_core_section()
|
| H A D | i386-tdep.h | 178 const char *sect_name, size_t sect_size);
|
| H A D | i386obsd-tdep.c | 153 size_t sect_size) in i386obsd_aout_regset_from_core_section() argument 161 && sect_size >= tdep->sizeof_gregset + I387_SIZEOF_FSAVE) in i386obsd_aout_regset_from_core_section()
|
| H A D | amd64obsd-tdep.c | 59 const char *sect_name, size_t sect_size) in amd64obsd_regset_from_core_section() argument 67 && sect_size >= tdep->sizeof_gregset + I387_SIZEOF_FXSAVE) in amd64obsd_regset_from_core_section()
|
| H A D | vax-tdep.c | 101 const char *sect_name, size_t sect_size) in vax_regset_from_core_section() argument 103 if (strcmp (sect_name, ".reg") == 0 && sect_size >= VAX_NUM_REGS * 4) in vax_regset_from_core_section()
|
| H A D | amd64-tdep.c | 1116 const char *sect_name, size_t sect_size) in amd64_regset_from_core_section() argument 1120 if (strcmp (sect_name, ".reg2") == 0 && sect_size == tdep->sizeof_fpregset) in amd64_regset_from_core_section() 1129 return i386_regset_from_core_section (gdbarch, sect_name, sect_size); in amd64_regset_from_core_section()
|
| H A D | i386-tdep.c | 1789 const char *sect_name, size_t sect_size) in i386_regset_from_core_section() argument 1793 if (strcmp (sect_name, ".reg") == 0 && sect_size == tdep->sizeof_gregset) in i386_regset_from_core_section() 1801 if ((strcmp (sect_name, ".reg2") == 0 && sect_size == tdep->sizeof_fpregset) in i386_regset_from_core_section() 1803 && sect_size == I387_SIZEOF_FXSAVE)) in i386_regset_from_core_section()
|
| H A D | m88k-tdep.c | 824 const char *sect_name, size_t sect_size) in m88k_regset_from_core_section() argument 826 if (strcmp (sect_name, ".reg") == 0 && sect_size >= M88K_NUM_REGS * 4) in m88k_regset_from_core_section()
|
| H A D | sparc-tdep.c | 1121 const char *sect_name, size_t sect_size) in sparc_regset_from_core_section() argument 1125 if (strcmp (sect_name, ".reg") == 0 && sect_size >= tdep->sizeof_gregset) in sparc_regset_from_core_section() 1128 if (strcmp (sect_name, ".reg2") == 0 && sect_size >= tdep->sizeof_fpregset) in sparc_regset_from_core_section()
|
| H A D | ppc-linux-tdep.c | 1044 const char *sect_name, size_t sect_size) in ppc_linux_regset_from_core_section() argument
|
| H A D | s390-tdep.c | 466 const char *sect_name, size_t sect_size) in s390_regset_from_core_section() argument 470 if (strcmp (sect_name, ".reg") == 0 && sect_size == tdep->sizeof_gregset) in s390_regset_from_core_section() 473 if (strcmp (sect_name, ".reg2") == 0 && sect_size == tdep->sizeof_fpregset) in s390_regset_from_core_section()
|
| H A D | gdbarch.h | 1427 …regset_from_core_section_ftype) (struct gdbarch *gdbarch, const char *sect_name, size_t sect_size); 1428 …dbarch_regset_from_core_section (struct gdbarch *gdbarch, const char *sect_name, size_t sect_size);
|
| H A D | gdbarch.sh | 666 …ruct regset *:regset_from_core_section:const char *sect_name, size_t sect_size:sect_name, sect_size
|
| H A D | gdbarch.c | 3673 gdbarch_regset_from_core_section (struct gdbarch *gdbarch, const char *sect_name, size_t sect_size) in gdbarch_regset_from_core_section() argument 3679 return gdbarch->regset_from_core_section (gdbarch, sect_name, sect_size); in gdbarch_regset_from_core_section()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Minidump/ |
| H A D | MinidumpFileBuilder.cpp | 166 lldb::addr_t sect_size = sect_sp->GetByteSize(); in getModuleFileSize() local 172 SizeOfImage = sect_size - base_sect_offset; in getModuleFileSize() 173 lldb::addr_t next_sect_addr = sect_addr + sect_size; in getModuleFileSize() 179 sect_size = sect_sp->GetByteSize(); in getModuleFileSize() 180 SizeOfImage += sect_size; in getModuleFileSize() 181 next_sect_addr += sect_size; in getModuleFileSize()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 1539 uint32_t sect_size, uint64_t sect_addr, in DumpCstringSection() argument 1541 for (uint32_t i = 0; i < sect_size; i++) { in DumpCstringSection() 1548 for (; i < sect_size && sect[i] != '\0'; i++) in DumpCstringSection() 1550 if (i < sect_size && sect[i] == '\0') in DumpCstringSection() 1572 uint32_t sect_size, uint64_t sect_addr, in DumpLiteral4Section() argument 1574 for (uint32_t i = 0; i < sect_size; i += sizeof(float)) { in DumpLiteral4Section() 1616 uint32_t sect_size, uint64_t sect_addr, in DumpLiteral8Section() argument 1618 for (uint32_t i = 0; i < sect_size; i += sizeof(double)) { in DumpLiteral8Section() 1648 uint32_t sect_size, uint64_t sect_addr, in DumpLiteral16Section() argument 1650 for (uint32_t i = 0; i < sect_size; i += 16) { in DumpLiteral16Section() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/doc/ |
| H A D | gdbint.texinfo | 3495 …core_section (struct gdbarch * @var{gdbarch}, const char * @var{sect_name}, size_t @var{sect_size}) 3498 @var{sect_name} and size @var{sect_size}.
|