Searched refs:segment (Results 126 - 129 of 129) sorted by relevance

123456

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-score.c5261 md_section_align (segT segment ATTRIBUTE_UNUSED, valueT size)
5263 int align = bfd_get_section_alignment (stdoutput, segment);
H A Dtc-arm.c59 /* The segment containing the function. */
845 inst.error = _("bad segment");
2695 /* We don't support putting frags in the BSS segment, we fake it by
2828 segT segment, /* Segment identifier (SEG_<something>). */
2846 S_SET_SEGMENT (symbolP, segment);
17049 md_section_align (segT segment ATTRIBUTE_UNUSED,
17062 align = bfd_get_section_alignment (stdoutput, segment);
17607 /* Return the address within the segment that a PC-relative fixup is
2824 symbol_locate(symbolS * symbolP, const char * name, segT segment, valueT valu, fragS * frag) argument
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_all.h3194 u_int8_t segment; member in struct:scsi_sense_data_fixed
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c6299 /* all mbufs must map to a single segment */
6380 /* all mbufs must map to a single segment */
6442 /* all mbufs must map to a single segment */
16610 uint8_t segment,
16617 bxe_igu_ack_sb_gen(sc, igu_sb_id, segment, index, op, update, igu_addr);
18375 * segment is PF0; PF1; PF2; PF3) - 128-131 U prods;
16608 bxe_igu_ack_sb(struct bxe_softc *sc, uint8_t igu_sb_id, uint8_t segment, uint16_t index, uint8_t op, uint8_t update) argument

Completed in 319 milliseconds

123456