Searched refs:vma_group (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
H A Dbin-objfmt.c1111 bin_group *group, *lma_group, *vma_group, *group_temp; local
1287 TAILQ_FOREACH_SAFE(vma_group, &info.vma_groups, link, group_temp) {
1288 if (vma_group->bsd->vfollows) {
1292 vma_group->bsd->vfollows);
1296 yasm_section_get_name(vma_group->section),
1297 vma_group->bsd->vfollows);
1305 if (vma_group->section == found->section ||
1306 find_group_by_section(&vma_group->follow_groups,
1310 yasm_section_get_name(vma_group->section),
1318 TAILQ_REMOVE(&info.vma_groups, vma_group, lin
[all...]

Completed in 156 milliseconds