HomeSort by relevance Sort by last modified time
    Searched defs:dwarf2_head (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-dbgfmt.c 33 struct dwarf2_head { struct
188 dwarf2_head *
193 dwarf2_head *head;
196 head = yasm_xmalloc(sizeof(dwarf2_head));
223 yasm_dwarf2__set_head_end(dwarf2_head *head, yasm_bytecode *end_prevbc)
257 dwarf2_head *head = (dwarf2_head *)bc->contents;
dwarf2-dbgfmt.h 100 typedef struct dwarf2_head dwarf2_head; typedef in typeref:struct:dwarf2_head
101 dwarf2_head *yasm_dwarf2__add_head
104 void yasm_dwarf2__set_head_end(dwarf2_head *head, yasm_bytecode *end_prevbc);

Completed in 35 milliseconds