Home
last modified time | relevance | path

Searched refs:text_frag_root (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gas/
Dwrite.c130 struct frag *text_frag_root; variable
1230 relax_segment (text_frag_root, SEG_TEXT); in relax_and_size_all_segments()
1488 remove_subsegs (frchain_root, SEG_TEXT, &text_frag_root, &text_last_frag); in write_object_file()
1589 for (fragP = text_frag_root; fragP; fragP = fragP->fr_next) in write_object_file()
1758 for (fragP = text_frag_root; fragP; fragP = fragP->fr_next) in write_object_file()
1848 text_frag_root, data_frag_root); in write_object_file()
DChangeLog-929512662 (text_frag_root, data_frag_root, bss_frag_root, text_last_frag,
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dobj-vms.c3781 fragS *fragP, fragS *text_frag_root) in VMS_Fix_Indirect_Reference() argument
3791 for (fragP = text_frag_root; fragP; fragP = fragP->fr_next) in VMS_Fix_Indirect_Reference()
4035 struct frag *text_frag_root, in vms_fixup_text_section() argument
4043 for (fragP = text_frag_root; fragP; fragP = fragP->fr_next) in vms_fixup_text_section()
4118 text_frag_root); in vms_fixup_text_section()
4816 fragS *text_frag_root, fragS *data_frag_root) in vms_write_object_file() argument
4905 vms_fixup_text_section (text_siz, text_frag_root, data_frag_root); in vms_write_object_file()
/openbsd/src/gnu/usr.bin/binutils/gas/doc/
Dinternals.texi61 sections; it simply looks at global variables like @code{text_frag_root} and
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
DChangeLog-929512662 (text_frag_root, data_frag_root, bss_frag_root, text_last_frag,