HomeSort by: relevance | last modified time | path
    Searched refs:lcomm (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/arch/powerpc/oea/
ofw_subr.S 40 .lcomm firmstk,NBPG,16
43 .lcomm OF_buffer,NBPG + 36,4
46 .lcomm ofentry,4,4
49 .lcomm oftramp,4,4
52 .lcomm clsrsave,64,4
59 .lcomm ofwreal_incharge,4,4
  /src/sys/arch/powerpc/ibm4xx/
4xx_trap_subr.S 68 .lcomm tlbstack,TLBSTK,4
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/
nouveau_nvkm_subdev_fb_ramgf100.c 506 u64 total = 0, lcomm = ~0, lower, ubase, usize; local
515 lcomm = min(lcomm, (u64)(size / ltcs) << 20);
523 lower = lcomm * ltcn;
524 ubase = lcomm + func->upper;
  /src/sys/arch/vax/vax/
lock_stubs.S 46 .lcomm cashash,256 /* 2048 bits */
  /src/sys/arch/powerpc/booke/
trap_subr.S 574 .lcomm wdogstk,4096
935 .lcomm ddbstk,4096
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-x86-64.c 5520 asection *lcomm;
5525 lcomm = bfd_get_section_by_name (abfd, "LARGE_COMMON");
5526 if (lcomm == NULL)
5528 lcomm = bfd_make_section_with_flags (abfd,
5533 if (lcomm == NULL)
5535 elf_section_flags (lcomm) |= SHF_X86_64_LARGE;
5537 *secp = lcomm;
5518 asection *lcomm; local
  /src/external/gpl3/binutils/dist/gas/config/
tc-ppc.c 207 { "lcomm", ppc_comm, 1 },
249 { "lcomm", ppc_elf_lcomm, 0 },
2383 /* The third argument to .lcomm is the alignment. */
2411 as_bad (_("length of .lcomm \"%s\" is already %ld. Not changed to %ld."),
4277 /* The .comm and .lcomm pseudo-ops for XCOFF. XCOFF puts common
4280 aligns .comm and .lcomm to 4 bytes.
4285 ppc_comm (int lcomm)
4320 if (! lcomm)
4354 /* The third argument to .lcomm appears to be the real local
4372 /* The fourth argument to .lcomm is the alignment. *
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ppc.c 220 { "lcomm", ppc_comm, 1 },
262 { "lcomm", ppc_elf_lcomm, 0 },
2419 /* The third argument to .lcomm is the alignment. */
2447 as_bad (_("length of .lcomm \"%s\" is already %ld. Not changed to %ld."),
4313 /* The .comm and .lcomm pseudo-ops for XCOFF. XCOFF puts common
4316 aligns .comm and .lcomm to 4 bytes.
4321 ppc_comm (int lcomm)
4356 if (! lcomm)
4390 /* The third argument to .lcomm appears to be the real local
4408 /* The fourth argument to .lcomm is the alignment. *
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elf64-x86-64.c 6029 asection *lcomm;
6034 lcomm = bfd_get_section_by_name (abfd, "LARGE_COMMON");
6035 if (lcomm == NULL)
6037 lcomm = bfd_make_section_with_flags (abfd,
6042 if (lcomm == NULL)
6044 elf_section_flags (lcomm) |= SHF_X86_64_LARGE;
6046 *secp = lcomm;
6027 asection *lcomm; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-x86-64.c 6006 asection *lcomm;
6011 lcomm = bfd_get_section_by_name (abfd, "LARGE_COMMON");
6012 if (lcomm == NULL)
6014 lcomm = bfd_make_section_with_flags (abfd,
6019 if (lcomm == NULL)
6021 elf_section_flags (lcomm) |= SHF_X86_64_LARGE;
6023 *secp = lcomm;
6004 asection *lcomm; local
  /src/external/gpl3/gdb/dist/bfd/
elf64-x86-64.c 6002 asection *lcomm;
6007 lcomm = bfd_get_section_by_name (abfd, "LARGE_COMMON");
6008 if (lcomm == NULL)
6010 lcomm = bfd_make_section_with_flags (abfd,
6015 if (lcomm == NULL)
6017 elf_section_flags (lcomm) |= SHF_X86_64_LARGE;
6019 *secp = lcomm;
6000 asection *lcomm; local

Completed in 74 milliseconds