Home
last modified time | relevance | path

Searched refs:elf_com_section_ptr (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/binutils/gas/config/
Dobj-elf.h244 extern asection *elf_com_section_ptr;
Dobj-elf.c187 asection *elf_com_section_ptr; variable
201 elf_com_section_ptr = bfd_com_section_ptr; in elf_begin()
350 S_SET_SEGMENT (symbolP, elf_com_section_ptr); in elf_common_parse()
Dtc-i386.c7951 asection *saved_com_section_ptr = elf_com_section_ptr; in handle_large_common()
7970 elf_com_section_ptr = &_bfd_elf_large_com_section; in handle_large_common()
7975 elf_com_section_ptr = saved_com_section_ptr; in handle_large_common()