Searched refs:offset (Results 101 - 125 of 3197) sorted by path

1234567891011>>

/freebsd-11-stable/contrib/binutils/binutils/
H A Dreadelf.c300 #define VALID_DYNAMIC_NAME(offset) ((dynamic_strings != NULL) && (offset < dynamic_strings_length))
303 #define GET_DYNAMIC_NAME(offset) (dynamic_strings + offset)
312 get_data (void *var, FILE *file, long offset, size_t size, size_t nmemb,
320 if (fseek (file, archive_file_offset + offset, SEEK_SET)) local
323 archive_file_offset + offset, reason);
836 offset. */
906 bfd_vma offset;
913 offset
309 get_data(void *var, FILE *file, long offset, size_t size, size_t nmemb, const char *reason) argument
903 bfd_vma offset; local
4801 bfd_vma offset; member in struct:absaddr
4830 find_symbol_for_address(Elf_Internal_Sym *symtab, unsigned long nsyms, const char *strtab, unsigned long strtab_size, struct absaddr addr, const char **symname, bfd_vma *offset) argument
4876 bfd_vma offset; local
5245 bfd_vma offset; local
5899 unsigned long offset; local
6719 unsigned long offset; local
6776 unsigned long offset; local
7216 unsigned long offset; local
7308 unsigned long offset; local
8732 size_t offset; local
9303 process_corefile_note_segment(FILE *file, bfd_vma offset, bfd_vma length) argument
[all...]
H A Dresbin.c251 rc_uint_type offset; local
256 offset = windres_get_16 (wrbfd, data + 2, 2);
257 if (offset + 4 >= length)
258 toosmall (_("menuex offset"));
259 m->items = bin_to_res_menuexitems (wrbfd, data + 4 + offset,
260 length - (4 + offset), &read);
900 to the type, and *OFF to the offset to the children. */
H A Drescoff.c89 address, rather than a section offset. */
430 unsigned long length, offset;
543 offset = 0;
546 if (! bfd_set_section_contents (abfd, sec, d->data, offset, d->length))
548 offset += d->length;
552 set_windres_bfd_content (&wrbfd, d->data, offset, d->length);
553 offset += d->length;
557 set_windres_bfd_content (&wrbfd, d->data, offset, d->length);
558 offset += d->length;
562 res_to_bin (cwi.wrbfd, (rc_uint_type) offset, r
428 unsigned long length, offset; local
[all...]
H A Dresrc.c116 /* File offset of image. */
117 unsigned long offset; member in struct:icondir
746 icondirs[i].offset = get_long (e, real_filename);
762 if (fseek (e, icondirs[i].offset, SEEK_SET) != 0)
764 icondirs[i].offset, strerror (errno));
909 long offset;
942 offset = ((((((data[47] << 8)
946 if (offset > 0 && offset < s.st_size)
947 device = (char *) data + offset;
907 long offset; local
2875 rc_uint_type low, high, offset; local
3147 rc_uint_type offset; local
[all...]
H A Dsrconv.c526 rl.addr = r->offset;
545 rl.addend = ref->where->offset - ref->where->section->address;
594 dps.address = scope->offset - find_base (sfile, scope->sec);
1008 dsy.evalue = symbol->where->offset;
1088 dsy.address = symbol->where->offset - find_base (sfile, symbol->where->section);
1092 dsy.address = symbol->where->offset;
1098 int bits = (symbol->where->offset * 8 + symbol->where->bitoffset);
1109 dsy.field_off = symbol->where->offset;
1116 dsy.field_off = symbol->where->offset; */
1131 dsy.reg = rnames[symbol->where->offset];
[all...]
H A Dwindint.h1029 bfd_byte offset[4]; member in struct:bin_messagetable_block
H A Dwindmc.c44 /* Defines a message compiler element item with length and offset
671 target_put_32 (mtbl->items[idx].offset, ml[i].res_off);
/freebsd-11-stable/contrib/binutils/gas/
H A Dcgen.c251 gas_cgen_record_fixup (frag, where, insn, length, operand, opinfo, symbol, offset)
259 offsetT offset;
265 fixP = fix_new (frag, where, length / 8, symbol, offset,
H A Ddw2gencfi.c61 offsetT offset; member in struct:cfi_insn_data::__anon353::__anon354
222 cfi_add_CFA_insn_offset (int insn, offsetT offset)
227 insn_ptr->u.i = offset;
241 cfi_add_CFA_insn_reg_offset (int insn, unsigned regno, offsetT offset)
247 insn_ptr->u.ri.offset = offset;
267 cfi_add_CFA_offset (unsigned regno, offsetT offset)
272 cfi_add_CFA_insn_reg_offset (DW_CFA_offset, regno, offset);
276 if (offset % abs_data_align)
277 as_bad (_("register save offset no
221 cfi_add_CFA_insn_offset(int insn, offsetT offset) argument
240 cfi_add_CFA_insn_reg_offset(int insn, unsigned regno, offsetT offset) argument
266 cfi_add_CFA_offset(unsigned regno, offsetT offset) argument
282 cfi_add_CFA_def_cfa(unsigned regno, offsetT offset) argument
307 cfi_add_CFA_def_cfa_offset(offsetT offset) argument
468 offsetT offset; local
864 offsetT offset; local
[all...]
H A Ddwarf2dbg.c56 # define INSERT_DIR_SEPARATOR(string, offset) \
59 if (offset > 1 \
62 string [offset] = '\\'; \
64 string [offset] = '/'; \
68 # define INSERT_DIR_SEPARATOR(string, offset) string[offset] = '/'
105 /* Minimum line offset in a special line info. opcode. This value
220 /* Create an offset to .dwarf2_*. */
1439 /* Size of an address (offset portion). */
1566 /* .debug_abbrev offset */
[all...]
H A Decoff.c196 virtual frame pointer, constant offset from the register to obtain
275 symbolic header offset 284
983 0, /* cbLineOffset: byte offset from header for this file ln's */
1016 unsigned long paddr; /* offset within fragment */
1443 unsigned long offset, char **bufptrptr);
1446 unsigned long offset, long *linecntptr);
1449 unsigned long offset);
1452 unsigned long offset);
1455 unsigned long offset);
1457 unsigned long offset,
3628 ecoff_padding_adjust(const struct ecoff_debug_swap *backend, char **buf, char **bufend, unsigned long offset, char **bufptrptr) argument
3656 ecoff_build_lineno(const struct ecoff_debug_swap *backend, char **buf, char **bufend, unsigned long offset, long *linecntptr) argument
3887 ecoff_build_symbols(const struct ecoff_debug_swap *backend, char **buf, char **bufend, unsigned long offset) argument
4252 ecoff_build_procs(const struct ecoff_debug_swap *backend, char **buf, char **bufend, unsigned long offset) argument
4342 ecoff_build_aux(const struct ecoff_debug_swap *backend, char **buf, char **bufend, unsigned long offset) argument
4456 ecoff_build_strings(char **buf, char **bufend, unsigned long offset, varray_t *vp) argument
4494 ecoff_build_ss(const struct ecoff_debug_swap *backend, char **buf, char **bufend, unsigned long offset) argument
4537 ecoff_build_fdr(const struct ecoff_debug_swap *backend, char **buf, char **bufend, unsigned long offset) argument
4630 unsigned long offset; local
[all...]
H A Dehopt.c60 .4byte .LSFDE1-__FRAME_BEGIN__ / FDE CIE offset
106 int offset; local
126 offset = 4;
127 while (f != NULL && offset >= f->fr_fix)
129 offset -= f->fr_fix;
133 || f->fr_fix - offset < 4
134 || f->fr_literal[offset] != CIE_id
135 || f->fr_literal[offset + 1] != CIE_id
136 || f->fr_literal[offset + 2] != CIE_id
137 || f->fr_literal[offset
[all...]
H A Dfrags.c211 symbolS *symbol, offsetT offset, char *opcode)
222 frag_now->fr_offset = offset;
244 relax_substateT subtype, symbolS *symbol, offsetT offset,
254 frag_now->fr_offset = offset;
402 frag_offset_fixed_p (const fragS *frag1, const fragS *frag2, bfd_vma *offset)
407 /* Start with offset initialised to difference between the two frags.
412 *offset = off;
426 *offset = off;
442 *offset = off;
204 frag_var(relax_stateT type, int max_chars, int var, relax_substateT subtype, symbolS *symbol, offsetT offset, char *opcode) argument
236 frag_variant(relax_stateT type, int max_chars, int var, relax_substateT subtype, symbolS *symbol, offsetT offset, char *opcode) argument
392 frag_offset_fixed_p(const fragS *frag1, const fragS *frag2, bfd_vma *offset) argument
H A Dfrags.h36 of a particular frag}+offset.
42 /* Object file address (as an octet offset). */
140 offsetT offset,
148 offsetT offset,
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-coff.c357 add_lineno (fragS * frag, addressT offset, int num)
377 new_line->l.u.offset = offset;
993 just ignore the offset here, thus generating incorrect
1413 lptr->l.u.offset += lptr->frag->fr_address / OCTETS_PER_BYTE;
353 add_lineno(fragS * frag, addressT offset, int num) argument
H A Dobj-elf.c127 {"offset", obj_elf_struct, 0},
1327 ".vtable_entry tablename, offset". */
1334 offsetT offset; local
1357 offset = get_absolute_expression ();
1361 return fix_new (frag_now, frag_now_fix (), 0, sym, offset, 0,
2069 #define SET(ptr, offset, type) \
2070 debug.ptr = (type) (buf + debug.symbolic_header.offset)
H A Dtc-alpha.c1164 O_constant 0, or a 16-bit offset appropriate for any MEM format
1201 /* Attempt to reduce .lit load by splitting the offset from
1257 better instruction offset knowledge in the compiler. This happens
3159 Return offset from basesym to entry in link pool.
3161 Add new fixup only if offset isn't 16bit. */
3170 valueT offset;
3176 offset = - *symbol_get_obj (basesym);
3185 fixp = fixp->fx_next, offset += 8)
3189 if (range_signed_16 (offset))
3191 return offset;
3162 valueT offset; local
3540 offsetT offset; local
3777 offsetT offset; local
5571 int offset = 0; local
[all...]
H A Dtc-arm.c73 hold the reg+offset to use when restoring sp from a frame pointer. */
2991 int offset;
3001 offset = nbytes - size;
3003 fix_new_exp (frag_now, p - frag_now->fr_literal + offset,
3120 /* Self relative offset of the function start. */
3145 /* Self relative offset of the table entry. */
3690 int offset;
3703 if (immediate_for_directive (&offset) == FAIL)
3707 offset = 0;
3726 unwind.fp_offset = unwind.frame_size - offset;
2989 int offset; local
3688 int offset; local
3733 int offset; local
3759 int offset; local
13911 int offset; local
14096 int offset = 2; local
16841 offsetT offset; local
17197 offsetT offset; local
17239 add_unwind_adjustsp(offsetT offset) argument
[all...]
H A Dtc-cr16.c492 cr16_cons_fix_new (fragS *frag, int offset, int len, expressionS *exp) argument
511 fix_new_exp (frag, offset, len, exp, 0, rtype);
H A Dtc-i386.c330 larger than a byte offset. */
378 a 16 bit offset jump because it's slower (requires data size
772 /* Adjust jump offset. */
1750 precedes the offset, as it does when in AT&T mode. */
3924 /* 1 opcode; 2 segment; offset */
4298 * relocation as asking for a pcrel offset to the GOT to be
4303 * the correct offset so that %ebx would point to itself. The
4823 no offset. You end up producing code that looks like:
5386 offset. */
5432 the variable part of the frag (the branch offset) i
5556 offsetT offset; local
5571 offsetT offset; local
[all...]
H A Dtc-ia64.c317 bfd_vma offset; /* mem.offset offset */ member in struct:__anon325::mem_offset
318 bfd_vma base; /* mem.offset base */
653 struct mem_offset mem_offset; /* optional memory offset hint */
772 /* The input value is a negated offset from psp, and specifies an address
773 psp - offset. The encoded value is psp + 16 - (4 * offset). Thus we
1897 output_psp_sprel (offset)
1898 unsigned int offset;
[all...]
H A Dtc-mips.c161 /* The offset into FRAG of the first instruction byte. */
596 offset in the stack frame from which to restore the $gp register.
603 offset and even an other register than $gp as global pointer. */
746 fail to compute the offset before expanding the macro to the most
1364 /* Move INSN to offset WHERE in FRAG. Adjust the fixups accordingly
1397 relax_substateT subtype, symbolS *symbol, offsetT offset)
1403 subtype, symbol, offset, NULL);
3817 offset off of a base register (breg) into/from a target register (treg),
3835 /* Signed 16-bit offset will fit in the op. Easy! */
3840 /* 32-bit offset, nee
1389 add_relaxed_insn(struct mips_cl_insn *insn, int max_chars, int var, relax_substateT subtype, symbolS *symbol, offsetT offset) argument
[all...]
H A Dtc-ppc.c1782 int offset;
1785 offset = 0;
1787 offset = nbytes - size;
1788 fix_new_exp (frag_now, p - frag_now->fr_literal + offset, size,
2330 * The linker will build the toc, and insert the resolved toc offset.
2670 as_bad (_("unsupported relocation for DS offset field"));
2782 int offset;
2790 offset = target_big_endian ? (4 - size) : 0;
2796 f - frag_now->fr_literal + offset,
3145 /* Make sym an offset fro
1774 int offset; local
2771 int offset; local
[all...]
H A Dtc-s390.c558 int offset; local
622 offset = operand->shift + operand->bits;
623 uval <<= (-offset) & 7;
624 insn += (offset - 1) / 8;
888 modify the current expression to be an offset into the literal pool. */
1019 /* Now change exp_p to the offset into the literal pool.
1952 offset table or to the procedure link table. */
H A Dtc-score.c2588 inst.error = _("address offset must be half word alignment");
2596 inst.error = _("address offset must be word alignment");
2750 /* rs = r0-r7, offset = 4 */
2833 /* lw/lh/lbu/sw/sh/sb, offset = 0, relax to 16 bit instruction. */
4239 inst.error = _("PIC code offset overflow (max 16 signed bits)");
4574 /* Branch 32 offset field : 20 bit, 16 bit branch offset field : 8 bit. */
4879 offsetT offset; local
4885 so in relax stage , it may be wrong to calculate the symbol's offset when the frag's section
4904 /* b 32's offset
[all...]

Completed in 584 milliseconds

1234567891011>>