HomeSort by relevance Sort by last modified time
    Searched refs:lma (Results 1 - 25 of 48) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
rgn-at6.d 5 # Test that lma is aligned as for vma when lma_region==region.
rgn-at7.d 5 # Test that lma is only aligned by script when lma_region!=region.
rgn-at8.d 5 # Test that lma is aligned when lma_region!=region and requested by script.
rgn-at10.d 5 # Test that lma is adjusted in case the section start vma is aligned and
rgn-at11.d 5 # Test that lma is not adjusted in case the section start vma is aligned and
rgn-at9.d 5 # Test that lma is adjusted in case the section start vma is aligned and
  /frameworks/compile/mclinker/include/mcld/Script/
OutputSectDesc.h 57 const RpnExpr& lma() const { function in struct:mcld::OutputSectDesc::Prolog
61 RpnExpr& lma() { function in struct:mcld::OutputSectDesc::Prolog
  /toolchain/binutils/binutils-2.25/bfd/
binary.c 235 /* The lowest section LMA sets the virtual address of the start
245 && (! found_low || s->lma < low))
247 low = s->lma;
253 s->filepos = s->lma - low;
264 LMA's all over the place, huge (sparse?) binary files may
elf-nacl.c 55 if (seg->count == 0 || seg->sections[0]->lma % minpagesize < sizeof_headers)
151 sec->lma = lastsec->lma + lastsec->size;
aout-target.h 69 obj_textsec (abfd)->lma = obj_textsec (abfd)->vma;
70 obj_datasec (abfd)->lma = obj_datasec (abfd)->vma;
71 obj_bsssec (abfd)->lma = obj_bsssec (abfd)->vma;
coff-tic54x.c 89 sect->lma = (sect->lma & ADDR_MASK) | PG_TO_FLAG(page);
107 page = FLAG_TO_PG (sect->lma);
elf.c 980 one PT_LOAD header, then leave the section lma equal to vma
981 so that we don't create sections with overlapping lma. */
1000 newsect->lma = (phdr->p_paddr
1006 Instead we calculate the section LMA based on
1007 the segment LMA. It is assumed that the
1010 newsect->lma = (phdr->p_paddr
    [all...]
srec.c 563 sec->lma = address;
907 else if ((section->lma + (offset + bytes_to_do) / opb - 1) <= 0xffff)
909 else if ((section->lma + (offset + bytes_to_do) / opb - 1) <= 0xffffff
916 entry->where = section->lma + offset / opb;
1106 + s->section->output_section->lma
    [all...]
hp300hpux.c 234 obj_textsec (abfd)->lma = obj_textsec (abfd)->vma;
235 obj_datasec (abfd)->lma = obj_datasec (abfd)->vma;
236 obj_bsssec (abfd)->lma = obj_bsssec (abfd)->vma;
verilog.c 132 entry->where = section->lma + offset;
bfd-in.h 285 #define bfd_get_section_lma(bfd, ptr) ((void) bfd, (ptr)->lma)
292 #define bfd_section_lma(bfd, ptr) ((ptr)->lma)
    [all...]
ihex.c 372 sec->lma = extbase + segbase + addr;
681 n->where = section->lma + offset;
aout-tic30.c 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;
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
binutils.exp 158 binutils_test strip "-T ${srcdir}/${subdir}/lma.lnk" lma "strip -T lma.lnk"
  /frameworks/compile/mclinker/lib/Script/
OutputSectDesc.cpp 72 m_Prolog.lma().dump();
  /toolchain/binutils/binutils-2.25/gold/
script-sections.h 282 // Return the amount we have to subtract from the LMA to accomodate
285 header_size_adjustment(uint64_t lma, size_t sizeof_headers) const;
script-sections.cc 176 // LMA values, or both.
3799 const uint64_t lma = ((*p)->has_load_address() local
3889 uint64_t lma = first_seg->paddr(); local
4224 uint64_t lma = osec->has_load_address() ? osec->load_address() : vma; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
objcopy.c 130 #define SECTION_CONTEXT_SET_LMA (1 << 4) /* Set the sections' LMA address. */
131 #define SECTION_CONTEXT_ALTER_LMA (1 << 5) /* Increment or decrement the section's LMA address. */
375 {"change-section-lma", required_argument, 0, OPTION_CHANGE_SECTION_LMA},
546 Add <incr> to LMA, VMA and start addresses\n\
548 Change LMA and VMA of section <name> by <val>\n\
549 --change-section-lma <name>{=|+|-}<val>\n\
550 Change the LMA of section <name> by <val>\n\
2044 bfd_vma lma; local
2691 bfd_vma lma; local
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldwrite.c 390 n->lma = s->lma;
533 n->lma = n->vma = vma;
ldlang.c 5030 bfd_vma lma = exp_get_abs_int (os->load_base, 0, "load base"); local
5035 bfd_vma lma = os->lma_region->current; local
5056 bfd_vma lma; local
    [all...]

Completed in 1085 milliseconds

1 2