Searched refs:DW_DLE_NONE (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_init.c49 if (_dwarf_alloc(&dbg, mode, error) != DW_DLE_NONE)
52 if (_dwarf_elf_init(dbg, elf, error) != DW_DLE_NONE) {
58 DW_DLE_NONE) {
116 if (_dwarf_alloc(&dbg, mode, error) != DW_DLE_NONE)
119 if (_dwarf_elf_init(dbg, elf, error) != DW_DLE_NONE) {
125 DW_DLE_NONE) {
150 if (_dwarf_alloc(&dbg, DW_DLC_READ, error) != DW_DLE_NONE)
155 if (_dwarf_init(dbg, 0, errhand, errarg, error) != DW_DLE_NONE) {
H A Dlibdwarf_sections.c66 return (DW_DLE_NONE);
137 return (DW_DLE_NONE);
146 if ((ret = _dwarf_info_gen(dbg, error)) != DW_DLE_NONE)
150 if ((ret = _dwarf_abbrev_gen(dbg, error)) != DW_DLE_NONE)
154 if ((ret = _dwarf_lineno_gen(dbg, error)) != DW_DLE_NONE)
158 if ((ret = _dwarf_frame_gen(dbg, error)) != DW_DLE_NONE)
162 if ((ret = _dwarf_arange_gen(dbg, error)) != DW_DLE_NONE)
166 if ((ret = _dwarf_macinfo_gen(dbg, error)) != DW_DLE_NONE)
171 error)) != DW_DLE_NONE)
176 error)) != DW_DLE_NONE)
[all...]
H A Dlibdwarf_info.c42 return (DW_DLE_NONE);
50 if (ret != DW_DLE_NONE)
55 return (DW_DLE_NONE);
68 return (DW_DLE_NONE);
76 if (ret != DW_DLE_NONE)
81 return (DW_DLE_NONE);
94 return (DW_DLE_NONE);
103 if (ret != DW_DLE_NONE)
108 return (DW_DLE_NONE);
121 return (DW_DLE_NONE);
[all...]
H A Ddwarf_pro_init.c55 if (_dwarf_alloc(&dbg, DW_DLC_WRITE, error) != DW_DLE_NONE)
60 if (_dwarf_init(dbg, flags, errhand, errarg, error) != DW_DLE_NONE) {
94 if (_dwarf_alloc(&dbg, DW_DLC_WRITE, error) != DW_DLE_NONE)
99 if (_dwarf_init(dbg, flags, errhand, errarg, error) != DW_DLE_NONE) {
H A Dlibdwarf_abbrev.c63 return (DW_DLE_NONE);
96 return (DW_DLE_NONE);
126 if (ret == DW_DLE_NONE) {
135 abp, error)) != DW_DLE_NONE)
145 form, adoff, NULL, error)) != DW_DLE_NONE)
170 return (DW_DLE_NONE);
185 if (ret != DW_DLE_NONE)
190 return (DW_DLE_NONE);
232 return (DW_DLE_NONE);
236 DW_DLE_NONE)
[all...]
H A Dlibdwarf_reloc.c166 DW_DLE_NONE) {
177 return (DW_DLE_NONE);
243 if (ret != DW_DLE_NONE)
261 return (DW_DLE_NONE);
282 if (ret != DW_DLE_NONE)
307 return (DW_DLE_NONE);
338 return (DW_DLE_NONE);
369 return (DW_DLE_NONE);
393 if (ret != DW_DLE_NONE)
399 if (ret != DW_DLE_NONE)
[all...]
H A Dlibdwarf_die.c48 return (DW_DLE_NONE);
64 if ((ret = _dwarf_die_alloc(dbg, &die, error)) != DW_DLE_NONE)
75 return (DW_DLE_NONE);
96 if (ret == DW_DLE_NONE)
137 DW_DLE_NONE)
141 error)) != DW_DLE_NONE)
147 error)) != DW_DLE_NONE)
160 return (DW_DLE_NONE);
341 if (ret != DW_DLE_NONE)
346 if (ret != DW_DLE_NONE)
[all...]
H A Ddwarf_pro_attr.c42 if (_dwarf_attr_alloc(die, &at, error) != DW_DLE_NONE)
49 if (_dwarf_expr_into_block(loc_expr, error) != DW_DLE_NONE) {
75 DW_DLE_NONE)
87 DW_DLE_NONE)
99 DW_DLE_NONE)
119 if (_dwarf_attr_alloc(die, &at, error) != DW_DLE_NONE)
146 if (_dwarf_attr_alloc(die, &at, error) != DW_DLE_NONE)
166 error) != DW_DLE_NONE)
192 if (_dwarf_attr_alloc(die, &at, error) != DW_DLE_NONE)
220 if (ret != DW_DLE_NONE)
[all...]
H A Ddwarf_errmsg.c76 else if (error->err_error == DW_DLE_NONE)
77 return _libdwarf_errors[DW_DLE_NONE];
H A Dlibdwarf_loclist.c80 if (ret != DW_DLE_NONE)
90 return (DW_DLE_NONE);
118 if (ret != DW_DLE_NONE)
145 if (ret != DW_DLE_NONE)
151 return (DW_DLE_NONE);
H A Dlibdwarf_ranges.c65 return (DW_DLE_NONE);
83 return (DW_DLE_NONE);
124 if (ret != DW_DLE_NONE) {
140 if (ret != DW_DLE_NONE) {
151 return (DW_DLE_NONE);
H A Dlibdwarf_attr.c47 return (DW_DLE_NONE);
57 if ((ret = _dwarf_attr_alloc(die, &at, error)) != DW_DLE_NONE)
81 return (DW_DLE_NONE);
105 ret = DW_DLE_NONE;
202 if (ret == DW_DLE_NONE) {
227 return (DW_DLE_NONE);
229 return (DW_DLE_NONE);
233 return (DW_DLE_NONE);
254 if (ret != DW_DLE_NONE)
264 if (ret != DW_DLE_NONE)
[all...]
H A Dlibdwarf_arange.c64 ret = DW_DLE_NONE;
67 return (DW_DLE_NONE);
71 if (ret != DW_DLE_NONE)
155 return (DW_DLE_NONE);
177 return (DW_DLE_NONE);
187 DW_DLE_NONE)
232 return (DW_DLE_NONE);
H A Dlibdwarf_init.c194 return (DW_DLE_NONE);
203 ret = DW_DLE_NONE;
220 if (ret != DW_DLE_NONE) {
228 if (ret != DW_DLE_NONE) {
237 if ((ret = _dwarf_strtab_init(dbg, error)) != DW_DLE_NONE)
240 return (DW_DLE_NONE);
314 return (DW_DLE_NONE);
H A Dlibdwarf_macinfo.c105 return (DW_DLE_NONE);
134 return (DW_DLE_NONE);
142 if (ret != DW_DLE_NONE)
169 if (ret != DW_DLE_NONE) {
176 return (DW_DLE_NONE);
193 return (DW_DLE_NONE);
227 return (DW_DLE_NONE);
H A Dlibdwarf_str.c59 return (DW_DLE_NONE);
83 return (DW_DLE_NONE);
112 return (DW_DLE_NONE);
134 DW_DLE_NONE)
H A Ddwarf_ranges.c42 if (ret != DW_DLE_NONE)
66 if (_dwarf_info_load(dbg, 1, 1, error) != DW_DLE_NONE)
H A Dlibdwarf_elf_init.c141 return (DW_DLE_NONE);
168 return (DW_DLE_NONE);
187 return (DW_DLE_NONE);
196 return (DW_DLE_NONE);
211 ret = DW_DLE_NONE;
301 return (DW_DLE_NONE);
350 symtab_data, error) != DW_DLE_NONE)
360 return (DW_DLE_NONE);
H A Ddwarf_loclist.c53 return (DW_DLE_NONE);
101 if (ret != DW_DLE_NONE)
111 if (ret != DW_DLE_NONE)
126 DW_DLE_NONE) {
200 } else if (ret != DW_DLE_NONE)
295 if (ret != DW_DLE_NONE)
H A Dlibdwarf_frame.c48 return (DW_DLE_NONE);
59 return (DW_DLE_NONE);
122 return (DW_DLE_NONE);
157 if (ret != DW_DLE_NONE)
172 return (DW_DLE_NONE);
187 return (DW_DLE_NONE);
231 return (DW_DLE_NONE);
272 if (ret != DW_DLE_NONE)
299 return (DW_DLE_NONE);
354 if (ret != DW_DLE_NONE)
[all...]
H A Dlibdwarf_nametbl.c107 if (ret != DW_DLE_NONE)
159 return (DW_DLE_NONE);
180 return (DW_DLE_NONE);
191 DW_DLE_NONE)
224 return (DW_DLE_NONE);
H A Dlibdwarf_lineno.c95 return (DW_DLE_NONE);
177 if (ret != DW_DLE_NONE)
247 return (DW_DLE_NONE);
285 return (DW_DLE_NONE);
404 if (ret != DW_DLE_NONE)
427 if (ret != DW_DLE_NONE)
432 return (DW_DLE_NONE);
623 return (DW_DLE_NONE);
664 return (DW_DLE_NONE);
677 DW_DLE_NONE)
[all...]
H A Ddwarf_frame.c44 if (_dwarf_frame_interal_table_init(dbg, error) != DW_DLE_NONE)
49 if (_dwarf_frame_section_load(dbg, error) != DW_DLE_NONE)
84 if (_dwarf_frame_interal_table_init(dbg, error) != DW_DLE_NONE)
89 if (_dwarf_frame_section_load_eh(dbg, error) != DW_DLE_NONE)
306 if (ret != DW_DLE_NONE)
359 if (ret != DW_DLE_NONE)
425 if (ret != DW_DLE_NONE)
471 if (ret != DW_DLE_NONE)
514 if (ret != DW_DLE_NONE)
518 if (ret != DW_DLE_NONE)
[all...]
H A Ddwarf_macinfo.c63 if (_dwarf_macinfo_init(dbg, error) != DW_DLE_NONE)
H A Ddwarf_pro_sections.c40 if (_dwarf_generate_sections(dbg, error) != DW_DLE_NONE)

Completed in 102 milliseconds

12