/third_party/elfutils/backends/ |
H A D | x86_corenote.c | 32 regs_offset, nregloc, reglocs, nitems, items); 36 size_t *nregloc, const Ebl_Register_Location **reglocs, in ioperm_info() 46 *nregloc = 0; 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 D | linux-core-note.c | 214 GElf_Word *regs_offset, size_t *nregloc, in core_note() 241 *nregloc = 0; in core_note() 256 *nregloc = sizeof prstatus_regs / sizeof prstatus_regs[0]; in core_note() 266 *nregloc = 0; in core_note() 277 *nregloc = sizeof table / sizeof table[0]; \ in core_note() 288 *nregloc = sizeof table / sizeof table[0]; \ in core_note() 299 *nregloc = 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, \ 123 size_t *nregloc, const Ebl_Register_Location **reglocs, in tls_info() 130 *nregloc = 0; 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 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() 70 *nregloc = 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, 542 size_t *nregloc __attribute__ ((unused)), in default_core_note()
|
/third_party/elfutils/libdwfl/ |
H A 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() 191 size_t nregloc; in core_set_initial_registers() local 196 ®s_offset, &nregloc, ®locs, in core_set_initial_registers() 243 for (size_t regloci = 0; regloci < nregloc; regloci++) in core_set_initial_registers() 384 size_t nregloc; 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 | 12354 const Ebl_Register_Location *reglocs, size_t nregloc) in handle_core_registers() 12356 if (nregloc == 0) in handle_core_registers() 12362 for (size_t i = 0; i < nregloc; ++i) in handle_core_registers() 12373 for (size_t i = 0; i < nregloc; ++i) in handle_core_registers() 12649 size_t nregloc; in handle_core_note() local 12655 ®s_offset, &nregloc, ®locs, &nitems, &items)) in handle_core_note() 12663 nregloc == 0 ? nhdr->n_descsz : 0, in handle_core_note() 12669 reglocs, nregloc); in handle_core_note() 12353 handle_core_registers(Ebl *ebl, Elf *core, const void *desc, const Ebl_Register_Location *reglocs, size_t nregloc) handle_core_registers() argument
|