| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | amd64obsd-tdep.c | 53 const char *sect_name, size_t sect_size) in amd64obsd_regset_from_core_section() argument 61 && sect_size >= tdep->sizeof_gregset + I387_SIZEOF_FXSAVE) in amd64obsd_regset_from_core_section()
|
| D | i386nbsd-tdep.c | 76 size_t sect_size) in i386nbsd_aout_regset_from_core_section() argument 84 && sect_size >= tdep->sizeof_gregset + I387_SIZEOF_FSAVE) in i386nbsd_aout_regset_from_core_section()
|
| D | i386obsd-tdep.c | 151 size_t sect_size) in i386obsd_aout_regset_from_core_section() argument 159 && sect_size >= tdep->sizeof_gregset + I387_SIZEOF_FSAVE) in i386obsd_aout_regset_from_core_section()
|
| D | ppcfbsd-tdep.c | 209 const char *sect_name, size_t sect_size) in ppcfbsd_regset_from_core_section() argument 213 if (strcmp (sect_name, ".reg") == 0 && sect_size >= SIZEOF_STRUCT_REG) in ppcfbsd_regset_from_core_section() 216 if (strcmp (sect_name, ".reg2") == 0 && sect_size >= SIZEOF_STRUCT_FPREG) in ppcfbsd_regset_from_core_section()
|
| D | i386-tdep.h | 208 const char *sect_name, size_t sect_size);
|
| D | amd64-tdep.c | 1039 const char *sect_name, size_t sect_size) in amd64_regset_from_core_section() argument 1043 if (strcmp (sect_name, ".reg2") == 0 && sect_size == tdep->sizeof_fpregset) in amd64_regset_from_core_section() 1055 return i386_regset_from_core_section (gdbarch, sect_name, sect_size); in amd64_regset_from_core_section()
|
| D | ia64-fbsd-tdep.c | 255 const char *sect_name, size_t sect_size) in ia64_fbsd_regset_from_core_section() argument
|
| D | i386-tdep.c | 1612 const char *sect_name, size_t sect_size) in i386_regset_from_core_section() argument 1616 if (strcmp (sect_name, ".reg") == 0 && sect_size == tdep->sizeof_gregset) in i386_regset_from_core_section() 1627 if ((strcmp (sect_name, ".reg2") == 0 && sect_size == tdep->sizeof_fpregset) in i386_regset_from_core_section() 1629 && sect_size == I387_SIZEOF_FXSAVE)) in i386_regset_from_core_section()
|
| D | sparc-tdep.c | 1102 const char *sect_name, size_t sect_size) in sparc_regset_from_core_section() argument 1106 if (strcmp (sect_name, ".reg") == 0 && sect_size >= tdep->sizeof_gregset) in sparc_regset_from_core_section() 1109 if (strcmp (sect_name, ".reg2") == 0 && sect_size >= tdep->sizeof_fpregset) in sparc_regset_from_core_section()
|
| 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()
|
| D | gdbarch.h | 2341 …regset_from_core_section_ftype) (struct gdbarch *gdbarch, const char *sect_name, size_t sect_size); 2342 …dbarch_regset_from_core_section (struct gdbarch *gdbarch, const char *sect_name, size_t sect_size);
|
| D | gdbarch.c | 5361 gdbarch_regset_from_core_section (struct gdbarch *gdbarch, const char *sect_name, size_t sect_size) in gdbarch_regset_from_core_section() argument 5367 return gdbarch->regset_from_core_section (gdbarch, sect_name, sect_size); in gdbarch_regset_from_core_section()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| D | MachODump.cpp | 1288 uint32_t sect_size, uint64_t sect_addr, in DumpCstringSection() argument 1290 for (uint32_t i = 0; i < sect_size; i++) { in DumpCstringSection() 1297 for (; i < sect_size && sect[i] != '\0'; i++) in DumpCstringSection() 1299 if (i < sect_size && sect[i] == '\0') in DumpCstringSection() 1321 uint32_t sect_size, uint64_t sect_addr, in DumpLiteral4Section() argument 1323 for (uint32_t i = 0; i < sect_size; i += sizeof(float)) { in DumpLiteral4Section() 1365 uint32_t sect_size, uint64_t sect_addr, in DumpLiteral8Section() argument 1367 for (uint32_t i = 0; i < sect_size; i += sizeof(double)) { in DumpLiteral8Section() 1397 uint32_t sect_size, uint64_t sect_addr, in DumpLiteral16Section() argument 1399 for (uint32_t i = 0; i < sect_size; i += 16) { in DumpLiteral16Section() [all …]
|
| /freebsd-12-stable/contrib/gdb/ |
| D | FREEBSD-diffs | 416 + const char *sect_name, size_t sect_size)
|
| /freebsd-12-stable/contrib/gdb/gdb/doc/ |
| D | gdbint.texinfo | 3549 …core_section (struct gdbarch * @var{gdbarch}, const char * @var{sect_name}, size_t @var{sect_size}) 3552 @var{sect_name} and size @var{sect_size}.
|