HomeSort by relevance Sort by last modified time
    Searched refs:end_prevbc (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-dbgfmt.c 35 yasm_bytecode *end_prevbc; member in struct:dwarf2_head
217 head->end_prevbc = bc;
223 yasm_dwarf2__set_head_end(dwarf2_head *head, yasm_bytecode *end_prevbc)
225 head->end_prevbc = end_prevbc;
270 intn = yasm_calc_bc_dist(head->start_prevbc, head->end_prevbc);
dwarf2-dbgfmt.h 104 void yasm_dwarf2__set_head_end(dwarf2_head *head, yasm_bytecode *end_prevbc);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
cv-symline.c 109 yasm_bytecode *end_prevbc; member in struct:cv8_symhead
245 static void cv8_set_symhead_end(cv8_symhead *head, yasm_bytecode *end_prevbc);
696 head->end_prevbc = bc;
702 cv8_set_symhead_end(cv8_symhead *head, yasm_bytecode *end_prevbc)
704 head->end_prevbc = end_prevbc;
753 intn = yasm_calc_bc_dist(head->start_prevbc, head->end_prevbc);
    [all...]

Completed in 71 milliseconds