Home
last modified time | relevance | path

Searched refs:SHN_X86_64_LCOMMON (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.25/include/elf/
Dx86-64.h89 #define SHN_X86_64_LCOMMON (SHN_LORESERVE + 2) macro
DChangeLog1228 * x86-64.h (SHN_X86_64_LCOMMON): Likewise.
1711 * x86-64.h (SHN_X86_64_LCOMMON): New.
/toolchain/binutils/binutils-2.25/bfd/
Delf64-x86-64.c5521 case SHN_X86_64_LCOMMON: in elf_x86_64_add_symbol_hook()
5558 *index_return = SHN_X86_64_LCOMMON; in elf_x86_64_elf_section_from_bfd_section()
5574 case SHN_X86_64_LCOMMON: in elf_x86_64_symbol_processing()
5587 || sym->st_shndx == SHN_X86_64_LCOMMON); in elf_x86_64_common_definition()
5596 return SHN_X86_64_LCOMMON; in elf_x86_64_common_section_index()
5633 else if (sym->st_shndx == SHN_X86_64_LCOMMON in elf_x86_64_merge_symbol()
/toolchain/binutils/binutils-2.25/elfcpp/
DChangeLog295 * elfcpp.h (SHN_X86_64_LCOMMON): Define enum constant.
Delfcpp.h336 SHN_X86_64_LCOMMON = 0xff02
/toolchain/binutils/binutils-2.25/gold/
Dx86_64.cc1037 elfcpp::SHN_X86_64_LCOMMON, // large_common_shndx
1064 elfcpp::SHN_X86_64_LCOMMON, // large_common_shndx
4725 elfcpp::SHN_X86_64_LCOMMON, // large_common_shndx
4752 elfcpp::SHN_X86_64_LCOMMON, // large_common_shndx
/toolchain/binutils/binutils-2.25/binutils/
DChangeLog-2005439 * readelf.c (dump_relocations): Handle SHN_X86_64_LCOMMON.
Dreadelf.c1513 && psym->st_shndx == SHN_X86_64_LCOMMON) in dump_relocations()
9752 && type == SHN_X86_64_LCOMMON) in get_symbol_index_type()