HomeSort by: relevance | last modified time | path
    Searched defs:lma (Results 1 - 25 of 186) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/external/gpl3/gdb/dist/sim/common/
sim-load.c 45 If LMA_P is non-zero the program sections are loaded at the LMA
50 write the program sections at LMA interpreted as a virtual address.
104 bfd_vma lma; local
118 lma = bfd_section_lma (s);
120 lma = bfd_section_vma (s);
127 lma_p ? "lma" : "vma", (uint64_t) lma);
131 do_write (sd, lma, buffer, size);
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-load.c 45 If LMA_P is non-zero the program sections are loaded at the LMA
50 write the program sections at LMA interpreted as a virtual address.
104 bfd_vma lma; local
118 lma = bfd_section_lma (s);
120 lma = bfd_section_vma (s);
127 lma_p ? "lma" : "vma", (uint64_t) lma);
131 do_write (sd, lma, buffer, size);
  /src/external/gpl3/gdb/dist/sim/m68hc11/
interp.c 365 bfd_vma lma; local
368 lma = bfd_section_lma (s);
370 lma = bfd_section_vma (s);
372 if (lma <= 0xFFFE && lma+size >= 0x10000)
  /src/external/gpl3/gdb.old/dist/sim/m68hc11/
interp.c 365 bfd_vma lma; local
368 lma = bfd_section_lma (s);
370 lma = bfd_section_vma (s);
372 if (lma <= 0xFFFE && lma+size >= 0x10000)
  /src/usr.sbin/ldpd/
ldp_command.c 490 char lma[256]; local
494 strlcpy(lma, inet_ntoa(lm->address.sin.sin_addr),
495 sizeof(lma));
497 inet_ntoa(p->ldp_id), lm->label, lma, lm->prefix);
ldp_peer.c 467 struct label_mapping *lma; local
471 if ((lma = ldp_peer_get_lm(p, a, prefix)) != NULL) {
473 lma->label = label;
477 lma = malloc(sizeof(*lma));
479 if (!lma) {
484 memcpy(&lma->address, a, a->sa_len);
485 lma->prefix = prefix;
486 lma->label = label;
488 rb_tree_insert_node(&p->label_mapping_tree, lma);
497 struct label_mapping *lma; local
526 struct label_mapping *lma; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
objfiles.c 853 const bfd_vma lma = bfd_section_lma (section);
855 if (overlay_debugging && lma != 0 && lma != bfd_section_vma (section)
850 const bfd_vma lma = bfd_section_lma (section); local
z80-tdep.c 950 unsigned lma; local
960 lma = cache_ovly_region_table[i][Z80_MAPPED_TO_LMA];
968 sect->ovly_mapped = (lma == bfd_section_lma (sect->the_bfd_section));
994 bfd_vma lma = bfd_section_lma (bsect); local
1000 (cache_ovly_region_table[i][Z80_MAPPED_TO_LMA] == lma);
symfile.c 1866 section_size (section_size_), lma (lma_), buffer (buffer_)
1875 CORE_ADDR lma;
1920 current_uiout->message ("Loading section %s, size %s lma %s\n",
1924 args->lma));
1939 if (target_read_memory (args->lma, check.data (), bytes) != 0)
1941 paddress (current_inferior ()->arch (), args->lma));
1944 paddress (current_inferior ()->arch (), args->lma));
1947 args->lma += bytes;
2943 same VMA, each with its own unique LMA (or load address).
2947 sections should be considered to be mapped from the VMA to the LMA
1873 CORE_ADDR lma; member in struct:load_progress_section_data
3237 bfd_vma lma, vma; local
    [all...]
  /src/external/gpl3/gdb/dist/sim/cris/
sim-if.c 251 bfd_vma lma = STATE_LOAD_AT_LMA_P (sd)
263 (uint64_t) lma, (uint64_t) phdr[i].p_filesz);
271 STATE_MY_NAME (sd), (uint64_t) lma,
277 if (do_write (sd, lma, buf, phdr[i].p_filesz) != phdr[i].p_filesz)
282 STATE_MY_NAME (sd), (uint64_t) lma,
313 /* BFD section iterator to offset the LMA and VMA. */
335 /* Adjust the start-address, LMA and VMA of a SD. Must be called
250 bfd_vma lma = STATE_LOAD_AT_LMA_P (sd) local
  /src/external/gpl3/gdb.old/dist/sim/cris/
sim-if.c 251 bfd_vma lma = STATE_LOAD_AT_LMA_P (sd)
263 (uint64_t) lma, (uint64_t) phdr[i].p_filesz);
271 STATE_MY_NAME (sd), (uint64_t) lma,
277 if (do_write (sd, lma, buf, phdr[i].p_filesz) != phdr[i].p_filesz)
282 STATE_MY_NAME (sd), (uint64_t) lma,
313 /* BFD section iterator to offset the LMA and VMA. */
335 /* Adjust the start-address, LMA and VMA of a SD. Must be called
250 bfd_vma lma = STATE_LOAD_AT_LMA_P (sd) local
  /src/sys/dev/pci/
if_cas.c 228 int dataoff, vpdoff, len, lma = 0, phy = 0; local
324 if (lma == CAS_LMA_MAXNUM)
327 memcpy(enaddrs[lma], desc, ETHER_ADDR_LEN);
328 lma++;
378 if ((lma > 1) && (pa->pa_device < CAS_LMA_MAXNUM)
379 && (pa->pa_device < lma))
  /src/external/gpl3/gdb.old/dist/gdb/
objfiles.c 928 const bfd_vma lma = bfd_section_lma (section);
930 if (overlay_debugging && lma != 0 && lma != bfd_section_vma (section)
924 const bfd_vma lma = bfd_section_lma (section); local
z80-tdep.c 950 unsigned lma; local
960 lma = cache_ovly_region_table[i][Z80_MAPPED_TO_LMA];
968 sect->ovly_mapped = (lma == bfd_section_lma (sect->the_bfd_section));
994 bfd_vma lma = bfd_section_lma (bsect); local
1000 (cache_ovly_region_table[i][Z80_MAPPED_TO_LMA] == lma);
symfile.c 1902 section_size (section_size_), lma (lma_), buffer (buffer_)
1911 CORE_ADDR lma;
1956 current_uiout->message ("Loading section %s, size %s lma %s\n",
1960 args->lma));
1975 if (target_read_memory (args->lma, check.data (), bytes) != 0)
1977 paddress (current_inferior ()->arch (), args->lma));
1980 paddress (current_inferior ()->arch (), args->lma));
1983 args->lma += bytes;
2932 same VMA, each with its own unique LMA (or load address).
2936 sections should be considered to be mapped from the VMA to the LMA
1909 CORE_ADDR lma; member in struct:load_progress_section_data
3226 bfd_vma lma, vma; local
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elf32-spu.c 4590 unsigned int vma, lma; local
4593 lma = vma + (((indx >> htab->num_lines_log2) + 1) << 18);
4597 ovlynum, vma, lma) <= 0)
4641 /* We need to set lma since we are overlaying .ovl.init. */
bfd-in2.h 728 bfd_vma lma; member in struct:bfd_section
872 return sec->lma;
912 sec->vma = sec->lma = val;
920 sec->lma = val;
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-spu.c 4590 unsigned int vma, lma; local
4593 lma = vma + (((indx >> htab->num_lines_log2) + 1) << 18);
4597 ovlynum, vma, lma) <= 0)
4641 /* We need to set lma since we are overlaying .ovl.init. */
  /src/external/gpl3/gdb/dist/bfd/
elf32-spu.c 4586 unsigned int vma, lma; local
4589 lma = vma + (((indx >> htab->num_lines_log2) + 1) << 18);
4593 ovlynum, vma, lma) <= 0)
4637 /* We need to set lma since we are overlaying .ovl.init. */
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-spu.c 4590 unsigned int vma, lma; local
4593 lma = vma + (((indx >> htab->num_lines_log2) + 1) << 18);
4597 ovlynum, vma, lma) <= 0)
4641 /* We need to set lma since we are overlaying .ovl.init. */
  /src/external/gpl3/binutils/dist/binutils/
objcopy.c 153 #define SECTION_CONTEXT_SET_LMA (1 << 5) /* Set the sections' LMA address. */
154 #define SECTION_CONTEXT_ALTER_LMA (1 << 6) /* Increment or decrement the section's LMA address. */
443 {"change-section-lma", required_argument, 0, OPTION_CHANGE_SECTION_LMA},
652 Add <incr> to LMA, VMA and start addresses\n\
654 Change LMA and VMA of section <name> by <val>\n\
655 --change-section-lma <name>{=|+|-}<val>\n\
656 Change the LMA of section <name> by <val>\n\
985 fatal (_("error: %s both sets and alters LMA"), name);
3015 padd->section->lma = pset->lma_val;
3294 bfd_vma lma; /* Octets. *
3292 bfd_vma lma; \/* Octets. *\/ local
4192 bfd_vma lma; local
    [all...]
  /src/external/gpl3/binutils/dist/ld/
ldlang.c 1464 /* NAME is NULL for LMA memspecs if no region was specified. */
4812 if (section->vma != section->lma)
4813 minfo (_(" load address 0x%V"), section->lma);
5671 if (sec1->lma < sec2->lma)
5673 else if (sec1->lma > sec2->lma)
5739 s_end = (s->lma + s->size) & addr_mask;
5740 if (s_end != 0 && s_end < (s->lma & addr_mask))
5741 einfo (_("%X%P: section %s LMA wraps around address space\n")
6145 bfd_vma lma = exp_get_abs_int (os->load_base, 0, "load base"); local
6150 bfd_vma lma = os->lma_region->current; local
6173 bfd_vma lma; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
objcopy.c 154 #define SECTION_CONTEXT_SET_LMA (1 << 5) /* Set the sections' LMA address. */
155 #define SECTION_CONTEXT_ALTER_LMA (1 << 6) /* Increment or decrement the section's LMA address. */
448 {"change-section-lma", required_argument, 0, OPTION_CHANGE_SECTION_LMA},
645 Add <incr> to LMA, VMA and start addresses\n\
647 Change LMA and VMA of section <name> by <val>\n\
648 --change-section-lma <name>{=|+|-}<val>\n\
649 Change the LMA of section <name> by <val>\n\
976 fatal (_("error: %s both sets and alters LMA"), name);
3010 padd->section->lma = pset->lma_val;
3289 bfd_vma lma; /* Octets. *
3287 bfd_vma lma; \/* Octets. *\/ local
4195 bfd_vma lma; local
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
ldlang.c 1483 /* NAME is NULL for LMA memspecs if no region was specified. */
4829 if (section->vma != section->lma)
4830 minfo (_(" load address 0x%V"), section->lma);
5688 if (sec1->lma < sec2->lma)
5690 else if (sec1->lma > sec2->lma)
5756 s_end = (s->lma + s->size) & addr_mask;
5757 if (s_end != 0 && s_end < (s->lma & addr_mask))
5758 einfo (_("%X%P: section %s LMA wraps around address space\n")
6162 bfd_vma lma = exp_get_abs_int (os->load_base, 0, "load base"); local
6167 bfd_vma lma = os->lma_region->current; local
6190 bfd_vma lma; local
    [all...]
  /src/external/gpl3/binutils/lib/libbfd/arch/aarch64/
bfd.h 732 bfd_vma lma; member in struct:bfd_section
876 return sec->lma;
916 sec->vma = sec->lma = val;
924 sec->lma = val;

Completed in 94 milliseconds

1 2 3 4 5 6 7 8