Home
last modified time | relevance | path

Searched refs:sect_size (Results 1 – 22 of 22) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dm68kbsd-tdep.c119 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 Dhppabsd-tdep.c136 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 Dppcobsd-tdep.c117 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 Dmips64obsd-tdep.c73 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 Di386nbsd-tdep.c78 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 Dppc64obsd-tdep.c194 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 Di386-tdep.h178 const char *sect_name, size_t sect_size);
H A Di386obsd-tdep.c153 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 Damd64obsd-tdep.c59 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 Dvax-tdep.c101 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 Damd64-tdep.c1116 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 Di386-tdep.c1789 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 Dm88k-tdep.c824 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 Dsparc-tdep.c1121 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 Dppc-linux-tdep.c1044 const char *sect_name, size_t sect_size) in ppc_linux_regset_from_core_section() argument
H A Ds390-tdep.c466 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 Dgdbarch.h1427 …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 Dgdbarch.sh666 …ruct regset *:regset_from_core_section:const char *sect_name, size_t sect_size:sect_name, sect_size
H A Dgdbarch.c3673 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 DMinidumpFileBuilder.cpp166 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 DMachODump.cpp1539 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 Dgdbint.texinfo3495 …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}.