/third_party/elfutils/libdw/ |
H A D | frame-cache.c | 42 struct dwarf_cie *cie = arg; in free_cie() local
|
H A D | cie.c | 56 struct dwarf_cie *cie = malloc (sizeof (struct dwarf_cie)); in intern_new_cie() local [all...] |
H A D | fde.c | 69 struct dwarf_cie *cie = __libdw_find_cie (cache, entry->CIE_pointer); in intern_fde() local
|
H A D | cfi.c | 102 execute_cfi(Dwarf_CFI *cache, const struct dwarf_cie *cie, Dwarf_Frame **state, const uint8_t *program, const uint8_t *const end, bool abi_cfi, Dwarf_Addr loc, Dwarf_Addr find_pc) execute_cfi() argument 440 cie_cache_initial_state(Dwarf_CFI *cache, struct dwarf_cie *cie) cie_cache_initial_state() argument [all...] |
H A D | libdw.h | 210 Dwarf_CIE cie; member
|
H A D | cfi.h | 63 struct dwarf_cie *cie; member
|
/third_party/libwebsockets/lib/drivers/led/ |
H A D | led-seq.c | 33 uint16_t cie[] = { variable
|
/kernel/linux/linux-5.10/arch/sh/kernel/ |
H A D | dwarf.c | 306 struct dwarf_cie *cie = NULL; in dwarf_lookup_cie() local 396 dwarf_cfa_execute_insns(unsigned char *insn_start, unsigned char *insn_end, struct dwarf_cie *cie, struct dwarf_fde *fde, struct dwarf_frame *frame, unsigned long pc) dwarf_cfa_execute_insns() argument 578 struct dwarf_cie *cie; dwarf_unwind_stack() local 740 struct dwarf_cie *cie; dwarf_parse_cie() local 872 struct dwarf_cie *cie; dwarf_parse_fde() local 997 struct dwarf_cie *cie, *next_cie; dwarf_unwinder_cleanup() local 1133 struct dwarf_cie *cie, *ctmp; module_dwarf_cleanup() local [all...] |
/kernel/linux/linux-6.6/arch/sh/kernel/ |
H A D | dwarf.c | 306 struct dwarf_cie *cie = NULL; in dwarf_lookup_cie() local 396 dwarf_cfa_execute_insns(unsigned char *insn_start, unsigned char *insn_end, struct dwarf_cie *cie, struct dwarf_fde *fde, struct dwarf_frame *frame, unsigned long pc) dwarf_cfa_execute_insns() argument 578 struct dwarf_cie *cie; dwarf_unwind_stack() local 740 struct dwarf_cie *cie; dwarf_parse_cie() local 872 struct dwarf_cie *cie; dwarf_parse_fde() local 997 struct dwarf_cie *cie, *next_cie; dwarf_unwinder_cleanup() local 1133 struct dwarf_cie *cie, *ctmp; module_dwarf_cleanup() local [all...] |
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | unwind.c | 287 const u32 *cie = cie_for_fde(fde, table); in init_unwind_hdr() local 335 const u32 *cie = __cie_for_fde(fde); in init_unwind_hdr() local 506 const u32 *cie; in __cie_for_fde() local 515 const u32 *cie; cie_for_fde() local 608 fde_pointer_type(const u32 *cie) fde_pointer_type() argument 902 const u32 *fde = NULL, *cie = NULL; arc_unwind() local [all...] |
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | unwind.c | 283 const u32 *cie = cie_for_fde(fde, table); in init_unwind_hdr() local 331 const u32 *cie = __cie_for_fde(fde); in init_unwind_hdr() local 504 const u32 *cie; in __cie_for_fde() local 513 const u32 *cie; cie_for_fde() local 606 fde_pointer_type(const u32 *cie) fde_pointer_type() argument 900 const u32 *fde = NULL, *cie = NULL; arc_unwind() local [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_ciescope.c | 60 int cie; member 948 monochrome_color_location(float waveLength, int w, int h, int cie, int *xP, int *yP) monochrome_color_location() argument 1072 tongue_outline(uint16_t* const pixels, int const linesize, int const w, int const h, uint16_t const maxval, int const cie) tongue_outline() argument 1103 fill_in_tongue(uint16_t* const pixels, int const linesize, int const w, int const h, uint16_t const maxval, const struct ColorSystem * const cs, float const m[3][3], int const cie, int const correct_gamma, float const contrast) fill_in_tongue() argument 1187 plot_white_point(uint16_t* pixels, int const linesize, int const w, int const h, int const maxval, int const color_system, int const cie) plot_white_point() argument 1328 plot_gamuts(uint16_t *pixels, int linesize, int w, int h, int cie, int gamuts) plot_gamuts() argument [all...] |
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
H A D | dwarf.h | 257 struct dwarf_cie *cie; member
|
/kernel/linux/linux-6.6/arch/sh/include/asm/ |
H A D | dwarf.h | 257 struct dwarf_cie *cie; member
|
/third_party/elfutils/src/ |
H A D | readelf.c | 7031 struct cieinfo *cie = cies; in print_debug_frame_section() local [all...] |