Searched refs:SHN_LORESERVE (Results 1 - 25 of 42) sorted by relevance

12

/haiku-buildtools/binutils/include/elf/
H A 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)
H A Dcr16c.h249 #define SHN_CR16C_FCOMMON SHN_LORESERVE
250 #define SHN_CR16C_NCOMMON (SHN_LORESERVE + 1)
H A Dx86-64.h95 #define SHN_X86_64_LCOMMON (SHN_LORESERVE + 2)
H A Dm32r.h83 #define SHN_M32R_SCOMMON SHN_LORESERVE
H A Dtic6x.h100 #define SHN_TIC6X_SCOMMON SHN_LORESERVE
H A Dv850.h123 #define SHN_V850_SCOMMON SHN_LORESERVE
126 #define SHN_V850_TCOMMON (SHN_LORESERVE + 1)
129 #define SHN_V850_ZCOMMON (SHN_LORESERVE + 2)
H A Dexternal.h40 #define SHN_LORESERVE 0xFF00 /* Begin range of reserved indices */ macro
H A Dsparc.h48 #define SHN_BEFORE SHN_LORESERVE /* Used with SHF_ORDERED and... */
49 #define SHN_AFTER (SHN_LORESERVE + 1) /* SHF_LINK_ORDER section flags. */
H A Dinternal.h42 #undef SHN_LORESERVE macro
52 #define SHN_LORESERVE (-0x100u) /* Begin range of reserved indices */ macro
H A Dmips.h310 #define SHN_MIPS_ACOMMON SHN_LORESERVE
314 #define SHN_MIPS_TEXT (SHN_LORESERVE + 1)
318 #define SHN_MIPS_DATA (SHN_LORESERVE + 2)
321 #define SHN_MIPS_SCOMMON (SHN_LORESERVE + 3)
324 #define SHN_MIPS_SUNDEFINED (SHN_LORESERVE + 4)
H A Dhppa.h57 #define SHN_PARISC_ANSI_COMMON SHN_LORESERVE
61 #define SHN_PARISC_HUGE_COMMON (SHN_LORESERVE + 1)
H A Dia64.h189 #define SHN_IA_64_ANSI_COMMON SHN_LORESERVE
/haiku-buildtools/binutils/libiberty/
H A Dsimple-object-elf.c125 #define SHN_LORESERVE 0xFF00 /* Begin range of reserved indices */ macro
458 not handle objects with more than SHN_LORESERVE sections
469 && eor->shstrndx >= SHN_LORESERVE + 0x100)
748 shnum >= SHN_LORESERVE ? 0 : shnum);
754 if (shstrndx >= SHN_LORESERVE)
856 if (shnum < SHN_LORESERVE)
860 if (shnum - 1 < SHN_LORESERVE)
/haiku-buildtools/gcc/libiberty/
H A Dsimple-object-elf.c125 #define SHN_LORESERVE 0xFF00 /* Begin range of reserved indices */ macro
458 not handle objects with more than SHN_LORESERVE sections
469 && eor->shstrndx >= SHN_LORESERVE + 0x100)
748 shnum >= SHN_LORESERVE ? 0 : shnum);
754 if (shstrndx >= SHN_LORESERVE)
856 if (shnum < SHN_LORESERVE)
860 if (shnum - 1 < SHN_LORESERVE)
/haiku-buildtools/legacy/binutils/bfd/
H A Delfcode.h278 if (tmp >= SHN_LORESERVE)
282 if (tmp >= SHN_LORESERVE)
469 if (index < SHN_LORESERVE || index > SHN_HIRESERVE)
475 SHN_LORESERVE == SHN_LOPROC
705 if (num_sec > SHN_LORESERVE)
706 num_sec += SHN_HIRESERVE + 1 - SHN_LORESERVE;
716 if (num_sec > SHN_LORESERVE)
718 for ( ; shindex < SHN_LORESERVE; shindex++)
811 if (shindex == SHN_LORESERVE - 1)
812 shindex += SHN_HIRESERVE + 1 - SHN_LORESERVE;
[all...]
H A Delf.c412 && !(isym->st_shndx >= SHN_LORESERVE && isym->st_shndx <= SHN_HIRESERVE))
2015 if ((hdr->sh_link >= SHN_LORESERVE && hdr->sh_link <= SHN_HIRESERVE)
2070 || (hdr->sh_info >= SHN_LORESERVE && hdr->sh_info <= SHN_HIRESERVE)
2204 if ((isym.st_shndx != SHN_UNDEF && isym.st_shndx < SHN_LORESERVE)
2952 if (section_number == SHN_LORESERVE)
2953 section_number += SHN_HIRESERVE + 1 - SHN_LORESERVE;
2966 if (section_number == SHN_LORESERVE)
2967 section_number += SHN_HIRESERVE + 1 - SHN_LORESERVE;
2975 if (section_number == SHN_LORESERVE)
2976 section_number += SHN_HIRESERVE + 1 - SHN_LORESERVE;
[all...]
H A Delf32-mt.c428 && ! ((sym->st_shndx <= 0 || sym->st_shndx >= SHN_LORESERVE)
/haiku-buildtools/binutils/bfd/
H A Delfcode.h199 else if (dst->st_shndx >= (SHN_LORESERVE & 0xffff))
200 dst->st_shndx += SHN_LORESERVE - (SHN_LORESERVE & 0xffff);
222 if (tmp >= (SHN_LORESERVE & 0xffff) && tmp < SHN_LORESERVE)
290 if (tmp >= (SHN_LORESERVE & 0xffff))
294 if (tmp >= (SHN_LORESERVE & 0xffff))
627 if (i_ehdrp->e_shnum >= SHN_LORESERVE
722 if (i_shdrp[shindex].sh_link == (SHN_LORESERVE & 0xffff) /* SHN_BEFORE */
723 || i_shdrp[shindex].sh_link == ((SHN_LORESERVE
[all...]
/haiku-buildtools/gcc/libbacktrace/
H A Delf.c100 #undef SHN_LORESERVE macro
191 #define SHN_LORESERVE 0xFF00 /* Begin range of reserved indices */ macro
631 not handle objects with more than SHN_LORESERVE sections
641 if (shstrndx >= shnum && shstrndx >= SHN_LORESERVE + 0x100)
/haiku-buildtools/legacy/binutils/include/elf/
H A Dcommon.h484 #define SHN_LORESERVE 0xFF00 /* Begin range of reserved indices */ macro
/haiku-buildtools/binutils/gold/
H A Ddwp.cc1904 if (this->shnum_ >= elfcpp::SHN_LORESERVE)
1906 if (this->shstrndx_ >= elfcpp::SHN_LORESERVE)
2135 ehdr.put_e_shnum(this->shnum_ < elfcpp::SHN_LORESERVE ? this->shnum_ : 0);
2136 ehdr.put_e_shstrndx(this->shstrndx_ < elfcpp::SHN_LORESERVE
H A Ddynobj.h302 if (shndx >= elfcpp::SHN_LORESERVE)
H A Dobject.h196 if (shndx >= elfcpp::SHN_LORESERVE)
559 // rather than a special code between SHN_LORESERVE and
564 if (shndx < elfcpp::SHN_LORESERVE)
1082 // Many sections for objects with more than SHN_LORESERVE sections.
2224 // section index, not a special code between SHN_LORESERVE and
2510 if (shndx >= elfcpp::SHN_LORESERVE)
H A Dsymtab.cc1366 bool is_ordinary = st_shndx < elfcpp::SHN_LORESERVE;
1649 bool is_ordinary = st_shndx < elfcpp::SHN_LORESERVE;
3118 if (shndx >= elfcpp::SHN_LORESERVE)
3141 if (shndx >= elfcpp::SHN_LORESERVE)
3390 if (shndx >= elfcpp::SHN_LORESERVE)
/haiku-buildtools/binutils/elfcpp/
H A Delfcpp_file.h177 // SHN_LORESERVE. See the comment in initialize_shnum.
259 // Offset to add to sections larger than SHN_LORESERVE.
450 // not handle objects with more than SHN_LORESERVE sections
462 if (this->shstrndx_ >= elfcpp::SHN_LORESERVE + 0x100)

Completed in 248 milliseconds

12