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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
section.h 75 /*@owned@*/ char *global_suffix; member in struct:yasm_object
symrec.c 500 strlen(object->global_suffix) + 1);
503 strcat(name, object->global_suffix);
section.c 227 object->global_suffix = yasm__xstrdup("");
395 yasm_xfree(object->global_suffix);
396 object->global_suffix = yasm__xstrdup(suffix);
475 yasm_xfree(object->global_suffix);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm.c 50 /*@null@*/ /*@only@*/ static char *global_prefix = NULL, *global_suffix = NULL; variable
454 if (global_suffix)
455 yasm_object_set_global_suffix(object, global_suffix);
    [all...]

Completed in 58 milliseconds