/third_party/elfutils/libebl/ |
D | eblsectionname.c | 57 else if ((section < SHN_LORESERVE || section == SHN_XINDEX) in ebl_section_name() 80 else if (section >= SHN_LORESERVE && section <= SHN_HIRESERVE) in ebl_section_name() 81 snprintf (buf, len, "LORESERVE+%x", section - SHN_LORESERVE); in ebl_section_name()
|
/third_party/elfutils/libelf/ |
D | elf32_updatenull.c | 100 if (unlikely (shnum >= SHN_LORESERVE)) in ELFW() 180 if (shnum >= SHN_LORESERVE) in __elfw2()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 367 bool LargeIndex = shndx >= ELF::SHN_LORESERVE && !Reserved; in writeSymbol() 461 assert(StringTableIndex < ELF::SHN_LORESERVE); in writeHeader() 665 if (MSD.SectionIndex >= ELF::SHN_LORESERVE) in computeSymbolTable() 691 if (MSD.SectionIndex >= ELF::SHN_LORESERVE) in computeSymbolTable() 1045 (NumSections + 1) >= ELF::SHN_LORESERVE ? NumSections + 1 : 0; in writeSectionHeader() 1224 (SectionTable.size() + 1 >= ELF::SHN_LORESERVE) ? (uint16_t)ELF::SHN_UNDEF in writeObject()
|
/third_party/elfutils/tests/ |
D | dwflsyms.c | 178 if (shndxp < SHN_LORESERVE) in list_syms()
|
D | elfstrmerge.c | 414 if (newstrtabndx < SHN_LORESERVE) in main() 538 && sym.st_shndx < SHN_LORESERVE) in main()
|
D | addsections.c | 49 if (ndx < SHN_LORESERVE) in setshstrndx()
|
D | elfcopy.c | 49 if (ndx < SHN_LORESERVE) in setshstrndx()
|
/third_party/elfutils/libdwfl/ |
D | dwfl_module_getsym.c | 114 || (sym->st_shndx < SHN_LORESERVE && sym->st_shndx != SHN_UNDEF))) in __libdwfl_getsym()
|
D | dwfl_module_addrsym.c | 69 if (shndx >= SHN_LORESERVE) in same_section()
|
D | dwfl_module_getdwarf.c | 355 if (unlikely (shnum >= SHN_LORESERVE) || unlikely(shnum == 0) in find_prelink_address_sync()
|
/third_party/elfutils/src/ |
D | unstrip.c | 244 if (shstrndx < SHN_LORESERVE) in copy_elf() 676 .st_shndx = i < SHN_LORESERVE ? i : SHN_XINDEX in add_new_section_symbols() 678 GElf_Word shndx = i < SHN_LORESERVE ? SHN_UNDEF : i; in add_new_section_symbols() 878 if (scnmap != NULL && shndx != SHN_UNDEF && shndx < SHN_LORESERVE) in collect_symbols() 1753 if (shndx != SHN_UNDEF && shndx < SHN_LORESERVE) in copy_elided_sections() 1760 if (shndx < SHN_LORESERVE) in copy_elided_sections()
|
D | strip.c | 420 if (shdrstrndx < SHN_LORESERVE) in update_shdrstrndx() 1513 || (scnidx >= SHN_LORESERVE in handle_elf() 2001 || (sym->st_shndx >= SHN_LORESERVE in handle_elf() 2040 if (sec < SHN_LORESERVE) in handle_elf() 2051 elf_assert (sec < SHN_LORESERVE || shndxdata != NULL); in handle_elf()
|
D | elfcompress.c | 177 if (ndx < SHN_LORESERVE) in setshdrstrndx()
|
D | elflint.c | 732 else if (xndx < SHN_LORESERVE) in check_symtab() 738 else if ((sym->st_shndx >= SHN_LORESERVE in check_symtab() 743 && (sym->st_shndx < SHN_LORESERVE in check_symtab()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/ |
D | elf_mem_image.cc | 120 if (sym->st_shndx == SHN_UNDEF || sym->st_shndx >= SHN_LORESERVE) { in GetSymAddr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceELFObjectWriter.cpp | 483 assert(NumSections < SHN_LORESERVE); in writeELFHeaderInternal() 484 assert(SectHeaderStrIndex < SHN_LORESERVE); in writeELFHeaderInternal()
|
/third_party/elfio/c_wrapper/ |
D | elf_types_c_wrapper.hpp | 455 #define SHN_LORESERVE 0xFF00 macro
|
/third_party/elfutils/libasm/ |
D | asm_end.c | 214 else if (unlikely ((ndx = elf_ndxscn (scn)) >= SHN_LORESERVE)) in binary_end()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 653 SHN_LORESERVE = 0xff00, // Lowest reserved index enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 803 SHN_LORESERVE = 0xff00, // Lowest reserved index enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | ELFTypes.h | 235 return st_shndx >= ELF::SHN_LORESERVE;
|
D | ELF.h | 346 if (Index == ELF::SHN_UNDEF || Index >= ELF::SHN_LORESERVE) in getSectionIndex()
|
/third_party/libbpf/src/ |
D | linker.c | 822 if (sym->st_shndx < SHN_LORESERVE && sym->st_shndx >= obj->sec_cnt) { in linker_sanity_check_elf_symtab() 1833 } else if (sym->st_shndx < SHN_LORESERVE) { in linker_append_elf_sym()
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 355 #define SHN_LORESERVE 0xff00 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 355 #define SHN_LORESERVE 0xff00 macro
|