Home
last modified time | relevance | path

Searched refs:next_off (Results 1 - 25 of 47) sorted by relevance

12

/third_party/elfutils/libdw/
H A Ddwarf_nextcu.c39 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_size in dwarf_nextcu()
[all...]
H A Ddwarf_next_lines.c38 Dwarf_Off *next_off, Dwarf_CU **cu, in dwarf_next_lines()
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()
37 dwarf_next_lines(Dwarf *dbg, Dwarf_Off off, Dwarf_Off *next_off, Dwarf_CU **cu, Dwarf_Files **srcfiles, size_t *nfiles, Dwarf_Lines **srclines, size_t *nlines) dwarf_next_lines() argument
H A Ddwarf_next_cfi.c44 Dwarf_Off *next_off, in dwarf_next_cfi()
58 *next_off = (Dwarf_Off) -1l; in dwarf_next_cfi()
98 *next_off = off + (2 * offset_size - 4) + length; in dwarf_next_cfi()
40 dwarf_next_cfi(const unsigned char e_ident[], Elf_Data *data, bool eh_frame_p, Dwarf_Off off, Dwarf_Off *next_off, Dwarf_CFI_Entry *entry) dwarf_next_cfi() argument
H A Dlibdw.h273 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,
/third_party/elfutils/tests/
H A Dnext-files.c51 Dwarf_Off next_off = 0; in main() local
56 while ((res = dwarf_next_lines (dbg, off = next_off, &next_off, &cu, in main()
H A Dnvidia_extended_linemap_libdw.c50 Dwarf_Off next_off = 0; in main() local
55 while ((res = dwarf_next_lines (dbg, off = next_off, &next_off, &cu, in main()
H A Dnext_cfi.c68 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()
H A Dnext-lines.c50 Dwarf_Off next_off = 0; in main() local
55 while ((res = dwarf_next_lines (dbg, off = next_off, &next_off, &cu, in main()
/kernel/linux/linux-6.6/fs/hfs/
H A Dbnode.c321 int i, rec_off, off, next_off; in hfs_bnode_find() local
374 for (i = 1; i <= node->num_recs; off = next_off, i++) { in hfs_bnode_find()
376 next_off = hfs_bnode_read_u16(node, rec_off); in hfs_bnode_find()
377 if (next_off <= off || in hfs_bnode_find()
378 next_off > tree->node_size || in hfs_bnode_find()
379 next_off & 1) in hfs_bnode_find()
381 entry_size = next_off - off; in hfs_bnode_find()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dreaddir.c101 unsigned int off, next_off, end; in xchk_dir_walk_block() local
110 for (off = geo->data_entry_offset; off < end; off = next_off) { in xchk_dir_walk_block()
119 next_off = off + be16_to_cpu(dup->length); in xchk_dir_walk_block()
124 next_off = off + xfs_dir2_data_entsize(mp, dep->namelen); in xchk_dir_walk_block()
125 if (next_off > end) in xchk_dir_walk_block()
/kernel/linux/linux-5.10/fs/hfs/
H A Dbnode.c332 int i, rec_off, off, next_off; in hfs_bnode_find() local
384 for (i = 1; i <= node->num_recs; off = next_off, i++) { in hfs_bnode_find()
386 next_off = hfs_bnode_read_u16(node, rec_off); in hfs_bnode_find()
387 if (next_off <= off || in hfs_bnode_find()
388 next_off > tree->node_size || in hfs_bnode_find()
389 next_off & 1) in hfs_bnode_find()
391 entry_size = next_off - off; in hfs_bnode_find()
/third_party/ffmpeg/libavcodec/
H A Dhq_hqa.c124 int slice, start_off, next_off, i, ret; in hq_decode_frame() local
149 next_off = 0; in hq_decode_frame()
151 start_off = next_off; in hq_decode_frame()
152 next_off = profile->tab_h * (slice + 1) / profile->num_slices; in hq_decode_frame()
165 for (i = 0; i < (next_off - start_off) * profile->tab_w; i++) { in hq_decode_frame()
/kernel/linux/linux-5.10/fs/hfsplus/
H A Dbnode.c482 int i, rec_off, off, next_off; in hfs_bnode_find() local
536 for (i = 1; i <= node->num_recs; off = next_off, i++) { in hfs_bnode_find()
538 next_off = hfs_bnode_read_u16(node, rec_off); in hfs_bnode_find()
539 if (next_off <= off || in hfs_bnode_find()
540 next_off > tree->node_size || in hfs_bnode_find()
541 next_off & 1) in hfs_bnode_find()
543 entry_size = next_off - off; in hfs_bnode_find()
/kernel/linux/linux-6.6/fs/hfsplus/
H A Dbnode.c471 int i, rec_off, off, next_off; in hfs_bnode_find() local
525 for (i = 1; i <= node->num_recs; off = next_off, i++) { in hfs_bnode_find()
527 next_off = hfs_bnode_read_u16(node, rec_off); in hfs_bnode_find()
528 if (next_off <= off || in hfs_bnode_find()
529 next_off > tree->node_size || in hfs_bnode_find()
530 next_off & 1) in hfs_bnode_find()
532 entry_size = next_off - off; in hfs_bnode_find()
/kernel/linux/linux-6.6/scripts/gdb/linux/
H A Ddmesg.py74 next_off = off + (prb_data_blk_lpos_type.get_type()['next'].bitpos // 8)
110 end = utils.read_ulong(desc, next_off) % text_data_sz
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dbtf_dump.c819 int cur_off, int next_off, int next_align, in btf_dump_emit_bit_padding()
831 if (cur_off >= next_off) in btf_dump_emit_bit_padding()
857 if (new_off <= next_off) in btf_dump_emit_bit_padding()
861 if (new_off > cur_off && new_off <= next_off) { in btf_dump_emit_bit_padding()
872 (new_off == next_off && roundup(cur_off, next_align * 8) != new_off) || in btf_dump_emit_bit_padding()
873 (new_off != next_off && next_off - new_off <= new_off - cur_off)) in btf_dump_emit_bit_padding()
886 while (cur_off != next_off) { in btf_dump_emit_bit_padding()
887 bits = min(next_off - cur_off, pad_bits); in btf_dump_emit_bit_padding()
818 btf_dump_emit_bit_padding(const struct btf_dump *d, int cur_off, int next_off, int next_align, bool in_bitfield, int lvl) btf_dump_emit_bit_padding() argument
/kernel/linux/linux-5.10/include/uapi/linux/
H A Datm_zatm.h30 int offset,next_off; /* alignment optimizations: offset */ member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Datm_zatm.h30 int offset,next_off; /* alignment optimizations: offset */ member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Datm_zatm.h30 int offset, next_off; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Datm_zatm.h30 int offset, next_off; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Datm_zatm.h20 int offset,next_off; member
/kernel/linux/linux-5.10/scripts/gdb/linux/
H A Ddmesg.py80 next_off = off + (prb_data_blk_lpos_type.get_type()['next'].bitpos // 8)
115 end = utils.read_ulong(descs, desc_off + next_off) % text_data_sz
/kernel/linux/linux-6.6/fs/smb/server/
H A Dsmb_common.c191 static char *next_dialect(char *dialect, int *next_off, int bcount) in next_dialect() argument
193 dialect = dialect + *next_off; in next_dialect()
194 *next_off = strnlen(dialect, bcount); in next_dialect()
195 if (dialect[*next_off] != '\0') in next_dialect()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dbtf_dump.c861 int cur_off, int next_off, int next_align, in btf_dump_emit_bit_padding()
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()
860 btf_dump_emit_bit_padding(const struct btf_dump *d, int cur_off, int next_off, int next_align, bool in_bitfield, int lvl) btf_dump_emit_bit_padding() argument
/third_party/libbpf/src/
H A Dbtf_dump.c861 int cur_off, int next_off, int next_align, in btf_dump_emit_bit_padding()
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()
860 btf_dump_emit_bit_padding(const struct btf_dump *d, int cur_off, int next_off, int next_align, bool in_bitfield, int lvl) btf_dump_emit_bit_padding() argument

Completed in 19 milliseconds

12