Home
last modified time | relevance | path

Searched refs:first_frag (Results 1 – 10 of 10) sorted by relevance

/openbsd/sys/netinet6/
H A Dfrag6.c122 int first_frag = 0; in frag6_input() local
197 first_frag = 1; in frag6_input()
308 if (first_frag) { in frag6_input()
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-ia64.c2627 fragS *first_frag;
2639 while (slot_frag != first_frag)
2647 if (first_frag->fr_next && first_frag->fr_next->fr_address)
2649 - first_frag->fr_address
2650 - first_frag->fr_fix) >> 4);
2655 switch (first_frag->fr_type)
2673 if (first_frag->fr_symbol)
2684 index += 3 * (first_frag->fr_fix >> 4);
2690 first_frag = first_frag->fr_next;
2731 fragS *first_frag = 0; local
[all …]
H A Dtc-mips.c888 fragS *first_frag; member
1871 mips_macro_warning.first_frag = frag_now; in relax_close_frag()
3268 mips_macro_warning.first_frag->fr_subtype |= subtype; in macro_end()
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-ia64.c2831 fragS *first_frag;
2843 while (slot_frag != first_frag)
2851 if (first_frag->fr_next && first_frag->fr_next->fr_address)
2853 - first_frag->fr_address
2854 - first_frag->fr_fix) >> 4);
2859 switch (first_frag->fr_type)
2877 if (first_frag->fr_symbol)
2894 first_frag = first_frag->fr_next;
2901 if (first_frag == NULL)
2942 fragS *first_frag = 0; local
[all …]
H A Dtc-mips.c969 fragS *first_frag; member
2162 mips_macro_warning.first_frag = frag_now; in relax_close_frag()
3236 mips_macro_warning.first_frag->fr_subtype |= subtype; in macro_end()
/openbsd/gnu/usr.bin/binutils/gas/
H A DChangeLog403 (relax_close_frag): Set mips_macro_warning.first_frag. Adjust use
H A DChangeLog-00014377 (slot_index): New parameters slot_frag and first_frag. Add code
4379 (fixup_unw_records): New locals first_frag and last_frag. Pass new
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-20051927 * config/tc-ia64.c (slot_index): Revert last change. If first_frag
1943 * config/tc-ia64.c (slot_index): Check for a NULL first_frag.
H A DChangeLog-20042482 (relax_close_frag): Set mips_macro_warning.first_frag. Adjust use
H A DChangeLog-00014377 (slot_index): New parameters slot_frag and first_frag. Add code
4379 (fixup_unw_records): New locals first_frag and last_frag. Pass new