Searched refs:regs_offset (Results 1 - 8 of 8) sorted by relevance
/third_party/elfutils/backends/ |
H A 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()
|
H A D | linux-core-note.c | 214 GElf_Word *regs_offset, size_t *nregloc, in core_note() 240 *regs_offset = 0; in core_note() 255 *regs_offset = offsetof (struct EBLHOOK(prstatus), pr_reg); in core_note() 265 *regs_offset = 0; in core_note() 276 *regs_offset = 0; \ in core_note() 287 *regs_offset = 0; \ in core_note() 298 *regs_offset = 0; \ 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 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()
|
/third_party/elfutils/libebl/ |
H A D | eblcorenote.c | 46 GElf_Word *regs_offset, size_t *nregloc, in ebl_core_note() 51 regs_offset, nregloc, reglocs, nitems, items); in ebl_core_note() 69 *regs_offset = 0; 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 D | libebl.h | 312 GElf_Word *regs_offset, size_t *nregloc,
|
H A D | eblopenbackend.c | 188 GElf_Word *regs_offset, size_t *nregloc,
|
/third_party/elfutils/libdwfl/ |
H A 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() 190 GElf_Word regs_offset; in core_set_initial_registers() local 196 ®s_offset, &nregloc, ®locs, in core_set_initial_registers() 242 desc += regs_offset; in core_set_initial_registers() 383 GElf_Word regs_offset; in dwfl_core_file_attach() local 389 ®s_offset, &nregloc, ®locs, &nitems, &items)) in dwfl_core_file_attach()
|
/third_party/elfutils/src/ |
H A D | readelf.c | 12648 GElf_Word regs_offset; in handle_core_note() local 12655 ®s_offset, &nregloc, ®locs, &nitems, &items)) in handle_core_note() 12668 colno = handle_core_registers (ebl, ebl->elf, desc + regs_offset, in handle_core_note()
|
Completed in 18 milliseconds