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

/external/elfutils/libebl/
H A Deblsectionname.c84 else if ((section < SHN_LORESERVE || section == SHN_XINDEX)
107 else if (section >= SHN_LORESERVE && section <= SHN_HIRESERVE)
108 snprintf (buf, len, "LORESERVE+%x", section - SHN_LORESERVE);
/external/elfutils/libdwfl/
H A Ddwfl_module_addrsym.c68 if (shndx >= SHN_LORESERVE)
/external/qemu/elff/
H A Delff_elf.h249 #define SHN_LORESERVE 0xff00 macro
/external/grub/stage2/
H A Di386-elf.h84 #define SHN_LORESERVE 0xff00 macro
/external/elfutils/libelf/
H A Delf32_updatenull.c115 if (unlikely (shnum >= SHN_LORESERVE))
193 if (shnum >= SHN_LORESERVE)
H A Delf.h307 #define SHN_LORESERVE 0xff00 /* Start of reserved indices */ macro
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp425 if (NumberOfSections >= ELF::SHN_LORESERVE)
431 if (ShstrtabIndex >= ELF::SHN_LORESERVE)
445 if (shndx >= ELF::SHN_LORESERVE && !Reserved)
451 uint16_t Index = (shndx >= ELF::SHN_LORESERVE && !Reserved) ?
927 if (MSD.SectionIndex >= ELF::SHN_LORESERVE)
978 if (Index >= ELF::SHN_LORESERVE)
1436 NumSections >= ELF::SHN_LORESERVE ? NumSections : 0;
1438 ShstrtabIndex >= ELF::SHN_LORESERVE ? ShstrtabIndex : 0;
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Delf_mem_image.cc150 if (sym->st_shndx == SHN_UNDEF || sym->st_shndx >= SHN_LORESERVE) {
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Delf_mem_image.cc150 if (sym->st_shndx == SHN_UNDEF || sym->st_shndx >= SHN_LORESERVE) {
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf.h165 SHN_LORESERVE = 0xff00, /* reserved for various semantics */ enumerator in enum:__anon14851
/external/qemu/
H A Delf_ops.h136 syms[i].st_shndx >= SHN_LORESERVE ||
H A Delf.h1095 #define SHN_LORESERVE 0xff00 macro
/external/elfutils/src/
H A Dldgeneric.c529 if ((shndx >= SHN_LORESERVE && shndx <= SHN_HIRESERVE)
530 || (oldp->scndx >= SHN_LORESERVE && oldp->scndx <= SHN_HIRESERVE))
665 if (shndx < SHN_LORESERVE || (shndx > SHN_HIRESERVE && shndx < shnum))
690 if (oldp->scndx < SHN_LORESERVE || oldp->scndx > SHN_HIRESERVE)
1428 && (shndx < SHN_LORESERVE || shndx > SHN_HIRESERVE)
1500 if ((shndx < SHN_LORESERVE || shndx > SHN_HIRESERVE)
1616 && (shndx < SHN_LORESERVE || shndx > SHN_HIRESERVE))
3719 assert (scnidx < SHN_LORESERVE || scnidx == SHN_ABS);
4370 /* XXX Is SHN_LORESERVE correct? Do we need some other sections? */
4371 if (unlikely (ld_state.nusedsections >= SHN_LORESERVE))
[all...]
H A Dunstrip.c597 .st_shndx = i < SHN_LORESERVE ? i : SHN_XINDEX
599 GElf_Word shndx = i < SHN_LORESERVE ? SHN_UNDEF : i;
782 if (scnmap != NULL && shndx != SHN_UNDEF && shndx < SHN_LORESERVE)
1546 if (shndx != SHN_UNDEF && shndx < SHN_LORESERVE)
1553 if (shndx < SHN_LORESERVE)
H A Dstrip.c774 || (scnidx >= SHN_LORESERVE
1218 if (sec < SHN_LORESERVE)
1229 assert (sec < SHN_LORESERVE || shndxdata != NULL);
H A Di386_ld.c149 assert (xndx < SHN_LORESERVE || xndx > SHN_HIRESERVE);
H A Delflint.c686 else if (xndx < SHN_LORESERVE)
692 else if ((sym->st_shndx >= SHN_LORESERVE
697 && (sym->st_shndx < SHN_LORESERVE
H A Dreadelf.c1878 if (xndx < SHN_LORESERVE || sym->st_shndx == SHN_XINDEX)
/external/elfutils/libasm/
H A Dasm_end.c215 else if (unlikely ((ndx = elf_ndxscn (scn)) >= SHN_LORESERVE))
/external/llvm/include/llvm/Support/
H A DELF.h1107 SHN_LORESERVE = 0xff00, // Lowest reserved index enumerator in enum:llvm::ELF::__anon21927
1114 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE
/external/valgrind/main/VEX/switchback/
H A Dlinker.c1239 && stab[j].st_shndx < SHN_LORESERVE
/external/valgrind/main/VEX/unused/
H A Dlinker.c1074 && stab[j].st_shndx < SHN_LORESERVE
/external/llvm/include/llvm/Object/
H A DELF.h983 if (symb->st_shndx >= ELF::SHN_LORESERVE)
1426 bool Reserved = shndx >= ELF::SHN_LORESERVE
/external/valgrind/main/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 1283 milliseconds