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

12

/external/elfutils/0.153/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/0.153/libdwfl/
H A Ddwfl_module_getsym.c81 || (sym->st_shndx < SHN_LORESERVE && sym->st_shndx != SHN_UNDEF)))
H A Ddwfl_module_addrsym.c68 if (shndx >= SHN_LORESERVE)
H A Ddwfl_module_getdwarf.c388 if (unlikely (shnum >= SHN_LORESERVE)
/external/elfutils/0.153/libelf/
H A Delf32_updatenull.c115 if (unlikely (shnum >= SHN_LORESERVE))
197 if (shnum >= SHN_LORESERVE)
H A Delf.h304 #define SHN_LORESERVE 0xff00 /* Start of reserved indices */ macro
/external/chromium_org/third_party/libvpx/include/
H A Delf.h320 #define SHN_LORESERVE 0xff00 macro
/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:__anon16347
/external/kernel-headers/original/uapi/linux/
H A Delf.h292 #define SHN_LORESERVE 0xff00 macro
/external/qemu/include/hw/
H A Delf_ops.h136 syms[i].st_shndx >= SHN_LORESERVE ||
/external/elfutils/0.153/src/
H A Dldgeneric.c527 if ((shndx >= SHN_LORESERVE && shndx <= SHN_HIRESERVE)
528 || (oldp->scndx >= SHN_LORESERVE && oldp->scndx <= SHN_HIRESERVE))
663 if (shndx < SHN_LORESERVE || (shndx > SHN_HIRESERVE && shndx < shnum))
688 if (oldp->scndx < SHN_LORESERVE || oldp->scndx > SHN_HIRESERVE)
1426 && (shndx < SHN_LORESERVE || shndx > SHN_HIRESERVE)
1498 if ((shndx < SHN_LORESERVE || shndx > SHN_HIRESERVE)
1614 && (shndx < SHN_LORESERVE || shndx > SHN_HIRESERVE))
3717 assert (scnidx < SHN_LORESERVE || scnidx == SHN_ABS);
4368 /* XXX Is SHN_LORESERVE correct? Do we need some other sections? */
4369 if (unlikely (ld_state.nusedsections >= SHN_LORESERVE))
[all...]
H A Dunstrip.c600 .st_shndx = i < SHN_LORESERVE ? i : SHN_XINDEX
602 GElf_Word shndx = i < SHN_LORESERVE ? SHN_UNDEF : i;
785 if (scnmap != NULL && shndx != SHN_UNDEF && shndx < SHN_LORESERVE)
1549 if (shndx != SHN_UNDEF && shndx < SHN_LORESERVE)
1556 if (shndx < SHN_LORESERVE)
H A Dstrip.c819 || (scnidx >= SHN_LORESERVE
1266 if (sec < SHN_LORESERVE)
1277 assert (sec < SHN_LORESERVE || shndxdata != NULL);
H A Di386_ld.c149 assert (xndx < SHN_LORESERVE || xndx > SHN_HIRESERVE);
H A Delflint.c706 else if (xndx < SHN_LORESERVE)
712 else if ((sym->st_shndx >= SHN_LORESERVE
717 && (sym->st_shndx < SHN_LORESERVE
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp359 bool LargeIndex = shndx >= ELF::SHN_LORESERVE && !Reserved;
477 if (NumberOfSections >= ELF::SHN_LORESERVE)
483 if (ShstrtabIndex >= ELF::SHN_LORESERVE)
1674 NumSections >= ELF::SHN_LORESERVE ? NumSections : 0;
1676 ShstrtabIndex >= ELF::SHN_LORESERVE ? ShstrtabIndex : 0;
/external/elfutils/0.153/libasm/
H A Dasm_end.c215 else if (unlikely ((ndx = elf_ndxscn (scn)) >= SHN_LORESERVE))
/external/llvm/include/llvm/Object/
H A DELF.h526 if (symb->st_shndx >= ELF::SHN_LORESERVE)
H A DELFObjectFile.h482 bool Reserved = Index >= ELF::SHN_LORESERVE && Index <= ELF::SHN_HIRESERVE;
/external/qemu/include/
H A Delf.h1343 #define SHN_LORESERVE 0xff00 macro
/external/llvm/include/llvm/Support/
H A DELF.h1249 SHN_LORESERVE = 0xff00, // Lowest reserved index enumerator in enum:llvm::ELF::__anon25595
1256 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE
/external/valgrind/main/VEX/switchback/
H A Dlinker.c1241 && stab[j].st_shndx < SHN_LORESERVE
/external/valgrind/main/VEX/unused/
H A Dlinker.c1074 && stab[j].st_shndx < SHN_LORESERVE

Completed in 1185 milliseconds

12