HomeSort by relevance Sort by last modified time
    Searched defs:global_suffix (Results 1 - 2 of 2) 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
  /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 2996 milliseconds