Searched refs:vma (Results 1 - 25 of 418) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20010320-1.c12 unsigned long long vma; } asection; member in struct:sec
25 f (((unsigned long) ((( i + section->vma ) >> 32) & 0xffffffff)) , ((unsigned long) ((( i + section->vma ) & 0xffffffff))) ) ;
/haiku-buildtools/binutils/ld/testsuite/ld-mmix/
H A Dbspec808.s6 TETRA 0xff,0 % Decent vma.
H A Dspec806.d7 # #6: non-quote LOP in section vma, high part.
H A Dspec807.d7 # #7: non-quote LOP in section vma, low part.
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-mmix/
H A Dbspec808.s6 TETRA 0xff,0 % Decent vma.
H A Dspec806.d7 # #6: non-quote LOP in section vma, high part.
H A Dspec807.d7 # #7: non-quote LOP in section vma, low part.
/haiku-buildtools/binutils/ld/testsuite/ld-scripts/
H A Drgn-at6.d4 # Test that lma is aligned as for vma when lma_region==region.
H A Drgn-at9.d5 # Test that lma is adjusted in case the section start vma is aligned and
H A Drgn-at10.d4 # Test that lma is adjusted in case the section start vma is aligned and
H A Drgn-at11.d4 # Test that lma is not adjusted in case the section start vma is aligned and
/haiku-buildtools/legacy/binutils/ld/
H A Dmri.c41 etree_type *vma; member in struct:section_name_struct
78 etree_type *vma,
86 (*ptr)->vma = vma;
95 mri_output_section (const char *name, etree_type *vma) argument
97 mri_add_to_list (&address, name, vma, 0, 0, 0);
145 olist->vma = alist->vma;
153 mri_add_to_list (&order, alist->name, alist->vma, 0, 0, 0);
206 base = p->vma
76 mri_add_to_list(struct section_name_struct **list, const char *name, etree_type *vma, const char *zalias, etree_type *align, etree_type *subalign) argument
[all...]
/haiku-buildtools/binutils/ld/
H A Dmri.c40 etree_type *vma; member in struct:section_name_struct
80 etree_type *vma,
88 (*ptr)->vma = vma;
97 mri_output_section (const char *name, etree_type *vma) argument
99 mri_add_to_list (&address, name, vma, 0, 0, 0);
147 olist->vma = alist->vma;
155 mri_add_to_list (&order, alist->name, alist->vma, 0, 0, 0);
208 base = p->vma
78 mri_add_to_list(struct section_name_struct **list, const char *name, etree_type *vma, const char *zalias, etree_type *align, etree_type *subalign) argument
[all...]
/haiku-buildtools/legacy/binutils/binutils/testsuite/binutils-all/
H A Dobjcopy.exp237 while {[regexp $headers_regexp $got all name size vma rest]} {
238 set vma 0x$vma
241 if {$low == "" || $vma < $low} {
242 set low $vma
252 set got [binutils_run $OBJCOPY "$OBJCOPYFLAGS -O srec --adjust-vma 0x123 $tempfile ${copyfile}.srec"]
254 fail "objcopy --adjust-vma"
258 if ![regexp $want $got all start vma] then {
259 fail "objcopy --adjust-vma"
261 set vma
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Daout-tic30.c118 0, /* Text vma? */
195 relocation = (symbol->section->vma >> 2);
220 relocation = (symbol->section->vma >> 2);
329 obj_textsec (abfd)->vma = N_TXTADDR (*execp);
330 obj_datasec (abfd)->vma = N_DATADDR (*execp);
331 obj_bsssec (abfd)->vma = N_BSSADDR (*execp);
333 obj_textsec (abfd)->lma = obj_textsec (abfd)->vma;
334 obj_datasec (abfd)->lma = obj_datasec (abfd)->vma;
335 obj_bsssec (abfd)->lma = obj_bsssec (abfd)->vma;
524 relocation -= (input_section->output_section->vma
701 bfd_vma vma = 0; local
[all...]
H A Dtekhex.c43 addresses used to create the vma and size of the sections we
149 SECTION 0 [D00000000] : size 00020000 vma 00000000 align 2**0
151 SECTION 1 [D00008000] : size 00002001 vma 00008000 align 2**0
153 SECTION 2 [T_SEGMENT] : size ffffffff vma 00000000 align 2**0
253 bfd_vma vma; member in struct:data_struct
265 #define enda(x) (x->vma + x->size)
314 find_chunk (bfd *abfd, bfd_vma vma) argument
318 vma &= ~CHUNK_MASK;
319 while (d && (d->vma) != vma)
643 bfd_vma vma; local
[all...]
H A Dmmo.c135 sections say not to allocate or load the data. The vma is 0.
373 static void mmo_xore_64 (asection *, bfd_vma vma, bfd_vma value);
374 static void mmo_xore_32 (asection *, bfd_vma vma, unsigned int);
375 static void mmo_xore_16 (asection *, bfd_vma vma, unsigned int);
607 bfd_vma vma = bfd_get_section_vma (abfd, sec); local
614 if (infop->addr >= vma && infop->addr < vma + sec->size)
622 bfd_vma vma = bfd_get_section_vma (abfd, sec); local
629 if (infop->addr >= vma && infop->addr < vma
639 mmo_decide_section(bfd *abfd, bfd_vma vma) argument
708 mmo_xore_64(asection *sec, bfd_vma vma, bfd_vma value) argument
720 mmo_xore_32(asection *sec, bfd_vma vma, unsigned int value) argument
732 mmo_xore_16(asection *sec, bfd_vma vma, unsigned int value) argument
867 mmo_write_loc_chunk(bfd *abfd, bfd_vma vma, const bfd_byte *loc, unsigned int len, bfd_vma *last_vmap) argument
1415 mmo_get_loc(asection *sec, bfd_vma vma, int size) argument
1529 bfd_vma vma = 0; local
[all...]
/haiku-buildtools/binutils/bfd/
H A Daout-tic30.c117 0, /* Text vma? */
194 relocation = (symbol->section->vma >> 2);
219 relocation = (symbol->section->vma >> 2);
345 obj_textsec (abfd)->vma = N_TXTADDR (execp);
346 obj_datasec (abfd)->vma = N_DATADDR (execp);
347 obj_bsssec (abfd)->vma = N_BSSADDR (execp);
349 obj_textsec (abfd)->lma = obj_textsec (abfd)->vma;
350 obj_datasec (abfd)->lma = obj_datasec (abfd)->vma;
351 obj_bsssec (abfd)->lma = obj_bsssec (abfd)->vma;
540 relocation -= (input_section->output_section->vma
714 bfd_vma vma = 0; local
[all...]
H A Dmmo.c140 sections say not to allocate or load the data. The vma is 0.
386 static void mmo_xore_64 (asection *, bfd_vma vma, bfd_vma value);
387 static void mmo_xore_32 (asection *, bfd_vma vma, unsigned int);
388 static void mmo_xore_16 (asection *, bfd_vma vma, unsigned int);
648 bfd_vma vma = bfd_get_section_vma (abfd, sec); local
655 if (infop->addr >= vma && infop->addr < vma + sec->size)
663 bfd_vma vma = bfd_get_section_vma (abfd, sec); local
670 if (infop->addr >= vma && infop->addr < vma
680 mmo_decide_section(bfd *abfd, bfd_vma vma) argument
752 mmo_xore_64(asection *sec, bfd_vma vma, bfd_vma value) argument
764 mmo_xore_32(asection *sec, bfd_vma vma, unsigned int value) argument
776 mmo_xore_16(asection *sec, bfd_vma vma, unsigned int value) argument
914 mmo_write_loc_chunk(bfd *abfd, bfd_vma vma, const bfd_byte *loc, unsigned int len, bfd_vma *last_vmap) argument
1483 mmo_get_loc(asection *sec, bfd_vma vma, int size) argument
1597 bfd_vma vma = 0; local
[all...]
H A Darc-got.h299 + h->root.u.def.section->output_section->vma
312 + sec->output_section->vma
328 bfd_vma sec_vma = tls_sec->output_section->vma;
341 (long) (htab->sgot->output_section->vma
342 + htab->sgot->output_offset->vma
354 = tls_sec->output_section->vma;
367 (long) (htab->sgot->output_section->vma
368 + htab->sgot->output_offset->vma
379 = reloc_data->sym_section->output_section->vma
387 (long) (htab->sgot->output_section->vma
[all...]
H A Dtekhex.c44 addresses used to create the vma and size of the sections we
150 SECTION 0 [D00000000] : size 00020000 vma 00000000 align 2**0
152 SECTION 1 [D00008000] : size 00002001 vma 00008000 align 2**0
154 SECTION 2 [T_SEGMENT] : size ffffffff vma 00000000 align 2**0
255 bfd_vma vma; member in struct:data_struct
267 #define enda(x) (x->vma + x->size)
316 find_chunk (bfd *abfd, bfd_vma vma, bfd_boolean create) argument
320 vma &= ~CHUNK_MASK;
321 while (d && (d->vma) != vma)
[all...]
H A Dcoff-mcore.c223 - input_section->vma
225 + input_section->output_section->vma;
325 * addendp = sec->vma - 2; /* XXX guess - is this right ? */
404 loc = contents + rel->r_vaddr - input_section->vma;
436 + sec->output_section->vma
462 + sec->output_section->vma
468 rel->r_vaddr - input_section->vma, TRUE);
508 input_section, contents, rel->r_vaddr - input_section->vma,
533 input_section, rel->r_vaddr - input_section->vma);
H A Dcoff-i960.c78 cache_ptr->addend = - (ptr->section->vma + ptr->value); \
82 cache_ptr->addend += asect->vma; \
432 val = (sec->output_section->vma
435 - sec->vma);
447 + sec->output_section->vma
453 rel->r_vaddr - input_section->vma, TRUE);
477 rel->r_vaddr - input_section->vma);
508 + (rel->r_vaddr - input_section->vma)));
512 contents + (rel->r_vaddr - input_section->vma));
525 addend += input_section->vma;
[all...]
/haiku-buildtools/binutils/ld/emultempl/
H A Dspu_ovl.S33 #define vma reserved1 define
146 lqx vma, tab1, off1 # 1,6 8
158 rotqbyi size1, vma, 4 # 1,4 14
220 lqx vma, tab2, off2 # 1,6 7
237 lqx vma, tab2, off2 # 1,6 6
252 rotqbyi size2, vma, 4 # 1,4 13
273 * "vma" contains the relevant entry from _ovly_table[].
275 * u32 vma;
288 rotqbyi sz, vma, 8 # 1,4 -5
297 rotqbyi sz, vma,
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Djal-mask-11.d1 #objdump: -dr --prefix-addresses --show-raw-insn --adjust-vma=0x55555550

Completed in 235 milliseconds

1234567891011>>