Home
last modified time | relevance | path

Searched refs:sym_end (Results 1 – 17 of 17) sorted by relevance

/third_party/libunwind/include/
Dlibunwind_i-ohos.h47 …ct unw_cursor *cursor, uint64_t pc, int buf_sz, char *buf, uint64_t *sym_start, uint64_t *sym_end);
58 …c(unw_addr_space_t as, uint64_t pc, int buf_sz, char *buf, uint64_t *sym_start, uint64_t *sym_end);
/third_party/libunwind/src/
Dos-ohos.h31 …ct unw_cursor *cursor, uint64_t pc, int buf_sz, char *buf, uint64_t *sym_start, uint64_t *sym_end);
32 …c(unw_addr_space_t as, uint64_t pc, int buf_sz, char *buf, uint64_t *sym_start, uint64_t *sym_end);
Dos-ohos.c94 …uct unw_cursor *cursor, uint64_t pc, int buf_sz, char *buf, uint64_t *sym_start, uint64_t *sym_end) in unw_get_symbol_info() argument
101 …et_symbol_info_in_image)(&(map->ei), map->start, map->offset, pc, buf_sz, buf, sym_start, sym_end); in unw_get_symbol_info()
105 …pc(unw_addr_space_t as, uint64_t pc, int buf_sz, char *buf, uint64_t *sym_start, uint64_t *sym_end) in unw_get_symbol_info_by_pc() argument
119 …et_symbol_info_in_image)(&(map->ei), map->start, map->offset, pc, buf_sz, buf, sym_start, sym_end); in unw_get_symbol_info_by_pc()
Delfxx.c167 uint64_t *sym_end) in elf_w()
217 *sym_end = end; in elf_w()
560 uint64_t *sym_end) in elf_w()
563 …int ret = elf_w (find_symbol_info_in_image) (ei, load_offset, pc, buf_sz, buf, sym_start, sym_end); in elf_w()
577 …et = elf_w (find_symbol_info_in_image) (ei->mdi, load_offset, pc, buf_sz, buf, sym_start, sym_end); in elf_w()
Delfxx.h66 uint64_t *sym_end);
/third_party/zlib/
Ddeflate.h243 uInt sym_end; /* symbol table full when sym_next reaches this */ member
327 flush = (s->sym_next == s->sym_end); \
338 flush = (s->sym_next == s->sym_end); \
Dtrees.c1036 return (s->sym_next == s->sym_end);
Ddeflate.c374 s->sym_end = (s->lit_bufsize - 1) * 3;
/third_party/flutter/skia/third_party/externals/zlib/
Ddeflate.h243 uInt sym_end; /* symbol table full when sym_next reaches this */ member
327 flush = (s->sym_next == s->sym_end); \
338 flush = (s->sym_next == s->sym_end); \
Dtrees.c1036 return (s->sym_next == s->sym_end);
Ddeflate.c427 s->sym_end = (s->lit_bufsize - 1) * 3;
/third_party/skia/third_party/externals/zlib/
Ddeflate.h243 uInt sym_end; /* symbol table full when sym_next reaches this */ member
327 flush = (s->sym_next == s->sym_end); \
338 flush = (s->sym_next == s->sym_end); \
Dtrees.c1036 return (s->sym_next == s->sym_end);
Ddeflate.c387 s->sym_end = (s->lit_bufsize - 1) * 3;
/third_party/node/deps/zlib/
Ddeflate.h243 uInt sym_end; /* symbol table full when sym_next reaches this */ member
327 flush = (s->sym_next == s->sym_end); \
338 flush = (s->sym_next == s->sym_end); \
Dtrees.c1036 return (s->sym_next == s->sym_end);
Ddeflate.c378 s->sym_end = (s->lit_bufsize - 1) * 3;