Home
last modified time | relevance | path

Searched defs:alpha_reloc_tag (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-alpha.c451 struct alpha_reloc_tag struct
453 fixS *master; /* The literal reloc. */
454 fixS *slaves; /* Head of linked list of lituses. */
455 segT segment; /* Segment relocs are in or undefined_section. */
456 long sequence; /* Sequence #. */
457 unsigned n_master; /* # of literals. */
458 unsigned n_slaves; /* # of lituses. */
459 unsigned saw_tlsgd : 1; /* True if ... */
460 unsigned saw_tlsldm : 1;
461 unsigned saw_lu_tlsgd : 1;
[all …]
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-alpha.c537 struct alpha_reloc_tag struct
539 fixS *master; /* the literal reloc */
540 fixS *slaves; /* head of linked list of lituses */
541 segT segment; /* segment relocs are in or undefined_section*/
542 long sequence; /* sequence # */
543 unsigned n_master; /* # of literals */
544 unsigned n_slaves; /* # of lituses */
545 unsigned saw_tlsgd : 1; /* true if ... */
546 unsigned saw_tlsldm : 1;
547 unsigned saw_lu_tlsgd : 1;
[all …]