Searched refs:unwinding (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/perf/util/
H A Dgenelf.c160 jit_add_eh_frame_info(Elf *e, void* unwinding, uint64_t unwinding_header_size, argument
185 d->d_buf = unwinding;
219 d->d_buf = unwinding + unwinding_table_size;
250 void *unwinding, uint64_t unwinding_header_size, uint64_t unwinding_size)
289 ehdr->e_shstrndx= unwinding ? 4 : 2; /* shdr index for section name */
341 if (unwinding) {
343 retval = jit_add_eh_frame_info(e, unwinding,
419 shdr->sh_link = unwinding ? 6 : 4; /* index of .strtab section */
247 jit_write_elf(int fd, uint64_t load_addr, const char *sym, const void *code, int csize, void *debug __maybe_unused, int nr_debug_entries __maybe_unused, void *unwinding, uint64_t unwinding_header_size, uint64_t unwinding_size) argument
H A Djitdump.c78 void *unwinding,
98 unwinding, unwinding_header_size, unwinding_size);
328 jr->unwinding.unwinding_size = bswap_64(jr->unwinding.unwinding_size);
329 jr->unwinding.eh_frame_hdr_size = bswap_64(jr->unwinding.eh_frame_hdr_size);
330 jr->unwinding.mapped_size = bswap_64(jr->unwinding.mapped_size);
667 unwinding_data_size = jr->prefix.total_size - sizeof(jr->unwinding);
672 memcpy(unwinding_data, &jr->unwinding
70 jit_emit_elf(struct jit_buf_desc *jd, char *filename, const char *sym, uint64_t code_addr, const void *code, int csize, void *debug, int nr_debug_entries, void *unwinding, uint32_t unwinding_header_size, uint32_t unwinding_size) argument
[all...]
H A Djitdump.h122 struct jr_code_unwinding_info unwinding; member in union:jr_entry
H A Dgenelf.h10 void *unwinding, uint64_t unwinding_header_size, uint64_t unwinding_size);
/linux-master/arch/arm/lib/
H A Dlib1funcs.S64 @ four bits, since this is the amount of unwinding in the main
151 @ four bits, since this is the amount of unwinding in the main
/linux-master/arch/arc/include/asm/
H A Dentry-arcv2.h163 ; 2. Upon entry SP is always saved (for any inspection, unwinding etc),

Completed in 154 milliseconds