Home
last modified time | relevance | path

Searched refs:reglocs (Results 1 - 8 of 8) sorted by relevance

/third_party/elfutils/backends/
H A Dx86_corenote.c32 regs_offset, nregloc, reglocs, nitems, items);
36 size_t *nregloc, const Ebl_Register_Location **reglocs, in ioperm_info()
47 *reglocs = NULL; in ioperm_info()
35 ioperm_info(GElf_Word descsz, GElf_Word *regs_offset, size_t *nregloc, const Ebl_Register_Location **reglocs, size_t *nitems, const Ebl_Core_Item **items) ioperm_info() argument
H A Dlinux-core-note.c215 const Ebl_Register_Location **reglocs, in core_note()
257 *reglocs = prstatus_regs; in core_note()
267 *reglocs = NULL; in core_note()
278 *reglocs = table; \ in core_note()
289 *reglocs = table; \ in core_note()
300 *reglocs = NULL; \ in core_note()
213 core_note(const GElf_Nhdr *nhdr, const char *name, GElf_Word *regs_offset, size_t *nregloc, const Ebl_Register_Location **reglocs, size_t *nitems, const Ebl_Core_Item **items) core_note() argument
H A Di386_corenote.c109 return tls_info (nhdr->n_descsz, regs_offset, nregloc, reglocs, \
123 size_t *nregloc, const Ebl_Register_Location **reglocs, in tls_info()
131 *reglocs = NULL; in tls_info()
122 tls_info(GElf_Word descsz, GElf_Word *regs_offset, size_t *nregloc, const Ebl_Register_Location **reglocs, size_t *nitems, const Ebl_Core_Item **items) tls_info() argument
/third_party/elfutils/libebl/
H A Deblcorenote.c47 const Ebl_Register_Location **reglocs, size_t *nitems, in ebl_core_note()
51 regs_offset, nregloc, reglocs, nitems, items); in ebl_core_note()
71 *reglocs = NULL; in ebl_core_note()
44 ebl_core_note(Ebl *ebl, const GElf_Nhdr *nhdr, const char *name, const char *desc, GElf_Word *regs_offset, size_t *nregloc, const Ebl_Register_Location **reglocs, size_t *nitems, const Ebl_Core_Item **items) ebl_core_note() argument
H A Dlibebl.h313 const Ebl_Register_Location **reglocs,
H A Deblopenbackend.c189 const Ebl_Register_Location **reglocs,
543 const Ebl_Register_Location **reglocs in default_core_note()
/third_party/elfutils/libdwfl/
H A Dlinux-core-attach.c137 const Ebl_Register_Location *reglocs; in core_next_thread() local
141 &regs_offset, &nregloc, &reglocs, &nitems, &items)) in core_next_thread()
192 const Ebl_Register_Location *reglocs; in core_set_initial_registers() local
196 &regs_offset, &nregloc, &reglocs, in core_set_initial_registers()
245 const Ebl_Register_Location *regloc = reglocs + regloci; in core_set_initial_registers()
385 const Ebl_Register_Location *reglocs; in dwfl_core_file_attach() local
389 &regs_offset, &nregloc, &reglocs, &nitems, &items)) in dwfl_core_file_attach()
/third_party/elfutils/src/
H A Dreadelf.c12354 const Ebl_Register_Location *reglocs, size_t nregloc) in handle_core_registers()
12363 if (maxnreg < reglocs[i].regno + reglocs[i].count) in handle_core_registers()
12364 maxnreg = reglocs[i].regno + reglocs[i].count; in handle_core_registers()
12374 for (int reg = reglocs[i].regno; in handle_core_registers()
12375 reg < reglocs[i].regno + reglocs[i].count; in handle_core_registers()
12382 info->regloc = &reglocs[i]; in handle_core_registers()
12384 info->set = register_info (ebl, reg, &reglocs[ in handle_core_registers()
12353 handle_core_registers(Ebl *ebl, Elf *core, const void *desc, const Ebl_Register_Location *reglocs, size_t nregloc) handle_core_registers() argument
12650 const Ebl_Register_Location *reglocs; handle_core_note() local
[all...]

Completed in 17 milliseconds