/third_party/elfutils/libdw/ |
D | dwarf_nextcu.c | 39 dwarf_next_unit (Dwarf *dwarf, Dwarf_Off off, Dwarf_Off *next_off, in dwarf_next_unit() argument 46 return __libdw_next_unit (dwarf, v4_debug_types, off, next_off, in dwarf_next_unit() 56 Dwarf_Off *next_off, size_t *header_sizep, in INTDEF() 80 *next_off = (Dwarf_Off) -1l; in INTDEF() 218 *next_off = -1; in INTDEF() 290 *next_off = off + 2 * offset_size - 4 + length; in INTDEF() 294 if (*next_off <= off) in INTDEF() 295 *next_off = (Dwarf_Off) -1; in INTDEF() 301 dwarf_nextcu (Dwarf *dwarf, Dwarf_Off off, Dwarf_Off *next_off, in dwarf_nextcu() argument 305 return INTUSE(dwarf_next_unit) (dwarf, off, next_off, header_sizep, NULL, in dwarf_nextcu()
|
D | dwarf_next_lines.c | 38 Dwarf_Off *next_off, Dwarf_CU **cu, in dwarf_next_lines() argument 57 *next_off = (Dwarf_Off) -1; in dwarf_next_lines() 73 *next_off = off + 4; in dwarf_next_lines() 80 *next_off += 8; in dwarf_next_lines() 86 *next_off += unit_length; in dwarf_next_lines()
|
D | dwarf_next_cfi.c | 44 Dwarf_Off *next_off, in dwarf_next_cfi() argument 58 *next_off = (Dwarf_Off) -1l; in dwarf_next_cfi() 98 *next_off = off + (2 * offset_size - 4) + length; in dwarf_next_cfi()
|
D | libdw.h | 273 extern int dwarf_nextcu (Dwarf *dwarf, Dwarf_Off off, Dwarf_Off *next_off, 281 extern int dwarf_next_unit (Dwarf *dwarf, Dwarf_Off off, Dwarf_Off *next_off, 746 Dwarf_Off *next_off, Dwarf_CU **cu,
|
D | libdwP.h | 640 Dwarf_Off *next_off, size_t *header_sizep,
|
D | ChangeLog | 409 * dwarf_nextcu.c (__libdw_next_unit): Set next_off to -1 when it would
|
/third_party/elfutils/tests/ |
D | next-files.c | 51 Dwarf_Off next_off = 0; in main() local 56 while ((res = dwarf_next_lines (dbg, off = next_off, &next_off, &cu, in main()
|
D | next-lines.c | 50 Dwarf_Off next_off = 0; in main() local 55 while ((res = dwarf_next_lines (dbg, off = next_off, &next_off, &cu, in main()
|
D | next_cfi.c | 68 Dwarf_Off next_off = 0; in handle_section() local 70 while ((res = dwarf_next_cfi (e_ident, data, is_eh, off = next_off, in handle_section() 71 &next_off, &entry)) == 0) in handle_section()
|
D | nvidia_extended_linemap_libdw.c | 50 Dwarf_Off next_off = 0; in main() local 55 while ((res = dwarf_next_lines (dbg, off = next_off, &next_off, &cu, in main()
|
/third_party/ffmpeg/libavcodec/ |
D | hq_hqa.c | 123 int slice, start_off, next_off, i, ret; in hq_decode_frame() local 148 next_off = 0; in hq_decode_frame() 150 start_off = next_off; in hq_decode_frame() 151 next_off = profile->tab_h * (slice + 1) / profile->num_slices; in hq_decode_frame() 164 for (i = 0; i < (next_off - start_off) * profile->tab_w; i++) { in hq_decode_frame()
|
/third_party/libbpf/src/ |
D | btf_dump.c | 861 int cur_off, int next_off, int next_align, in btf_dump_emit_bit_padding() argument 873 if (cur_off >= next_off) in btf_dump_emit_bit_padding() 899 if (new_off <= next_off) in btf_dump_emit_bit_padding() 903 if (new_off > cur_off && new_off <= next_off) { in btf_dump_emit_bit_padding() 914 (new_off == next_off && roundup(cur_off, next_align * 8) != new_off) || in btf_dump_emit_bit_padding() 915 (new_off != next_off && next_off - new_off <= new_off - cur_off)) in btf_dump_emit_bit_padding() 928 while (cur_off != next_off) { in btf_dump_emit_bit_padding() 929 bits = min(next_off - cur_off, pad_bits); in btf_dump_emit_bit_padding()
|
/third_party/ffmpeg/libavformat/ |
D | rmdec.c | 432 unsigned int size, n_pkts, str_id, next_off, n, pos, pts; in rm_read_index() local 444 next_off = avio_rb32(pb); in rm_read_index() 476 if (next_off && avio_tell(pb) < next_off && in rm_read_index() 477 avio_seek(pb, next_off, SEEK_SET) < 0) { in rm_read_index() 482 } while (next_off); in rm_read_index()
|
/third_party/elfutils/src/ |
D | readelf.c | 5425 Dwarf_Off next_off = (listptr->offset in print_debug_addr_section() local 5430 next_unitp = start + next_off; in print_debug_addr_section() 5431 if (next_off < off || next_off > data->d_size) in print_debug_addr_section() 8206 Dwarf_Off off, next_off = 0; in print_decoded_line_section() local 8208 while (dwarf_next_lines (dbg, off = next_off, &next_off, &cu, NULL, NULL, in print_decoded_line_section() 9462 Dwarf_Off next_off = next_listptr_offset (&known_loclistsptr, in print_debug_loclists_section() local 9466 if (next_off == 0 in print_debug_loclists_section() 9467 || next_off > (size_t) (nexthdr - ((const unsigned char *) in print_debug_loclists_section() 9471 locendp = (const unsigned char *) data->d_buf + next_off; in print_debug_loclists_section() 9835 Dwarf_Off next_off = next_listptr_offset (&known_locsptr, in print_debug_loc_section() local [all …]
|
D | ChangeLog | 974 * readelf.c (print_debug_loc_section): Make sure next_off doesn't
|