/external/elfutils/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/qemu/elff/ |
D | elff_elf.h | 249 #define SHN_LORESERVE 0xff00 macro
|
/external/elfutils/libelf/ |
D | elf32_updatenull.c | 115 if (unlikely (shnum >= SHN_LORESERVE)) in ELFW() 193 if (shnum >= SHN_LORESERVE) in __elfw2()
|
D | elf.h | 307 #define SHN_LORESERVE 0xff00 /* Start of reserved indices */ macro
|
/external/elfutils/libdwfl/ |
D | dwfl_module_addrsym.c | 68 if (shndx >= SHN_LORESERVE) in dwfl_module_addrsym()
|
/external/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 425 if (NumberOfSections >= ELF::SHN_LORESERVE) in WriteHeader() 431 if (ShstrtabIndex >= ELF::SHN_LORESERVE) in WriteHeader() 445 if (shndx >= ELF::SHN_LORESERVE && !Reserved) in WriteSymbolEntry() 451 uint16_t Index = (shndx >= ELF::SHN_LORESERVE && !Reserved) ? in WriteSymbolEntry() 927 if (MSD.SectionIndex >= ELF::SHN_LORESERVE) in ComputeSymbolTable() 978 if (Index >= ELF::SHN_LORESERVE) in ComputeSymbolTable() 1436 NumSections >= ELF::SHN_LORESERVE ? NumSections : 0; in WriteSectionHeader() 1438 ShstrtabIndex >= ELF::SHN_LORESERVE ? ShstrtabIndex : 0; in WriteSectionHeader()
|
/external/grub/stage2/ |
D | i386-elf.h | 84 #define SHN_LORESERVE 0xff00 macro
|
/external/elfutils/src/ |
D | ldgeneric.c | 529 if ((shndx >= SHN_LORESERVE && shndx <= SHN_HIRESERVE) in matching_group_comdat_scn() 530 || (oldp->scndx >= SHN_LORESERVE && oldp->scndx <= SHN_HIRESERVE)) in matching_group_comdat_scn() 665 if (shndx < SHN_LORESERVE || (shndx > SHN_HIRESERVE && shndx < shnum)) in check_definition() 690 if (oldp->scndx < SHN_LORESERVE || oldp->scndx > SHN_HIRESERVE) in check_definition() 1428 && (shndx < SHN_LORESERVE || shndx > SHN_HIRESERVE) in add_relocatable_file() 1500 if ((shndx < SHN_LORESERVE || shndx > SHN_HIRESERVE) in add_relocatable_file() 1616 && (shndx < SHN_LORESERVE || shndx > SHN_HIRESERVE)) in add_relocatable_file() 3719 assert (scnidx < SHN_LORESERVE || scnidx == SHN_ABS); in fillin_special_symbol() 4371 if (unlikely (ld_state.nusedsections >= SHN_LORESERVE)) in ld_generic_create_outfile() 4724 if (likely (head->scnidx < SHN_LORESERVE)) in ld_generic_create_outfile() [all …]
|
D | unstrip.c | 596 .st_shndx = i < SHN_LORESERVE ? i : SHN_XINDEX in add_new_section_symbols() 598 GElf_Word shndx = i < SHN_LORESERVE ? SHN_UNDEF : i; in add_new_section_symbols() 780 if (scnmap != NULL && shndx != SHN_UNDEF && shndx < SHN_LORESERVE) in collect_symbols() 1544 if (shndx != SHN_UNDEF && shndx < SHN_LORESERVE) in copy_elided_sections() 1551 if (shndx < SHN_LORESERVE) in copy_elided_sections()
|
D | strip.c | 774 || (scnidx >= SHN_LORESERVE in handle_elf() 1218 if (sec < SHN_LORESERVE) in handle_elf() 1229 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 | 686 else if (xndx < SHN_LORESERVE) in check_symtab() 692 else if ((sym->st_shndx >= SHN_LORESERVE in check_symtab() 697 && (sym->st_shndx < SHN_LORESERVE in check_symtab()
|
D | readelf.c | 1878 if (xndx < SHN_LORESERVE || sym->st_shndx == SHN_XINDEX) in handle_symtab()
|
/external/qemu/ |
D | elf_ops.h | 136 syms[i].st_shndx >= SHN_LORESERVE || in glue()
|
D | elf.h | 1095 #define SHN_LORESERVE 0xff00 macro
|
/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/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/elfutils/libasm/ |
D | asm_end.c | 215 else if (unlikely ((ndx = elf_ndxscn (scn)) >= SHN_LORESERVE)) in binary_end()
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 1107 SHN_LORESERVE = 0xff00, // Lowest reserved index enumerator
|
/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 | 1239 && stab[j].st_shndx < SHN_LORESERVE
|
/external/llvm/include/llvm/Object/ |
D | ELF.h | 983 if (symb->st_shndx >= ELF::SHN_LORESERVE) 1426 bool Reserved = shndx >= ELF::SHN_LORESERVE
|
/external/valgrind/main/perf/ |
D | tinycc.c | 331 #define SHN_LORESERVE 0xff00 /* Start of reserved indices */ macro 18550 } else if (sh_num < SHN_LORESERVE) { in relocate_syms() 19655 } else if (sym->st_shndx < SHN_LORESERVE) { in tcc_output_file() 20015 sym->st_shndx < SHN_LORESERVE) { in tcc_load_object_file()
|