Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
H A Dsolib-svr4.c367 int arch_size, sect_size; in read_program_header() local
394 sect_size = at_phent * at_phnum; in read_program_header()
482 buf = xmalloc (sect_size); in read_program_header()
492 *p_sect_size = sect_size; in read_program_header()
515 buf = xmalloc (sect_size); in find_program_interpreter()
534 int arch_size, step, sect_size; in scan_dyntag() local
578 buf = bufstart = alloca (sect_size); in scan_dyntag()
580 buf, 0, sect_size)) in scan_dyntag()
586 for (bufend = buf + sect_size; in scan_dyntag()
635 int sect_size, arch_size, step; in scan_dyntag_auxv() local
[all …]
H A Di386-tdep.h365 const char *sect_name, size_t sect_size);
H A Damd64-tdep.c2781 const char *sect_name, size_t sect_size) in amd64_regset_from_core_section() argument
2785 if (strcmp (sect_name, ".reg2") == 0 && sect_size == tdep->sizeof_fpregset) in amd64_regset_from_core_section()
2804 return i386_regset_from_core_section (gdbarch, sect_name, sect_size); in amd64_regset_from_core_section()
H A Dgdbarch.h723 …regset_from_core_section_ftype) (struct gdbarch *gdbarch, const char *sect_name, size_t sect_size);
724 …dbarch_regset_from_core_section (struct gdbarch *gdbarch, const char *sect_name, size_t sect_size);
H A Di386-tdep.c3304 const char *sect_name, size_t sect_size) in i386_regset_from_core_section() argument
3308 if (strcmp (sect_name, ".reg") == 0 && sect_size == tdep->sizeof_gregset) in i386_regset_from_core_section()
3316 if ((strcmp (sect_name, ".reg2") == 0 && sect_size == tdep->sizeof_fpregset) in i386_regset_from_core_section()
3318 && sect_size == I387_SIZEOF_FXSAVE)) in i386_regset_from_core_section()
H A Dgdbarch.c3323 gdbarch_regset_from_core_section (struct gdbarch *gdbarch, const char *sect_name, size_t sect_size) in gdbarch_regset_from_core_section() argument
3329 return gdbarch->regset_from_core_section (gdbarch, sect_name, sect_size); in gdbarch_regset_from_core_section()
/dragonfly/sys/dev/disk/nvme/
H A Dnvme_ns.h45 uint8_t sect_size; /* 1 << n ? */ member
H A Dnvme_ident.h234 uint8_t sect_size; /* sector size 1 << n */ member
H A Dnvme_admin.c675 nsc->blksize = 1 << lbafmt->sect_size; in nvme_admin_state_identify_ns()
/dragonfly/contrib/binutils-2.27/gold/
H A Ddwp.cc624 uint64_t addr, off_t offset, section_size_type sect_size,
631 uint64_t addr, off_t offset, section_size_type sect_size,
2150 section_size_type sect_size, unsigned int link, in write_shdr() argument
2158 offset, sect_size, link, info, in write_shdr()
2162 offset, sect_size, link, info, in write_shdr()
2169 offset, sect_size, link, info, in write_shdr()
2173 offset, sect_size, link, info, in write_shdr()
2184 off_t offset, section_size_type sect_size, in sized_write_shdr() argument
2197 shdr.put_sh_size(sect_size); in sized_write_shdr()