Searched refs:nregloc (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 46 *nregloc = 0; in ioperm_info()
|
D | linux-core-note.c | 214 GElf_Word *regs_offset, size_t *nregloc, in EBLHOOK() 241 *nregloc = 0; in EBLHOOK() 256 *nregloc = sizeof prstatus_regs / sizeof prstatus_regs[0]; in EBLHOOK() 266 *nregloc = 0; in EBLHOOK() 277 *nregloc = sizeof table / sizeof table[0]; \ in EBLHOOK() 288 *nregloc = sizeof table / sizeof table[0]; \ in EBLHOOK() 299 *nregloc = 0; \ 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 130 *nregloc = 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() 70 *nregloc = 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, 583 size_t *nregloc __attribute__ ((unused)), in default_core_note() argument
|
/external/elfutils/libdwfl/ |
D | linux-core-attach.c | 136 size_t nregloc; in core_next_thread() local 141 ®s_offset, &nregloc, ®locs, &nitems, &items)) in core_next_thread() 190 size_t nregloc; in core_set_initial_registers() local 195 ®s_offset, &nregloc, ®locs, in core_set_initial_registers() 242 for (size_t regloci = 0; regloci < nregloc; regloci++) in core_set_initial_registers() 383 size_t nregloc; in dwfl_core_file_attach() local 388 ®s_offset, &nregloc, ®locs, &nitems, &items)) in dwfl_core_file_attach()
|
/external/elfutils/src/ |
D | readelf.c | 11861 const Ebl_Register_Location *reglocs, size_t nregloc) in handle_core_registers() argument 11863 if (nregloc == 0) in handle_core_registers() 11869 for (size_t i = 0; i < nregloc; ++i) in handle_core_registers() 11880 for (size_t i = 0; i < nregloc; ++i) in handle_core_registers() 12166 size_t nregloc; in handle_core_note() local 12172 ®s_offset, &nregloc, ®locs, &nitems, &items)) in handle_core_note() 12180 nregloc == 0 ? nhdr->n_descsz : 0, in handle_core_note() 12186 reglocs, nregloc); in handle_core_note()
|