Skip to content
  • This project
    • Loading...
  • Sign in

Barry / rf-depot

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • rf-depot
  • sw
  • n64os20l
  • tools
  • gcord
  • lib
  • dwarf_loc.h
  • root's avatar
    initial commit · bc83a1ad
    bc83a1ad
    root committed 2020-05-02 05:58:04 +0000
dwarf_loc.h 307 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
/*
    dwarf_loc.h

    $Revision: 1.1.1.1 $		$Date: 2002/05/02 03:29:20 $
*/

typedef struct Dwarf_Loc_Chain_s	*Dwarf_Loc_Chain;

struct Dwarf_Loc_Chain_s {
    Dwarf_Small		lc_atom;
    Dwarf_Unsigned	lc_number;
    Dwarf_Unsigned	lc_number2;
    Dwarf_Unsigned	lc_offset;
    Dwarf_Loc_Chain	lc_next;
};