Searched refs:offset (Results 126 - 150 of 3197) sorted by path

1234567891011>>

/freebsd-11-stable/contrib/binutils/gas/
H A Dlisting.c673 int offset; local
674 offset = cur;
675 fprintf (list_file, "%c%c", src[offset], src[offset + 1]);
716 int offset; local
717 offset = cur;
718 fprintf (list_file, "%c%c", src[offset], src[offset + 1]);
H A Dliteral.c53 valueT offset; local
59 offset = 0;
66 fixp = fixp->fx_next, offset += size)
69 return offset;
91 offset = seginfo->literal_pool_size;
93 return offset;
H A Dwrite.c143 offsetT offset, /* X_add_number. */
164 fixP->fx_offset = offset;
230 offsetT offset, /* X_add_number. */
235 (symbolS *) NULL, offset, pcrel, r_type);
642 bfd_vma offset, addend; local
649 offset = 0;
656 offset = symval->X_add_number;
664 as_bad_where (r->file, r->line, _("invalid offset expression"));
668 offset += S_GET_VALUE (sym);
704 r->u.b.r.address = offset;
138 fix_new_internal(fragS *frag, int where, int size, symbolS *add_symbol, symbolS *sub_symbol, offsetT offset, int pcrel, RELOC_ENUM r_type ATTRIBUTE_UNUSED ) argument
226 fix_new(fragS *frag, int where, int size, symbolS *add_symbol, offsetT offset, int pcrel, RELOC_ENUM r_type ) argument
1262 addressT offset = 0; local
2020 addressT offset = relax_align (address, (int) fragP->fr_offset); local
2138 offsetT offset; local
[all...]
H A Dwrite.h67 /* pc-relative offset adjust (only used by m68k and m68hc11) */
178 offsetT offset, int pcrel, bfd_reloc_code_real_type r_type);
/freebsd-11-stable/contrib/binutils/gprof/
H A Dmips.c46 int offset; local
72 offset = (op & 0x03ffffff) << 2;
73 dest_pc = (pc & ~(bfd_vma) 0xfffffff) | offset;
/freebsd-11-stable/contrib/binutils/include/
H A Dbfdlink.h617 bfd_vma offset;
628 equal the link_order offset field, and section->size
614 bfd_vma offset; member in struct:bfd_link_order
H A Dieee.h46 file_ptr offset[N_W_VARIABLES]; member in union:ieee_w_variable
/freebsd-11-stable/contrib/binutils/include/coff/
H A Dsym.h70 bfd_vma cbLineOffset; /* offset to start of line number entries*/
72 bfd_vma cbDnOffset; /* offset to start dense number table */
74 bfd_vma cbPdOffset; /* offset to procedure descriptor table */
76 bfd_vma cbSymOffset; /* offset to start of local symbols*/
78 bfd_vma cbOptOffset; /* offset to optimization symbol entries */
80 bfd_vma cbAuxOffset; /* offset to start of auxillary symbol entries*/
82 bfd_vma cbSsOffset; /* offset to start of local strings */
84 bfd_vma cbSsExtOffset; /* offset to start of external strings */
86 bfd_vma cbFdOffset; /* offset to file descriptor table */
88 bfd_vma cbRfdOffset; /* offset t
372 unsigned long offset; /* relative offset this occured */ member in struct:__anon463
[all...]
/freebsd-11-stable/contrib/binutils/ld/
H A Dldmisc.c264 The arguments are a BFD, a section, and an offset. */
271 bfd_vma offset; local
281 offset = va_arg (arg, bfd_vma);
321 offset instread. */
324 && bfd_find_nearest_line (abfd, section, asymbols, offset,
373 lfinfo (fp, "(%A+0x%v)", section, offset);
376 lfinfo (fp, "%B:(%A+0x%v)", abfd, section, offset);
H A Dldwrite.c58 link_order->offset = statement->data_statement.output_offset;
193 link_order->offset = rs->output_offset;
257 link_order->offset = i->output_offset;
277 link_order->offset = statement->padding_statement.output_offset;
390 printf ("%8x %s\n", l->offset, l->u.indirect.section->owner->filename);
394 printf (_("%8x something else\n"), l->offset);
418 if (p->offset > 100000)
420 if (p->offset < prev)
422 prev = p->offset;
505 shift_offset = p->offset;
[all...]
H A Dsysdep.h58 # define __PAST_END(array, offset) (((typeof(*(array)) *)(array))[offset])
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dcp-demangle.c1505 ::= T <call-offset> <(base) encoding>
1506 ::= Tc <call-offset> <call-offset> <(base) encoding>
1508 ::= TC <type> <(offset) number> _ <(base) type>
1561 long offset; local
1565 offset = d_number (di);
1566 if (offset < 0)
1571 /* We don't display the offset. FIXME: We should display
1612 /* <call-offset> ::= h <nv-offset>
[all...]
H A Dregex.c1983 relative address offset by the three bytes the jump itself occupies. */
2308 /* offset buffer for optimization. See convert_mbs_to_wc. */
2902 unsigned int i, offset;
3058 /* Calculate the offset of char_ranges,
3060 offset = laststart[1] + laststart[2]
3063 insert_space(datasize, laststart + offset, b - 1);
3067 laststart[offset + i] = str[i];
3075 /* Calculate the offset of the equivalence_classes,
3077 offset = laststart[1] + laststart[2] + 6;
3080 insert_space(datasize, laststart + offset,
2889 unsigned int i, offset; local
[all...]
/freebsd-11-stable/contrib/binutils/opcodes/
H A Darc-dis.c165 #define NEXT_WORD(x) (offset += 4, state->words[x])
541 int offset = 0; local
1042 /* [B,A offset] */
1123 return state->instructionLen = offset;
H A Darm-dis.c105 %r print register offset address for wldt/wstr instruction
1052 %<bitfield>a print (bitfield * 4) as a pc-rel offset + decoded symbol
1198 %b print a conditional branch offset
1199 %B print an unconditional branch offset
1687 int offset = given & 0xff;
1689 if (offset)
1692 offset * 4,
1699 int offset = given & 0xff;
1705 if (offset)
1708 offset *
1686 int offset = given & 0xff; local
1698 int offset = given & 0xff; local
1717 int offset = (given >> 1) & 0x3f; local
1731 int offset = (given & 0xff) * 4; local
2031 int offset = given & 0xff; local
2123 int offset = given & 0xfff; local
2164 int offset = given & 0xfff; local
2185 int offset = given & 0xfff; local
2719 int offset = ((given & 0xf00) >> 4) | (given & 0xf); local
2737 int offset = ((given & 0xf00) >> 4) | (given & 0xf); local
2761 int offset = ((given & 0xf00) >> 4) | (given & 0xf); local
2844 int offset = given & 0xff; local
2856 int offset = given & 0xff; local
2876 bfd_vma offset = 0; local
3447 int offset = 0; local
3607 int offset = 0; local
3625 int offset = 0; local
[all...]
H A Di386-dis.c5639 int seg, offset; local
5643 offset = get32 ();
5648 offset = get16 ();
5653 sprintf (scratchbuf, "0x%x:0x%x", seg, offset);
5655 sprintf (scratchbuf, "$0x%x,$0x%x", seg, offset);
H A Dia64-asmtab.h55 /* The tree of completers for this instruction; this is an offset into
109 /* The bit offset in the instruction where BITS and MASK should be
111 unsigned char offset : 7; member in struct:ia64_completer_table
H A Dia64-opc.c204 int shiftamt = (completer_table[completer_index].offset & 63);
454 offset into the ia64_dis_names[] array is specified. */
463 /* If bit 15 is set in the address of the next state, an offset
H A Dmep-ibld.c109 WORD_OFFSET is the offset in bits from the start of the insn of the value.
324 OFFSET is the offset in bytes from the start of the insn of the value.
331 int offset,
342 if (((ex_info->valid >> offset) & mask) == mask)
346 for (mask = 1 << offset; bytes > 0; --bytes, ++offset, mask <<= 1)
354 pc += offset;
356 (pc, ex_info->insn_bytes + offset, bytes, info);
364 ex_info->valid |= ((1 << bytes) - 1) << offset;
402 WORD_OFFSET is the offset i
327 fill_cache(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, CGEN_EXTRACT_INFO *ex_info, int offset, int bytes, bfd_vma pc) argument
[all...]
/freebsd-11-stable/contrib/bmake/
H A Dsetenv.c51 * Sets offset to be the offset of the name/value combination in the
58 __findenv(name, offset)
60 int *offset;
70 *offset = P - environ;
89 int l_value, offset; local
95 if ((C = __findenv(name, &offset))) { /* find if already exists */
123 offset = cnt;
126 if (!(environ[offset] = /* name + `=' + value */
129 for (C = environ[offset]; (*
146 int offset; local
[all...]
H A Dutil.c47 findenv(const char *name, int *offset) argument
58 *offset = i;
62 *offset = i;
69 int offset; local
71 return(findenv(name, &offset));
78 int offset; local
85 while (findenv(name, &offset)) { /* if set multiple times */
86 for (p = &environ[offset];; ++p)
99 int offset; local
111 if ((c = findenv(name, &offset))) {
[all...]
/freebsd-11-stable/contrib/bsnmp/lib/
H A Dsnmpclient.h174 /* offset of the field into the C-structure. For octet strings
176 off_t offset; member in struct:snmp_table::snmp_table_entry
/freebsd-11-stable/contrib/bsnmp/snmp_ntp/
H A Dsnmp_ntp.c149 char *offset; /* Offset */ member in struct:peer
164 char *offset; member in struct:filt
335 /* skip offset */
382 u_int offset; /* current offset */ local
390 offset = 0;
481 /* offset */
485 if (n != offset) {
486 syslog(LOG_ERR, "offset: expecting %u, got %u", offset,
[all...]
/freebsd-11-stable/contrib/dialog/
H A Dcalendar.c142 days_in_month(struct tm *current, int offset /* -1, 0, 1 */ )
150 int month = current->tm_mon + offset;
168 days_in_year(struct tm *current, int offset /* -1, 0, 1 */ )
170 int year = current->tm_year + 1900 + offset;
H A Dcolumns.c52 next_col(char *source, unsigned offset) argument
55 char *result = source + offset;
56 if (offset)
71 unsigned offset = 0; local
75 offset = (unsigned) (mark + next - source);
76 widths[result - 1] = offset - offsets[result - 1] - (unsigned) mark;
78 offsets[result] = offset;
80 } while ((next = next_col(source, offset)) != 0);
82 offset = (unsigned) strlen(source);
83 widths[result - 1] = offset
141 unsigned offset = 0; local
[all...]

Completed in 431 milliseconds

1234567891011>>