Searched refs:reglocs (Results 1 – 8 of 8) sorted by relevance
/external/elfutils/backends/ |
D | x86_corenote.c | 32 regs_offset, nregloc, reglocs, nitems, items); 36 size_t *nregloc, const Ebl_Register_Location **reglocs, in ioperm_info() argument 47 *reglocs = NULL; in ioperm_info()
|
D | linux-core-note.c | 209 const Ebl_Register_Location **reglocs, in EBLHOOK() 251 *reglocs = prstatus_regs; in EBLHOOK() 261 *reglocs = NULL; in EBLHOOK() 272 *reglocs = table; \ in EBLHOOK() 283 *reglocs = table; \ in EBLHOOK() 294 *reglocs = NULL; \ in EBLHOOK()
|
D | i386_corenote.c | 109 return tls_info (nhdr->n_descsz, regs_offset, nregloc, reglocs, \ 123 size_t *nregloc, const Ebl_Register_Location **reglocs, in tls_info() argument 131 *reglocs = NULL; in tls_info()
|
/external/elfutils/libebl/ |
D | eblcorenote.c | 45 const Ebl_Register_Location **reglocs, size_t *nitems, in ebl_core_note() argument 49 regs_offset, nregloc, reglocs, nitems, items); in ebl_core_note() 56 *reglocs = NULL; in ebl_core_note()
|
D | eblopenbackend.c | 174 const Ebl_Register_Location **reglocs, 597 const Ebl_Register_Location **reglocs in default_core_note() argument
|
D | libebl.h | 395 const Ebl_Register_Location **reglocs,
|
/external/elfutils/libdwfl/ |
D | linux-core-attach.c | 136 const Ebl_Register_Location *reglocs; in core_next_thread() local 140 ®s_offset, &nregloc, ®locs, &nitems, &items)) in core_next_thread() 189 const Ebl_Register_Location *reglocs; in core_set_initial_registers() local 193 &nregloc, ®locs, &nitems, &items); in core_set_initial_registers() 241 const Ebl_Register_Location *regloc = reglocs + regloci; in core_set_initial_registers() 378 const Ebl_Register_Location *reglocs; in dwfl_core_file_attach() local 382 ®s_offset, &nregloc, ®locs, &nitems, &items)) in dwfl_core_file_attach()
|
/external/elfutils/src/ |
D | readelf.c | 9003 const Ebl_Register_Location *reglocs, size_t nregloc) in handle_core_registers() argument 9012 if (maxnreg < reglocs[i].regno + reglocs[i].count) in handle_core_registers() 9013 maxnreg = reglocs[i].regno + reglocs[i].count; in handle_core_registers() 9023 for (int reg = reglocs[i].regno; in handle_core_registers() 9024 reg < reglocs[i].regno + reglocs[i].count; in handle_core_registers() 9031 info->regloc = ®locs[i]; in handle_core_registers() 9033 info->set = register_info (ebl, reg, ®locs[i], in handle_core_registers() 9309 const Ebl_Register_Location *reglocs; in handle_core_note() local 9314 ®s_offset, &nregloc, ®locs, &nitems, &items)) in handle_core_note() 9328 reglocs, nregloc); in handle_core_note()
|