Searched refs:DW_DLV_NO_ENTRY (Results 1 - 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_stubs.c49 return (DW_DLV_NO_ENTRY);
H A Ddwarf_addr_finder.c91 if (res == DW_DLV_NO_ENTRY) {
102 case DW_DLV_NO_ENTRY:
117 case DW_DLV_NO_ENTRY:
130 case DW_DLV_NO_ENTRY:
144 case DW_DLV_NO_ENTRY:
163 return DW_DLV_NO_ENTRY;
206 case DW_DLV_NO_ENTRY:
271 case DW_DLV_NO_ENTRY: /* impossible. */
517 case DW_DLV_NO_ENTRY:
535 case DW_DLV_NO_ENTRY
[all...]
H A Ddwarf_abbrev.c81 return (DW_DLV_NO_ENTRY);
209 return (DW_DLV_NO_ENTRY);
217 return (DW_DLV_NO_ENTRY);
249 return (DW_DLV_NO_ENTRY);
H A Ddwarf_string.c58 return DW_DLV_NO_ENTRY;
H A Ddwarf_names.c304 return DW_DLV_NO_ENTRY;
318 return DW_DLV_NO_ENTRY;
401 return DW_DLV_NO_ENTRY;
970 return DW_DLV_NO_ENTRY;
1470 return DW_DLV_NO_ENTRY;
1553 return DW_DLV_NO_ENTRY;
1576 return DW_DLV_NO_ENTRY;
1599 return DW_DLV_NO_ENTRY;
1637 return DW_DLV_NO_ENTRY;
1654 return DW_DLV_NO_ENTRY;
[all...]
H A Ddwarf_die_deliv.c319 return (DW_DLV_NO_ENTRY);
588 return (DW_DLV_NO_ENTRY);
597 return (DW_DLV_NO_ENTRY);
638 return (DW_DLV_NO_ENTRY);
642 return (DW_DLV_NO_ENTRY);
660 return (DW_DLV_NO_ENTRY);
700 return (DW_DLV_NO_ENTRY);
718 return (DW_DLV_NO_ENTRY);
735 return DW_DLV_NO_ENTRY;
842 return DW_DLV_NO_ENTRY;
[all...]
H A Ddwarf_harmless.c74 return DW_DLV_NO_ENTRY;
77 return DW_DLV_NO_ENTRY;
H A Dpro_reloc.c204 DW_DLV_NO_ENTRY.
233 return DW_DLV_NO_ENTRY;
268 return DW_DLV_NO_ENTRY;
H A Ddwarf_query.c241 return (DW_DLV_NO_ENTRY);
344 return DW_DLV_NO_ENTRY;
419 return DW_DLV_NO_ENTRY;
459 return (DW_DLV_NO_ENTRY);
491 return (DW_DLV_NO_ENTRY);
507 Returns DW_DLV_OK, DW_DLV_ERROR, or DW_DLV_NO_ENTRY as
566 return DW_DLV_NO_ENTRY;
H A Ddwarf_macro.c238 return (DW_DLV_NO_ENTRY);
242 return (DW_DLV_NO_ENTRY);
258 return DW_DLV_NO_ENTRY;
H A Ddwarf_frame2.c275 return DW_DLV_NO_ENTRY;
297 if (res == DW_DLV_NO_ENTRY)
319 } else if (res == DW_DLV_NO_ENTRY) {
329 /* ASSERT: res==DW_DLV_NO_ENTRY impossible. */
335 /* ASSERT res != DW_DLV_NO_ENTRY */
373 } else if (res == DW_DLV_NO_ENTRY) {
389 } else if (res == DW_DLV_NO_ENTRY) {
438 return DW_DLV_NO_ENTRY;
454 With orphan CIEs (meaning no FDEs) lets not return DW_DLV_NO_ENTRY */
959 return DW_DLV_NO_ENTRY;
[all...]
H A Ddwarf_frame3.c52 Returns DW_DLV_NO_ENTRY if no section. ?? (How do I tell?)
124 } else if (res == DW_DLV_NO_ENTRY) {
220 } else if (res == DW_DLV_NO_ENTRY) {
H A Ddwarf_ranges.c96 return (DW_DLV_NO_ENTRY);
H A Ddwarf_sort_line.c378 return (DW_DLV_NO_ENTRY);
400 if (dres == DW_DLV_NO_ENTRY) {
H A Ddwarf_frame.c1245 if (res == DW_DLV_NO_ENTRY)
1259 } else if (res == DW_DLV_NO_ENTRY) {
1274 if (res == DW_DLV_NO_ENTRY)
1296 } else if (res2 == DW_DLV_NO_ENTRY) {
1497 } else if (res == DW_DLV_NO_ENTRY) {
1524 } else if (res == DW_DLV_NO_ENTRY) {
1964 return (DW_DLV_NO_ENTRY);
2037 return (DW_DLV_NO_ENTRY);
2174 Returns DW_DLV_NO_ENTRY if there is no target-specific
2192 return DW_DLV_NO_ENTRY;
[all...]
H A Ddwarf_elf_access.c761 return DW_DLV_NO_ENTRY;
838 return DW_DLV_NO_ENTRY;
H A Ddwarf_global.c219 return (DW_DLV_NO_ENTRY);
H A Ddwarf_line.c219 if (dres == DW_DLV_NO_ENTRY) {
297 return (DW_DLV_NO_ENTRY);
324 return DW_DLV_OK if ok. else DW_DLV_NO_ENTRY or DW_DLV_ERROR
495 if (res == DW_DLV_NO_ENTRY) {
1609 DW_DLV_NO_ENTRY cannot be returned, but callers should
H A Ddwarf_arange.c439 return (DW_DLV_NO_ENTRY);
H A Ddwarf_init_finish.c138 not, it returns DW_DLV_NO_ENTRY causing dwarf_init() also to
139 return DW_DLV_NO_ENTRY. Earlier, we had thought of using only
144 DW_DLV_NO_ENTRY or DW_DLV_OK or DW_DLV_ERROR
411 return DW_DLV_NO_ENTRY;
H A Ddwarf_print_lines.c88 return DW_DLV_OK if ok. else DW_DLV_NO_ENTRY or DW_DLV_ERROR
255 if (dres == DW_DLV_NO_ENTRY) {
H A Ddwarf_loc.c539 return DW_DLV_NO_ENTRY;
761 return DW_DLV_NO_ENTRY;
H A Dlibdwarf.h596 * DW_DLV_NO_ENTRY - No such section.
666 * DW_DLV_NO_ENTRY - No such section.
686 * DW_DLV_NO_ENTRY - No such section.
1071 #define DW_DLV_NO_ENTRY -1 macro
2664 The function returns DW_DLV_NO_ENTRY if no harmless errors
2673 If DW_DLV_NO_ENTRY is returned none of the arguments
2701 If DW_DLV_NO_ENTRY is returned the val_in is not known and
/illumos-gate/usr/src/tools/ctf/dwarf/common/cmplrs/
H A Ddwarf_addr_finder.h12 #define DW_DLV_NO_ENTRY -1 macro
48 Returns DW_DLV_NO_ENTRY if there are no relevant dwarf sections,
/illumos-gate/usr/src/tools/ctf/cvt/
H A Ddwarf.c290 else if (rc == DW_DLV_NO_ENTRY)
307 else if (rc == DW_DLV_NO_ENTRY)
338 } else if (rc == DW_DLV_NO_ENTRY) {
1916 &dw.dw_err)) == DW_DLV_NO_ENTRY) {
1981 &addrsz, &nxthdr, &dw.dw_err)) != DW_DLV_NO_ENTRY)

Completed in 147 milliseconds

12