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

/external/elfutils/libebl/
H A Deblsectionname.c57 else if ((section < SHN_LORESERVE || section == SHN_XINDEX)
80 else if (section >= SHN_LORESERVE && section <= SHN_HIRESERVE)
81 snprintf (buf, len, "LORESERVE+%x", section - SHN_LORESERVE);
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp265 bool LargeIndex = shndx >= ELF::SHN_LORESERVE && !Reserved;
357 assert(StringTableIndex < ELF::SHN_LORESERVE);
814 if (MSD.SectionIndex >= ELF::SHN_LORESERVE)
824 if (MSD.SectionIndex >= ELF::SHN_LORESERVE)
1157 (NumSections + 1) >= ELF::SHN_LORESERVE ? NumSections + 1 : 0;
1287 uint16_t NumSections = (SectionTable.size() + 1 >= ELF::SHN_LORESERVE)
/external/elfutils/libelf/
H A Delf32_updatenull.c98 if (unlikely (shnum >= SHN_LORESERVE))
188 if (shnum >= SHN_LORESERVE)
H A Delf.h304 #define SHN_LORESERVE 0xff00 /* Start of reserved indices */ macro
/external/elfutils/libdwfl/
H A Ddwfl_module_getsym.c110 || (sym->st_shndx < SHN_LORESERVE && sym->st_shndx != SHN_UNDEF)))
H A Ddwfl_module_addrsym.c65 if (shndx >= SHN_LORESERVE)
H A Ddwfl_module_getdwarf.c351 if (unlikely (shnum >= SHN_LORESERVE)
/external/elfutils/tests/
H A Ddwflsyms.c179 if (shndxp < SHN_LORESERVE)
H A Delfstrmerge.c395 if (newstrtabndx < SHN_LORESERVE)
527 && sym.st_shndx < SHN_LORESERVE)
/external/kernel-headers/original/uapi/linux/
H A Delf.h292 #define SHN_LORESERVE 0xff00 macro
/external/elfutils/src/
H A Dldgeneric.c519 if ((shndx >= SHN_LORESERVE && shndx <= SHN_HIRESERVE)
520 || (oldp->scndx >= SHN_LORESERVE && oldp->scndx <= SHN_HIRESERVE))
655 if (shndx < SHN_LORESERVE || (shndx > SHN_HIRESERVE && shndx < shnum))
680 if (oldp->scndx < SHN_LORESERVE || oldp->scndx > SHN_HIRESERVE)
1418 && (shndx < SHN_LORESERVE || shndx > SHN_HIRESERVE)
1490 if ((shndx < SHN_LORESERVE || shndx > SHN_HIRESERVE)
1606 && (shndx < SHN_LORESERVE || shndx > SHN_HIRESERVE))
3709 assert (scnidx < SHN_LORESERVE || scnidx == SHN_ABS);
4360 /* XXX Is SHN_LORESERVE correct? Do we need some other sections? */
4361 if (unlikely (ld_state.nusedsections >= SHN_LORESERVE))
[all...]
H A Dunstrip.c637 .st_shndx = i < SHN_LORESERVE ? i : SHN_XINDEX
639 GElf_Word shndx = i < SHN_LORESERVE ? SHN_UNDEF : i;
822 if (scnmap != NULL && shndx != SHN_UNDEF && shndx < SHN_LORESERVE)
1616 if (shndx != SHN_UNDEF && shndx < SHN_LORESERVE)
1623 if (shndx < SHN_LORESERVE)
H A Dstrip.c865 || (scnidx >= SHN_LORESERVE
1351 if (sec < SHN_LORESERVE)
1362 elf_assert (sec < SHN_LORESERVE || shndxdata != NULL);
H A Delfcompress.c178 if (ndx < SHN_LORESERVE)
H A Di386_ld.c141 assert (xndx < SHN_LORESERVE || xndx > SHN_HIRESERVE);
H A Delflint.c712 else if (xndx < SHN_LORESERVE)
718 else if ((sym->st_shndx >= SHN_LORESERVE
723 && (sym->st_shndx < SHN_LORESERVE
H A Dreadelf.c2375 if (xndx < SHN_LORESERVE || sym->st_shndx == SHN_XINDEX)
/external/elfutils/libasm/
H A Dasm_end.c218 else if (unlikely ((ndx = elf_ndxscn (scn)) >= SHN_LORESERVE))
/external/llvm/include/llvm/Object/
H A DELF.h243 if (Index == ELF::SHN_UNDEF || Index >= ELF::SHN_LORESERVE)
H A DELFTypes.h204 return st_shndx >= ELF::SHN_LORESERVE;
/external/llvm/include/llvm/Support/
H A DELF.h630 SHN_LORESERVE = 0xff00, // Lowest reserved index enumerator in enum:llvm::ELF::__anon12042
637 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE
/external/valgrind/VEX/switchback/
H A Dlinker.c1241 && stab[j].st_shndx < SHN_LORESERVE
/external/valgrind/VEX/unused/
H A Dlinker.c1074 && stab[j].st_shndx < SHN_LORESERVE
/external/valgrind/perf/
H A Dtinycc.c331 #define SHN_LORESERVE 0xff00 /* Start of reserved indices */ macro
18552 } else if (sh_num < SHN_LORESERVE) {
19657 } else if (sym->st_shndx < SHN_LORESERVE) {
20017 sym->st_shndx < SHN_LORESERVE) {

Completed in 587 milliseconds