Home
last modified time | relevance | path

Searched refs:SHN_LORESERVE (Results 1 – 25 of 36) sorted by relevance

12

/toolchain/binutils/binutils-2.27/include/elf/
Dscore.h53 #define SHN_SCORE_TEXT (SHN_LORESERVE + 1)
54 #define SHN_SCORE_DATA (SHN_LORESERVE + 2)
56 #define SHN_SCORE_SCOMMON (SHN_LORESERVE + 3)
Dmips.h309 #define SHN_MIPS_ACOMMON SHN_LORESERVE
313 #define SHN_MIPS_TEXT (SHN_LORESERVE + 1)
317 #define SHN_MIPS_DATA (SHN_LORESERVE + 2)
320 #define SHN_MIPS_SCOMMON (SHN_LORESERVE + 3)
323 #define SHN_MIPS_SUNDEFINED (SHN_LORESERVE + 4)
Dv850.h122 #define SHN_V850_SCOMMON SHN_LORESERVE
125 #define SHN_V850_TCOMMON (SHN_LORESERVE + 1)
128 #define SHN_V850_ZCOMMON (SHN_LORESERVE + 2)
Dcr16c.h249 #define SHN_CR16C_FCOMMON SHN_LORESERVE
250 #define SHN_CR16C_NCOMMON (SHN_LORESERVE + 1)
Dsparc.h48 #define SHN_BEFORE SHN_LORESERVE /* Used with SHF_ORDERED and... */
49 #define SHN_AFTER (SHN_LORESERVE + 1) /* SHF_LINK_ORDER section flags. */
Dinternal.h42 #undef SHN_LORESERVE
52 #define SHN_LORESERVE (-0x100u) /* Begin range of reserved indices */ macro
Dhppa.h57 #define SHN_PARISC_ANSI_COMMON SHN_LORESERVE
61 #define SHN_PARISC_HUGE_COMMON (SHN_LORESERVE + 1)
Dx86-64.h95 #define SHN_X86_64_LCOMMON (SHN_LORESERVE + 2)
Dm32r.h83 #define SHN_M32R_SCOMMON SHN_LORESERVE
Dtic6x.h100 #define SHN_TIC6X_SCOMMON SHN_LORESERVE
Dexternal.h40 #define SHN_LORESERVE 0xFF00 /* Begin range of reserved indices */ macro
Dia64.h189 #define SHN_IA_64_ANSI_COMMON SHN_LORESERVE
DChangeLog-04151519 (SHN_LORESERVE .. SHN_HIRESERVE): Move to..
1521 * internal.h (SHN_LORESERVE, SHN_HIRESERVE): Define.
1527 * cr16c.h (SHN_CR16C_FCOMMON): Define using SHN_LORESERVE.
1533 * m32r.h (SHN_M32R_SCOMMON): Define using SHN_LORESERVE.
/toolchain/binutils/binutils-2.27/libiberty/
Dsimple-object-elf.c125 #define SHN_LORESERVE 0xFF00 /* Begin range of reserved indices */ macro
469 && eor->shstrndx >= SHN_LORESERVE + 0x100) in simple_object_elf_match()
748 shnum >= SHN_LORESERVE ? 0 : shnum); in simple_object_elf_write_ehdr()
754 if (shstrndx >= SHN_LORESERVE) in simple_object_elf_write_ehdr()
856 if (shnum < SHN_LORESERVE) in simple_object_elf_write_to_file()
860 if (shnum - 1 < SHN_LORESERVE) in simple_object_elf_write_to_file()
/toolchain/binutils/binutils-2.27/bfd/
Delfcode.h199 else if (dst->st_shndx >= (SHN_LORESERVE & 0xffff)) in elf_swap_symbol_in()
200 dst->st_shndx += SHN_LORESERVE - (SHN_LORESERVE & 0xffff); in elf_swap_symbol_in()
222 if (tmp >= (SHN_LORESERVE & 0xffff) && tmp < SHN_LORESERVE) in elf_swap_symbol_out()
290 if (tmp >= (SHN_LORESERVE & 0xffff)) in elf_swap_ehdr_out()
294 if (tmp >= (SHN_LORESERVE & 0xffff)) in elf_swap_ehdr_out()
626 if (i_ehdrp->e_shnum >= SHN_LORESERVE in elf_object_p()
721 if (i_shdrp[shindex].sh_link == (SHN_LORESERVE & 0xffff) /* SHN_BEFORE */ in elf_object_p()
722 || i_shdrp[shindex].sh_link == ((SHN_LORESERVE + 1) & 0xffff) /* SHN_AFTER */) in elf_object_p()
1016 if (i_ehdrp->e_shnum >= (SHN_LORESERVE & 0xffff)) in elf_write_shdrs_and_ehdr()
1018 if (i_ehdrp->e_shstrndx >= (SHN_LORESERVE & 0xffff)) in elf_write_shdrs_and_ehdr()
Delf64-hppa.c559 && isym->st_shndx < SHN_LORESERVE) in elf64_hppa_check_relocs()
608 if (sec_symndx < SHN_LORESERVE) in elf64_hppa_check_relocs()
Delflink.c731 && entry->isym.st_shndx < SHN_LORESERVE) in bfd_elf_link_record_local_dynamic_symbol()
3098 if (sym->st_shndx >= SHN_LORESERVE && sym->st_shndx < SHN_ABS) in is_global_data_symbol_definition()
9012 if (sym->st_shndx >= (SHN_LORESERVE & 0xffff) in check_dynsym()
9013 && sym->st_shndx < SHN_LORESERVE) in check_dynsym()
9019 abfd, bfd_count_sections (abfd), SHN_LORESERVE & 0xffff); in check_dynsym()
9950 && isym->st_shndx < SHN_LORESERVE in elf_link_input_bfd()
11393 = (elf_numsections (abfd) > (SHN_LORESERVE & 0xFFFF) in bfd_elf_final_link()
/toolchain/binutils/binutils-2.27/gold/
Ddwp.cc1904 if (this->shnum_ >= elfcpp::SHN_LORESERVE) in finalize()
1906 if (this->shstrndx_ >= elfcpp::SHN_LORESERVE) in finalize()
2135 ehdr.put_e_shnum(this->shnum_ < elfcpp::SHN_LORESERVE ? this->shnum_ : 0); in sized_write_ehdr()
2136 ehdr.put_e_shstrndx(this->shstrndx_ < elfcpp::SHN_LORESERVE in sized_write_ehdr()
Ddynobj.h302 if (shndx >= elfcpp::SHN_LORESERVE) in adjust_shndx()
Dobject.h196 if (shndx >= elfcpp::SHN_LORESERVE) in adjust_shndx()
564 if (shndx < elfcpp::SHN_LORESERVE) in adjust_sym_shndx()
2510 if (shndx >= elfcpp::SHN_LORESERVE) in adjust_shndx()
Dsymtab.cc1366 bool is_ordinary = st_shndx < elfcpp::SHN_LORESERVE; in add_from_pluginobj()
1649 bool is_ordinary = st_shndx < elfcpp::SHN_LORESERVE; in add_from_incrobj()
3079 if (shndx >= elfcpp::SHN_LORESERVE) in sized_write_globals()
3102 if (shndx >= elfcpp::SHN_LORESERVE) in sized_write_globals()
3340 if (shndx >= elfcpp::SHN_LORESERVE) in sized_write_section_symbol()
Doutput.cc285 if (section_count < elfcpp::SHN_LORESERVE) in do_sized_write()
291 if (shstrndx < elfcpp::SHN_LORESERVE) in do_sized_write()
565 if (section_count < elfcpp::SHN_LORESERVE) in do_sized_write()
572 if (shstrndx < elfcpp::SHN_LORESERVE) in do_sized_write()
Dobject.cc150 if (shndx < elfcpp::SHN_LORESERVE || shndx >= object->shnum()) in sym_xindex_to_shndx()
2693 if (st_shndx >= elfcpp::SHN_LORESERVE) in write_local_symbols()
/toolchain/binutils/binutils-2.27/elfcpp/
Delfcpp_file.h462 if (this->shstrndx_ >= elfcpp::SHN_LORESERVE + 0x100) in initialize_shnum()
/toolchain/binutils/binutils-2.27/binutils/
Dreadelf.c5325 else if (psym->st_shndx >= (SHN_LORESERVE & 0xffff)) in get_32bit_elf_symbols()
5326 psym->st_shndx += SHN_LORESERVE - (SHN_LORESERVE & 0xffff); in get_32bit_elf_symbols()
5439 else if (psym->st_shndx >= (SHN_LORESERVE & 0xffff)) in get_64bit_elf_symbols()
5440 psym->st_shndx += SHN_LORESERVE - (SHN_LORESERVE & 0xffff); in get_64bit_elf_symbols()
10597 else if (type >= SHN_LORESERVE) in get_symbol_index_type()

12