/external/elfutils/0.153/libebl/ |
D | eblsectionname.c | 84 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/ |
D | dwfl_module_getsym.c | 81 || (sym->st_shndx < SHN_LORESERVE && sym->st_shndx != SHN_UNDEF))) in dwfl_module_getsym()
|
D | dwfl_module_addrsym.c | 68 if (shndx >= SHN_LORESERVE) in dwfl_module_addrsym()
|
D | dwfl_module_getdwarf.c | 388 if (unlikely (shnum >= SHN_LORESERVE) in find_prelink_address_sync()
|
/external/elfutils/0.153/libelf/ |
D | elf32_updatenull.c | 115 if (unlikely (shnum >= SHN_LORESERVE)) in ELFW() 197 if (shnum >= SHN_LORESERVE) in __elfw2()
|
D | elf.h | 304 #define SHN_LORESERVE 0xff00 /* Start of reserved indices */ macro
|
/external/chromium_org/third_party/libvpx/include/ |
D | elf.h | 320 #define SHN_LORESERVE 0xff00 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 292 #define SHN_LORESERVE 0xff00 macro
|
/external/elfutils/0.153/src/ |
D | ldgeneric.c | 527 if ((shndx >= SHN_LORESERVE && shndx <= SHN_HIRESERVE) in matching_group_comdat_scn() 528 || (oldp->scndx >= SHN_LORESERVE && oldp->scndx <= SHN_HIRESERVE)) in matching_group_comdat_scn() 663 if (shndx < SHN_LORESERVE || (shndx > SHN_HIRESERVE && shndx < shnum)) in check_definition() 688 if (oldp->scndx < SHN_LORESERVE || oldp->scndx > SHN_HIRESERVE) in check_definition() 1426 && (shndx < SHN_LORESERVE || shndx > SHN_HIRESERVE) in add_relocatable_file() 1498 if ((shndx < SHN_LORESERVE || shndx > SHN_HIRESERVE) in add_relocatable_file() 1614 && (shndx < SHN_LORESERVE || shndx > SHN_HIRESERVE)) in add_relocatable_file() 3717 assert (scnidx < SHN_LORESERVE || scnidx == SHN_ABS); in fillin_special_symbol() 4369 if (unlikely (ld_state.nusedsections >= SHN_LORESERVE)) in ld_generic_create_outfile() 4722 if (likely (head->scnidx < SHN_LORESERVE)) in ld_generic_create_outfile() [all …]
|
D | unstrip.c | 599 .st_shndx = i < SHN_LORESERVE ? i : SHN_XINDEX in add_new_section_symbols() 601 GElf_Word shndx = i < SHN_LORESERVE ? SHN_UNDEF : i; in add_new_section_symbols() 783 if (scnmap != NULL && shndx != SHN_UNDEF && shndx < SHN_LORESERVE) in collect_symbols() 1547 if (shndx != SHN_UNDEF && shndx < SHN_LORESERVE) in copy_elided_sections() 1554 if (shndx < SHN_LORESERVE) in copy_elided_sections()
|
D | strip.c | 819 || (scnidx >= SHN_LORESERVE in handle_elf() 1266 if (sec < SHN_LORESERVE) in handle_elf() 1277 assert (sec < SHN_LORESERVE || shndxdata != NULL); in handle_elf()
|
D | i386_ld.c | 149 assert (xndx < SHN_LORESERVE || xndx > SHN_HIRESERVE); in elf_i386_relocate_section()
|
D | elflint.c | 706 else if (xndx < SHN_LORESERVE) in check_symtab() 712 else if ((sym->st_shndx >= SHN_LORESERVE in check_symtab() 717 && (sym->st_shndx < SHN_LORESERVE in check_symtab()
|
/external/qemu/include/hw/ |
D | elf_ops.h | 136 syms[i].st_shndx >= SHN_LORESERVE || in glue()
|
/external/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 359 bool LargeIndex = shndx >= ELF::SHN_LORESERVE && !Reserved; in writeSymbol() 477 if (NumberOfSections >= ELF::SHN_LORESERVE) in WriteHeader() 483 if (ShstrtabIndex >= ELF::SHN_LORESERVE) in WriteHeader() 1674 NumSections >= ELF::SHN_LORESERVE ? NumSections : 0; in WriteSectionHeader() 1676 ShstrtabIndex >= ELF::SHN_LORESERVE ? ShstrtabIndex : 0; in WriteSectionHeader()
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
D | elf_mem_image.cc | 150 if (sym->st_shndx == SHN_UNDEF || sym->st_shndx >= SHN_LORESERVE) { in GetSymAddr()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
D | elf_mem_image.cc | 150 if (sym->st_shndx == SHN_UNDEF || sym->st_shndx >= SHN_LORESERVE) { in GetSymAddr()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
D | elf.h | 165 SHN_LORESERVE = 0xff00, /* reserved for various semantics */ enumerator
|
/external/elfutils/0.153/libasm/ |
D | asm_end.c | 215 else if (unlikely ((ndx = elf_ndxscn (scn)) >= SHN_LORESERVE)) in binary_end()
|
/external/qemu/include/ |
D | elf.h | 1343 #define SHN_LORESERVE 0xff00 macro
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 1249 SHN_LORESERVE = 0xff00, // Lowest reserved index enumerator
|
/external/llvm/include/llvm/Object/ |
D | ELF.h | 526 if (symb->st_shndx >= ELF::SHN_LORESERVE) in getSection()
|
D | ELFObjectFile.h | 482 bool Reserved = Index >= ELF::SHN_LORESERVE && Index <= ELF::SHN_HIRESERVE; in sectionContainsSymbol()
|
/external/valgrind/main/VEX/unused/ |
D | linker.c | 1074 && stab[j].st_shndx < SHN_LORESERVE in ocGetNames_ELF()
|
/external/valgrind/main/VEX/switchback/ |
D | linker.c | 1241 && stab[j].st_shndx < SHN_LORESERVE
|