Searched refs:is_info (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_cu.c33 dwarf_next_cu_header_c(Dwarf_Debug dbg, Dwarf_Bool is_info, argument
48 if (is_info) {
66 if (is_info) {
103 if (!is_info) {
H A Ddwarf_die.c67 Dwarf_Bool is_info, Dwarf_Error *error)
80 ds = is_info ? dbg->dbg_info_sec : dbg->dbg_types_sec;
81 cu = is_info ? dbg->dbg_cu_current : dbg->dbg_tu_current;
90 return (dwarf_offdie_b(dbg, cu->cu_1st_offset, is_info,
94 * Check if the `is_info' flag matches the debug section the
97 if (is_info != die->die_cu->cu_is_info) {
158 dwarf_offdie_b(Dwarf_Debug dbg, Dwarf_Off offset, Dwarf_Bool is_info, argument
170 ds = is_info ? dbg->dbg_info_sec : dbg->dbg_types_sec;
171 cu = is_info ? dbg->dbg_cu_current : dbg->dbg_tu_current;
188 ret = _dwarf_info_load(dbg, 1, is_info, erro
66 dwarf_siblingof_b(Dwarf_Debug dbg, Dwarf_Die die, Dwarf_Die *ret_die, Dwarf_Bool is_info, Dwarf_Error *error) argument
346 dwarf_get_cu_die_offset_given_cu_header_offset_b(Dwarf_Debug dbg, Dwarf_Off in_cu_header_offset, Dwarf_Bool is_info, Dwarf_Off *out_cu_die_offset, Dwarf_Error *error) argument
[all...]
H A Dlibdwarf_info.c139 _dwarf_info_load(Dwarf_Debug dbg, Dwarf_Bool load_all, Dwarf_Bool is_info, argument
151 if (is_info) {
174 cu->cu_is_info = is_info;
198 if (is_info)
214 if (!is_info) {
223 if (is_info)
242 if (is_info) {
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c301 static void dump_dwarf_info(struct readelf *re, Dwarf_Bool is_info);
5130 Dwarf_Bool v_bool, is_info; local
5387 is_info = dwarf_get_die_infotypes_flag(die);
5388 ret = dwarf_siblingof_b(re->dbg, die, &ret_die, is_info, &de);
5408 dump_dwarf_info(struct readelf *re, Dwarf_Bool is_info) argument
5423 sn = is_info ? ".debug_info" : ".debug_types";
5437 while ((ret = dwarf_next_cu_header_c(re->dbg, is_info, NULL,
5442 while (dwarf_siblingof_b(re->dbg, die, &die, is_info,
5450 if ((is_info && tag == DW_TAG_compile_unit) ||
5451 (!is_info
6319 Dwarf_Bool is_info; local
[all...]

Completed in 97 milliseconds