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

/freebsd-11-stable/contrib/binutils/gas/
H A Dsubsegs.c64 segment_info_type *seginfo = seg_info (seg);
68 if (! seginfo)
70 seginfo = xcalloc (1, sizeof (*seginfo));
71 seginfo->bfd_section = seg;
72 (void) bfd_set_section_userdata (stdoutput, seg, seginfo);
83 segment_info_type *seginfo;
95 seginfo = seg_info (seg);
99 for (frcP = *(lastPP = &seginfo->frchainP);
153 segment_info_type *seginfo;
62 segment_info_type *seginfo = seg_info (seg); local
80 segment_info_type *seginfo; local
150 segment_info_type *seginfo; local
214 segment_info_type *seginfo = seg_info (sec); local
277 segment_info_type *seginfo = seg_info (sec); local
305 segment_info_type *seginfo; local
[all...]
H A Dliteral.c56 segment_info_type *seginfo = seg_info (sec); local
63 if (seginfo->frchainP)
64 for (fixp = seginfo->frchainP->fix_root;
91 offset = seginfo->literal_pool_size;
92 seginfo->literal_pool_size += size;
H A Dwrite.c520 segment_info_type *seginfo = seg_info (sec); local
523 if (seginfo && seginfo->frchainP
524 && relax_segment (seginfo->frchainP->frch_root, sec, info->pass))
533 segment_info_type *seginfo; local
539 seginfo = seg_info (sec);
540 if (seginfo && seginfo->frchainP)
542 for (fragp = seginfo->frchainP->frch_root; fragp; fragp = fragp->fr_next)
544 for (fragp = seginfo
599 segment_info_type *seginfo = seg_info (sec); local
718 segment_info_type *seginfo = seg_info (sec); local
1076 segment_info_type *seginfo = seg_info (sec); local
1110 segment_info_type *seginfo = seg_info (sec); local
1261 segment_info_type *seginfo = seg_info (sec); local
1416 segment_info_type *seginfo = seg_info (s); local
2244 segment_info_type *seginfo = seg_info (segment); local
[all...]
/freebsd-11-stable/sys/fs/nandfs/
H A Dnandfs_segment.c83 create_segment(struct nandfs_seginfo *seginfo) argument
93 fsdev = seginfo->fsdev;
94 prev = seginfo->curseg;
146 seginfo->reiterate = 1;
166 bzero(bp->b_data, seginfo->fsdev->nd_blocksize);
167 bp->b_bufobj = &seginfo->fsdev->nd_devvp->v_bufobj;
181 LIST_INSERT_HEAD(&seginfo->seg_list, seg, seg_link);
185 seginfo->curseg = seg;
191 delete_segment(struct nandfs_seginfo *seginfo) argument
196 LIST_FOREACH_SAFE(seg, &seginfo
212 create_seginfo(struct nandfs_device *fsdev, struct nandfs_seginfo **seginfo) argument
228 delete_seginfo(struct nandfs_seginfo *seginfo) argument
241 nandfs_create_superroot_block(struct nandfs_seginfo *seginfo, struct buf **newbp) argument
274 nandfs_add_superroot(struct nandfs_seginfo *seginfo) argument
320 nandfs_add_segsum_block(struct nandfs_seginfo *seginfo, struct buf **newbp) argument
365 nandfs_add_blocks(struct nandfs_seginfo *seginfo, struct nandfs_node *node, struct buf *bp) argument
422 nandfs_iterate_dirty_buf(struct vnode *vp, struct nandfs_seginfo *seginfo, uint8_t hold) argument
454 nandfs_iterate_system_vnode(struct nandfs_node *node, struct nandfs_seginfo *seginfo) argument
477 nandfs_iterate_dirty_vnodes(struct mount *mp, struct nandfs_seginfo *seginfo) argument
627 nandfs_seginfo_assign_pblk(struct nandfs_seginfo *seginfo) argument
863 clean_seginfo(struct nandfs_seginfo *seginfo, uint8_t unlock) argument
875 save_seginfo(struct nandfs_seginfo *seginfo, uint8_t unlock) argument
981 struct nandfs_seginfo *seginfo = NULL; local
1121 struct nandfs_seginfo *seginfo = NULL; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dmode-switching.c48 a unique struct seginfo element. These structures are inserted into a list
73 struct seginfo
78 struct seginfo *next;
84 struct seginfo *seginfo;
94 static struct seginfo * new_seginfo (int, rtx, int, HARD_REG_SET);
95 static void add_seginfo (struct bb_info *, struct seginfo *);
105 static struct seginfo *
108 struct seginfo *ptr;
109 ptr = XNEW (struct seginfo);
72 struct seginfo struct
83 struct seginfo *seginfo; member in struct:bb_info
[all...]
/freebsd-11-stable/usr.bin/gcore/
H A Delfcore.c196 struct sseg_closure seginfo; local
219 seginfo.count = 0;
220 seginfo.size = 0;
221 each_writable_segment(map, cb_size_segment, &seginfo);
227 hdrsize = sizeof(Elf_Ehdr) + sizeof(Elf_Phdr) * (1 + seginfo.count);
243 elf_puthdr(efd, pid, map, hdr, hdrsize, notesz, segoff, seginfo.count);
253 for (i = 0; i < seginfo.count; i++) {
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mep.c1586 segment_info_type * seginfo;
1604 seginfo = seg_info (l->seg);
1611 for (f = seginfo->fix_root; f != NULL; f = f->fx_next)
1626 for (pf = &seginfo->fix_root;
1635 seginfo->fix_root = l->fixp;
1582 segment_info_type * seginfo; local
H A Dtc-alpha.c569 segment_info_type *seginfo = seg_info (sec);
575 /* If seginfo is NULL, we did not create this section; don't do
578 if (seginfo == NULL)
582 if (! seginfo->fix_root)
587 prevP = &seginfo->fix_root;
588 for (fixp = seginfo->fix_root; fixp; fixp = next)
657 for (fixp = seginfo->fix_root; fixp; fixp = next)
3173 segment_info_type *seginfo = seg_info (alpha_link_section);
3182 if (seginfo->frchainP)
3183 for (fixp = seginfo
563 segment_info_type *seginfo = seg_info (sec); local
3165 segment_info_type *seginfo = seg_info (alpha_link_section); local
3990 segment_info_type *seginfo = seg_info (alpha_link_section); local
4132 segment_info_type *seginfo = seg_info (alpha_link_section); local
[all...]
H A Dobj-coff.c1426 segment_info_type *seginfo = seg_info (sec);
1431 if (seginfo == NULL)
1441 fixS *fixp = seginfo->fix_root;
1422 segment_info_type *seginfo = seg_info (sec); local
H A Dtc-ia64.c4906 segment_info_type *seginfo = seg_info (now_seg); local
4910 if (seginfo->tc_segment_info_data.endian == 0)
4911 seginfo->tc_segment_info_data.endian = default_big_endian ? 1 : 2;
4912 byteorder = seginfo->tc_segment_info_data.endian == 1;
4915 seginfo->tc_segment_info_data.endian = byteorder ? 1 : 2;
H A Dtc-mips.c12059 segment_info_type *seginfo;
12075 seginfo = seg_info (l->seg);
12085 for (pos = &seginfo->fix_root; *pos != NULL; pos = &(*pos)->fx_next)
12048 segment_info_type *seginfo; local
H A Dtc-arm.c17171 segment_info_type *seginfo;
17187 seginfo = seg_info (now_seg);
17188 mapstate = seginfo->tc_segment_info_data.mapstate;
17189 marked_pr_dependency = seginfo->tc_segment_info_data.marked_pr_dependency;
17158 segment_info_type *seginfo; local
/freebsd-11-stable/sys/kern/
H A Dimgact_elf.c1376 struct sseg_closure seginfo; local
1392 seginfo.count = 0;
1393 seginfo.size = 0;
1394 each_writable_segment(td, cb_size_segment, &seginfo);
1399 hdrsize = sizeof(Elf_Ehdr) + sizeof(Elf_Phdr) * (1 + seginfo.count);
1401 coresize = round_page(hdrsize + notesz) + seginfo.size;
1445 error = __elfN(corehdr)(&params, seginfo.count, hdr, hdrsize, &notelst,
1456 for (i = 0; i < seginfo.count; i++) {

Completed in 327 milliseconds