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

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
H A Dbin-objfmt.c46 /* User-provided follows */
47 /*@null@*/ /*@owned@*/ char *follows, *vfollows; member in struct:bin_section_data
634 bsd->follows ? bsd->follows : "not defined");
1154 * - follows
1160 /* Look at each group with follows specified, and find the section
1164 if (lma_group->bsd->follows) {
1166 /* Need to find group containing section this section follows. */
1168 find_group_by_name(&info.lma_groups, lma_group->bsd->follows);
1171 N_("section `%s' follows a
1454 /*@only@*/ /*@null@*/ char *follows; member in struct:bin_section_switch_data
[all...]

Completed in 124 milliseconds