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

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-dbgfmt.h 45 unsigned long dirs_allocated; member in struct:yasm_dbgfmt_dwarf2
dwarf2-dbgfmt.c 86 dbgfmt_dwarf2->dirs_allocated = 32;
89 yasm_xmalloc(sizeof(char *)*dbgfmt_dwarf2->dirs_allocated);
dwarf2-line.c 192 if (dir >= dbgfmt_dwarf2->dirs_allocated+1) {
193 dbgfmt_dwarf2->dirs_allocated = dir+32;
195 sizeof(char *)*dbgfmt_dwarf2->dirs_allocated);
    [all...]

Completed in 234 milliseconds