Searched refs:lcomm (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/architecture/i386/
H A Dasm_help.h264 .lcomm name,size
/macosx-10.9.5/architecture-265/i386/
H A Dasm_help.h298 .lcomm name,size
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Delf64-x86-64.c3461 asection *lcomm;
3466 lcomm = bfd_get_section_by_name (abfd, "LARGE_COMMON");
3467 if (lcomm == NULL)
3469 lcomm = bfd_make_section_with_flags (abfd,
3474 if (lcomm == NULL)
3476 elf_section_flags (lcomm) |= SHF_X86_64_LARGE;
3478 *secp = lcomm;
3459 asection *lcomm; local

Completed in 119 milliseconds