Searched defs:vfollows (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
H A Dbin-objfmt.c47 /*@null@*/ /*@owned@*/ char *follows, *vfollows; member in struct:bin_section_data
373 if (!group->bsd->vfollows && !group->bsd->valign) {
377 } else if (!group->bsd->vfollows) {
640 bsd->vfollows ? bsd->vfollows : "not defined");
1284 /* Look at each group with vfollows specified, and find the section
1288 if (vma_group->bsd->vfollows) {
1292 vma_group->bsd->vfollows);
1295 N_("section `%s' vfollows an invalid or unknown section `%s'"),
1297 vma_group->bsd->vfollows);
1455 /*@only@*/ /*@null@*/ char *vfollows; member in struct:bin_section_switch_data
[all...]

Completed in 337 milliseconds