Home
last modified time | relevance | path

Searched refs:abbrev_code (Results 1 – 25 of 37) sorted by relevance

12

/dports/devel/libdwarf/dwarf-20161124/dwarfdump/
H A Dprint_abbrevs.c72 Dwarf_Unsigned abbrev_code = 0; in print_abbrevs() local
229 abbrev_code, in check_abbrev_num_sequence()
240 abbrev_code, in check_abbrev_num_sequence()
249 abbrev_code); in check_abbrev_num_sequence()
277 abbrev_code, in check_reused_code()
299 Dwarf_Unsigned abbrev_code; in get_abbrev_array_info() local
322 if (abbrev_code == 0) { in get_abbrev_array_info()
368 Dwarf_Unsigned abbrev_code) in validate_abbrev_code() argument
373 if (abbrev_code && abbrev_code > abbrev_array_size) { in validate_abbrev_code()
389 abbrev_code, in validate_abbrev_code()
[all …]
/dports/devel/dwarfdump/dwarf-20161124/dwarfdump/
H A Dprint_abbrevs.c72 Dwarf_Unsigned abbrev_code = 0; in print_abbrevs() local
229 abbrev_code, in check_abbrev_num_sequence()
240 abbrev_code, in check_abbrev_num_sequence()
249 abbrev_code); in check_abbrev_num_sequence()
277 abbrev_code, in check_reused_code()
299 Dwarf_Unsigned abbrev_code; in get_abbrev_array_info() local
322 if (abbrev_code == 0) { in get_abbrev_array_info()
368 Dwarf_Unsigned abbrev_code) in validate_abbrev_code() argument
373 if (abbrev_code && abbrev_code > abbrev_array_size) { in validate_abbrev_code()
389 abbrev_code, in validate_abbrev_code()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pyelftools/elftools/dwarf/
H A Ddie.py87 self.abbrev_code = None
166 self.abbrev_code = struct_parse(
170 if self.abbrev_code == 0:
176 self.abbrev_code)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pyelftools/elftools/dwarf/
H A Ddie.py87 self.abbrev_code = None
166 self.abbrev_code = struct_parse(
170 if self.abbrev_code == 0:
176 self.abbrev_code)
/dports/devel/radare2/radare2-5.1.1/test/unit/
H A Dtest_dwarf_info.c37 mu_assert_eq (cu.dies[i].abbrev_code, expect_code, "Wrong abbrev code")
208 mu_assert_eq (cu.dies[i].abbrev_code, 7, "Wrong attribute information"); in test_dwarf4_cpp_multiple_modules()
211 mu_assert_eq (cu.dies[i].abbrev_code, 0, "Wrong attribute information"); in test_dwarf4_cpp_multiple_modules()
214 mu_assert_eq (cu.dies[i].abbrev_code, 0, "Wrong attribute information"); in test_dwarf4_cpp_multiple_modules()
217 mu_assert_eq (cu.dies[i].abbrev_code, 10, "Wrong attribute information"); in test_dwarf4_cpp_multiple_modules()
220 mu_assert_eq (cu.dies[i].abbrev_code, 11, "Wrong attribute information"); in test_dwarf4_cpp_multiple_modules()
223 mu_assert_eq (cu.dies[i].abbrev_code, 12, "Wrong attribute information"); in test_dwarf4_cpp_multiple_modules()
/dports/devel/bsdelf/elftoolchain-0.7.1/test/libdwarf/ts/dwarf_die_query/
H A Ddwarf_die_query.c64 int abbrev_code, dwarf_diename_ret; in _dwarf_die_query() local
67 abbrev_code = dwarf_die_abbrev_code(die); in _dwarf_die_query()
68 TS_CHECK_INT(abbrev_code); in _dwarf_die_query()
/dports/devel/elftoolchain/elftoolchain-0.7.1/test/libdwarf/ts/dwarf_die_query/
H A Ddwarf_die_query.c64 int abbrev_code, dwarf_diename_ret; in _dwarf_die_query() local
67 abbrev_code = dwarf_die_abbrev_code(die); in _dwarf_die_query()
68 TS_CHECK_INT(abbrev_code); in _dwarf_die_query()
/dports/devel/py-pyelftools/pyelftools-0.27/elftools/dwarf/
H A Ddie.py87 self.abbrev_code = None
226 self.abbrev_code = struct_parse(
230 if self.abbrev_code == 0:
234 abbrev_decl = self.cu.get_abbrev_table().get_abbrev(self.abbrev_code)
/dports/devel/libdwarf/dwarf-20161124/libdwarf/
H A Ddwarf_die_deliv.c1236 Dwarf_Word abbrev_code = 0; in _dwarf_next_die_info_ptr() local
1248 abbrev_code = (Dwarf_Word) utmp; in _dwarf_next_die_info_ptr()
1249 if (abbrev_code == 0) { in _dwarf_next_die_info_ptr()
1446 Dwarf_Word abbrev_code = 0; in dwarf_siblingof_b() local
1621 abbrev_code = (Dwarf_Word) utmp; in dwarf_siblingof_b()
1622 if (abbrev_code == 0) { in dwarf_siblingof_b()
1663 Dwarf_Word abbrev_code = 0; in dwarf_child() local
1730 if (abbrev_code == 0) { in dwarf_child()
1786 Dwarf_Unsigned abbrev_code = 0; in dwarf_offdie_b() local
1868 abbrev_code = utmp; in dwarf_offdie_b()
[all …]
H A Ddwarf_util.c508 Dwarf_Unsigned abbrev_code = 0; in _dwarf_get_abbrev_for_code() local
620 DECODE_LEB128_UWORD_CK(abbrev_ptr, abbrev_code, in _dwarf_get_abbrev_for_code()
637 new_hashable_val = abbrev_code; in _dwarf_get_abbrev_for_code()
647 inner_list_entry->abl_code = abbrev_code; in _dwarf_get_abbrev_for_code()
682 *abbrev_ptr != 0 && abbrev_code != code); in _dwarf_get_abbrev_for_code()
686 if(abbrev_code == code) { in _dwarf_get_abbrev_for_code()
/dports/devel/dwarfdump/dwarf-20161124/libdwarf/
H A Ddwarf_die_deliv.c1236 Dwarf_Word abbrev_code = 0; in _dwarf_next_die_info_ptr() local
1248 abbrev_code = (Dwarf_Word) utmp; in _dwarf_next_die_info_ptr()
1249 if (abbrev_code == 0) { in _dwarf_next_die_info_ptr()
1446 Dwarf_Word abbrev_code = 0; in dwarf_siblingof_b() local
1621 abbrev_code = (Dwarf_Word) utmp; in dwarf_siblingof_b()
1622 if (abbrev_code == 0) { in dwarf_siblingof_b()
1663 Dwarf_Word abbrev_code = 0; in dwarf_child() local
1730 if (abbrev_code == 0) { in dwarf_child()
1786 Dwarf_Unsigned abbrev_code = 0; in dwarf_offdie_b() local
1868 abbrev_code = utmp; in dwarf_offdie_b()
[all …]
H A Ddwarf_util.c508 Dwarf_Unsigned abbrev_code = 0; in _dwarf_get_abbrev_for_code() local
620 DECODE_LEB128_UWORD_CK(abbrev_ptr, abbrev_code, in _dwarf_get_abbrev_for_code()
637 new_hashable_val = abbrev_code; in _dwarf_get_abbrev_for_code()
647 inner_list_entry->abl_code = abbrev_code; in _dwarf_get_abbrev_for_code()
682 *abbrev_ptr != 0 && abbrev_code != code); in _dwarf_get_abbrev_for_code()
686 if(abbrev_code == code) { in _dwarf_get_abbrev_for_code()
/dports/lang/zig-devel/zig-0.9.0/lib/std/
H A Ddwarf.zig256 abbrev_code: u64,
587 fn getAbbrevTableEntry(abbrev_table: *const AbbrevTable, abbrev_code: u64) ?*const AbbrevTableEntry…
589 if (table_entry.abbrev_code == abbrev_code) return table_entry;
864 const abbrev_code = try leb.readULEB128(u64, in);
865 if (abbrev_code == 0) return result;
867 .abbrev_code = abbrev_code,
887 const abbrev_code = try leb.readULEB128(u64, in_stream);
888 if (abbrev_code == 0) return null;
889 …const table_entry = getAbbrevTableEntry(abbrev_table, abbrev_code) orelse return error.InvalidDebu…
/dports/lang/zig/zig-0.9.0/lib/std/
H A Ddwarf.zig256 abbrev_code: u64,
587 fn getAbbrevTableEntry(abbrev_table: *const AbbrevTable, abbrev_code: u64) ?*const AbbrevTableEntry…
589 if (table_entry.abbrev_code == abbrev_code) return table_entry;
864 const abbrev_code = try leb.readULEB128(u64, in);
865 if (abbrev_code == 0) return result;
867 .abbrev_code = abbrev_code,
887 const abbrev_code = try leb.readULEB128(u64, in_stream);
888 if (abbrev_code == 0) return null;
889 …const table_entry = getAbbrevTableEntry(abbrev_table, abbrev_code) orelse return error.InvalidDebu…
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/tools/yaml2obj/ELF/DWARF/
H A Ddebug-info.yaml830 …st that if we don't specify the 'Values' key for an entry, yaml2obj will only emit the abbrev_code.
842 ## ^- abbrev_code (ULEB128) 0x01
843 ## ^- abbrev_code (ULEB128) 0x00
844 ## ^- abbrev_code (ULEB128) 0x02
917 ## ^- abbrev_code (ULEB128) 0x01
924 ## ^- abbrev_code (ULEB128) 0x01
931 ## ^- abbrev_code (ULEB128) 0x01
939 ## ^- abbrev_code (ULEB128) 0x01
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/test/tools/yaml2obj/ELF/DWARF/
H A Ddebug-info.yaml830 …st that if we don't specify the 'Values' key for an entry, yaml2obj will only emit the abbrev_code.
842 ## ^- abbrev_code (ULEB128) 0x01
843 ## ^- abbrev_code (ULEB128) 0x00
844 ## ^- abbrev_code (ULEB128) 0x02
917 ## ^- abbrev_code (ULEB128) 0x01
924 ## ^- abbrev_code (ULEB128) 0x01
931 ## ^- abbrev_code (ULEB128) 0x01
939 ## ^- abbrev_code (ULEB128) 0x01
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/tools/yaml2obj/ELF/DWARF/
H A Ddebug-info.yaml830 …st that if we don't specify the 'Values' key for an entry, yaml2obj will only emit the abbrev_code.
842 ## ^- abbrev_code (ULEB128) 0x01
843 ## ^- abbrev_code (ULEB128) 0x00
844 ## ^- abbrev_code (ULEB128) 0x02
917 ## ^- abbrev_code (ULEB128) 0x01
924 ## ^- abbrev_code (ULEB128) 0x01
931 ## ^- abbrev_code (ULEB128) 0x01
939 ## ^- abbrev_code (ULEB128) 0x01
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/tools/yaml2obj/ELF/DWARF/
H A Ddebug-info.yaml830 …st that if we don't specify the 'Values' key for an entry, yaml2obj will only emit the abbrev_code.
842 ## ^- abbrev_code (ULEB128) 0x01
843 ## ^- abbrev_code (ULEB128) 0x00
844 ## ^- abbrev_code (ULEB128) 0x02
917 ## ^- abbrev_code (ULEB128) 0x01
924 ## ^- abbrev_code (ULEB128) 0x01
931 ## ^- abbrev_code (ULEB128) 0x01
939 ## ^- abbrev_code (ULEB128) 0x01
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/tools/yaml2obj/ELF/DWARF/
H A Ddebug-info.yaml830 …st that if we don't specify the 'Values' key for an entry, yaml2obj will only emit the abbrev_code.
842 ## ^- abbrev_code (ULEB128) 0x01
843 ## ^- abbrev_code (ULEB128) 0x00
844 ## ^- abbrev_code (ULEB128) 0x02
917 ## ^- abbrev_code (ULEB128) 0x01
924 ## ^- abbrev_code (ULEB128) 0x01
931 ## ^- abbrev_code (ULEB128) 0x01
939 ## ^- abbrev_code (ULEB128) 0x01
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/tools/yaml2obj/ELF/DWARF/
H A Ddebug-info.yaml830 …st that if we don't specify the 'Values' key for an entry, yaml2obj will only emit the abbrev_code.
842 ## ^- abbrev_code (ULEB128) 0x01
843 ## ^- abbrev_code (ULEB128) 0x00
844 ## ^- abbrev_code (ULEB128) 0x02
917 ## ^- abbrev_code (ULEB128) 0x01
924 ## ^- abbrev_code (ULEB128) 0x01
931 ## ^- abbrev_code (ULEB128) 0x01
939 ## ^- abbrev_code (ULEB128) 0x01
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/tools/yaml2obj/ELF/DWARF/
H A Ddebug-info.yaml830 …st that if we don't specify the 'Values' key for an entry, yaml2obj will only emit the abbrev_code.
842 ## ^- abbrev_code (ULEB128) 0x01
843 ## ^- abbrev_code (ULEB128) 0x00
844 ## ^- abbrev_code (ULEB128) 0x02
917 ## ^- abbrev_code (ULEB128) 0x01
924 ## ^- abbrev_code (ULEB128) 0x01
931 ## ^- abbrev_code (ULEB128) 0x01
939 ## ^- abbrev_code (ULEB128) 0x01
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/tools/yaml2obj/ELF/DWARF/
H A Ddebug-info.yaml830 …st that if we don't specify the 'Values' key for an entry, yaml2obj will only emit the abbrev_code.
842 ## ^- abbrev_code (ULEB128) 0x01
843 ## ^- abbrev_code (ULEB128) 0x00
844 ## ^- abbrev_code (ULEB128) 0x02
917 ## ^- abbrev_code (ULEB128) 0x01
924 ## ^- abbrev_code (ULEB128) 0x01
931 ## ^- abbrev_code (ULEB128) 0x01
939 ## ^- abbrev_code (ULEB128) 0x01
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/tools/yaml2obj/ELF/DWARF/
H A Ddebug-info.yaml830 …st that if we don't specify the 'Values' key for an entry, yaml2obj will only emit the abbrev_code.
842 ## ^- abbrev_code (ULEB128) 0x01
843 ## ^- abbrev_code (ULEB128) 0x00
844 ## ^- abbrev_code (ULEB128) 0x02
917 ## ^- abbrev_code (ULEB128) 0x01
924 ## ^- abbrev_code (ULEB128) 0x01
931 ## ^- abbrev_code (ULEB128) 0x01
939 ## ^- abbrev_code (ULEB128) 0x01
/dports/devel/radare2/radare2-5.1.1/libr/anal/
H A Ddwarf_process.c236 if (child_die->abbrev_code == 0) { in parse_array_type()
553 if (child_die->abbrev_code == 0) { // siblings terminator in parse_structure_type()
616 if (child_die->abbrev_code == 0) { in parse_enum_type()
1226 if (child_die->abbrev_code == 0) { /* sibling list is terminated by null entry */ in parse_function_args_and_vars()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DIntrospection.cpp1132 uint64_t abbrev_code = e.getULEB128(&off); in parse_debug_info() local
1135 if (abbrev_code == 0) { in parse_debug_info()
1160 internal_assert(abbrev_code <= entry_formats.size()); in parse_debug_info()
1161 const EntryFormat &fmt = entry_formats[abbrev_code - 1]; in parse_debug_info()
1162 internal_assert(fmt.code == abbrev_code); in parse_debug_info()

12