- Global dwarf_address_from_line (map, file, line)
- Use gel_address_from_line().
- Global dwarf_delete_line_map (map)
- Use gel_delete_line_map().
- Global dwarf_first_addr (iter, map)
- Use gel_first_addr().
- Global dwarf_first_line (iter, map)
- Use gel_first_line().
- Global dwarf_line_from_address (map, addr, file, line)
- Use gel_line_from_address().
- Global dwarf_next_addr (iter)
- Use gel_next_addr().
- Global dwarf_next_line (iter)
- Use gel_next_line().
- Global gel_file_infos (gel_file_t *e, gel_file_info_t *fi)
- Information is already accessible from the gel_file_t descriptor.
- Global gel_prog_infos (gel_prog_t *e, gel_prog_info_t *pi)
- Public information are now straight-forward reachable from the handle.