Searched defs:f_sectname (Results 1 - 1 of 1) sorted by path

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
H A Dmacho-objfmt.c1318 /*@only@*/ char *f_sectname; local
1431 f_sectname = yasm__xstrndup(s, 16);
1442 f_sectname = yasm__xstrndup(sectname, 16);
1448 f_sectname = yasm__xstrdup(section_name_translation[i].sect);
1484 /* Build a unique sectname from f_segname and f_sectname. */
1486 strlen(f_sectname) + 1);
1487 sprintf(realname, "LC_SEGMENT.%s.%s", data.f_segname, f_sectname);
1497 msd->sectname = f_sectname;

Completed in 219 milliseconds