Searched refs:regs_offset (Results 1 – 9 of 9) sorted by relevance
/external/elfutils/backends/ |
D | x86_corenote.c | 32 regs_offset, nregloc, reglocs, nitems, items); 35 ioperm_info (GElf_Word descsz, GElf_Word *regs_offset, in ioperm_info() argument 45 *regs_offset = 0; in ioperm_info()
|
D | linux-core-note.c | 214 GElf_Word *regs_offset, size_t *nregloc, in EBLHOOK() 240 *regs_offset = 0; in EBLHOOK() 255 *regs_offset = offsetof (struct EBLHOOK(prstatus), pr_reg); in EBLHOOK() 265 *regs_offset = 0; in EBLHOOK() 276 *regs_offset = 0; \ in EBLHOOK() 287 *regs_offset = 0; \ in EBLHOOK() 298 *regs_offset = 0; \ in EBLHOOK()
|
D | i386_corenote.c | 109 return tls_info (nhdr->n_descsz, regs_offset, nregloc, reglocs, \ 122 tls_info (GElf_Word descsz, GElf_Word *regs_offset, in tls_info() argument 129 *regs_offset = 0; in tls_info()
|
/external/elfutils/libebl/ |
D | eblcorenote.c | 46 GElf_Word *regs_offset, size_t *nregloc, in ebl_core_note() argument 51 regs_offset, nregloc, reglocs, nitems, items); in ebl_core_note() 69 *regs_offset = 0; in ebl_core_note()
|
D | libebl.h | 324 GElf_Word *regs_offset, size_t *nregloc,
|
D | eblopenbackend.c | 173 GElf_Word *regs_offset, size_t *nregloc,
|
/external/elfutils/libdwfl/ |
D | linux-core-attach.c | 135 GElf_Word regs_offset; in core_next_thread() local 141 ®s_offset, &nregloc, ®locs, &nitems, &items)) in core_next_thread() 189 GElf_Word regs_offset; in core_set_initial_registers() local 195 ®s_offset, &nregloc, ®locs, in core_set_initial_registers() 241 desc += regs_offset; in core_set_initial_registers() 382 GElf_Word regs_offset; in dwfl_core_file_attach() local 388 ®s_offset, &nregloc, ®locs, &nitems, &items)) in dwfl_core_file_attach()
|
/external/u-boot/drivers/spi/ |
D | omap3_spi.c | 40 unsigned int regs_offset; member 630 priv->regs = (struct mcspi *)(devfdt_get_addr(dev) + data->regs_offset); in omap3_spi_probe() 687 .regs_offset = 0, 691 .regs_offset = OMAP4_MCSPI_REG_OFFSET,
|
/external/elfutils/src/ |
D | readelf.c | 12165 GElf_Word regs_offset; in handle_core_note() local 12172 ®s_offset, &nregloc, ®locs, &nitems, &items)) in handle_core_note() 12185 colno = handle_core_registers (ebl, ebl->elf, desc + regs_offset, in handle_core_note()
|