/external/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()
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | many-sections.s | 2 ## When an ELF object has SHN_LORESERVE (0xff00) or more sections, its e_shnum field 5 ## greater than or equal to SHN_LORESERVE, then e_shstrndx field
|
/external/llvm-project/lld/test/ELF/ |
D | relocatable-many-sections.s | 9 ## sections amount is greater than SHN_LORESERVE. 30 # 5) Check we are able to represent symbol foo with section (.bar) index > 0xFF00 (SHN_LORESERVE).
|
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/ |
D | hexagon-unsupported-on-x86.test | 15 # CHECK: symbol 'test' has unsupported value greater than or equal to SHN_LORESERVE: 65280
|
D | section-index-unsupported.test | 15 # CHECK: symbol 'test' has unsupported value greater than or equal to SHN_LORESERVE: 65285
|
/external/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 267 bool LargeIndex = shndx >= ELF::SHN_LORESERVE && !Reserved; in writeSymbol() 352 assert(StringTableIndex < ELF::SHN_LORESERVE); in writeHeader() 820 if (MSD.SectionIndex >= ELF::SHN_LORESERVE) in computeSymbolTable() 830 if (MSD.SectionIndex >= ELF::SHN_LORESERVE) in computeSymbolTable() 1190 (NumSections + 1) >= ELF::SHN_LORESERVE ? NumSections + 1 : 0; in writeSectionHeader() 1320 uint16_t NumSections = (SectionTable.size() + 1 >= ELF::SHN_LORESERVE) in writeObject()
|
/external/llvm-project/lldb/test/Shell/ObjectFile/ELF/ |
D | many-sections.s | 5 ## Check that we are able to parse ELF files with more than SHN_LORESERVE
|
/external/elfutils/libelf/ |
D | elf32_updatenull.c | 102 if (unlikely (shnum >= SHN_LORESERVE)) in ELFW() 182 if (shnum >= SHN_LORESERVE) in __elfw2()
|
/external/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()
|
/external/llvm-project/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() 1049 (NumSections + 1) >= ELF::SHN_LORESERVE ? NumSections + 1 : 0; in writeSectionHeader() 1228 (SectionTable.size() + 1 >= ELF::SHN_LORESERVE) ? (uint16_t)ELF::SHN_UNDEF in writeObject()
|
/external/elfutils/tests/ |
D | dwflsyms.c | 178 if (shndxp < SHN_LORESERVE) in list_syms()
|
D | addsections.c | 49 if (ndx < SHN_LORESERVE) in setshstrndx()
|
D | elfstrmerge.c | 396 if (newstrtabndx < SHN_LORESERVE) in main() 528 && sym.st_shndx < SHN_LORESERVE) in main()
|
D | elfcopy.c | 49 if (ndx < SHN_LORESERVE) in setshstrndx()
|
/external/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()
|
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/ |
D | Object.cpp | 702 if (DefinedIn->Index >= SHN_LORESERVE) in getShndx() 739 if (Shndx >= SHN_LORESERVE) in addSymbol() 847 if (Sym->DefinedIn != nullptr && Sym->DefinedIn->Index >= SHN_LORESERVE) in fillShndxTable() 1579 } else if (Sym.st_shndx >= SHN_LORESERVE) { in initSymbolTable() 2008 if (Shnum >= SHN_LORESERVE) in writeEhdr() 2018 if (Obj.SectionNames->Index >= SHN_LORESERVE) in writeEhdr() 2047 if (Shnum >= SHN_LORESERVE) in writeShdrs() 2052 if (Obj.SectionNames != nullptr && Obj.SectionNames->Index >= SHN_LORESERVE) in writeShdrs() 2451 if (Obj.sections().size() >= SHN_LORESERVE) { in finalize() 2454 std::any_of(Sections.begin() + SHN_LORESERVE, Sections.end(), in finalize()
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 296 #define SHN_LORESERVE 0xff00 macro
|
/external/libtextclassifier/abseil-cpp/absl/debugging/internal/ |
D | elf_mem_image.cc | 120 if (sym->st_shndx == SHN_UNDEF || sym->st_shndx >= SHN_LORESERVE) { in GetSymAddr()
|
/external/crosvm/kernel_loader/src/ |
D | elf.rs | 159 pub const SHN_LORESERVE: u32 = 65280; constant
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/internal/ |
D | elf_mem_image.cc | 120 if (sym->st_shndx == SHN_UNDEF || sym->st_shndx >= SHN_LORESERVE) { in GetSymAddr()
|
/external/webrtc/third_party/abseil-cpp/absl/debugging/internal/ |
D | elf_mem_image.cc | 120 if (sym->st_shndx == SHN_UNDEF || sym->st_shndx >= SHN_LORESERVE) { in GetSymAddr()
|
/external/angle/third_party/abseil-cpp/absl/debugging/internal/ |
D | elf_mem_image.cc | 120 if (sym->st_shndx == SHN_UNDEF || sym->st_shndx >= SHN_LORESERVE) { in GetSymAddr()
|
/external/abseil-cpp/absl/debugging/internal/ |
D | elf_mem_image.cc | 120 if (sym->st_shndx == SHN_UNDEF || sym->st_shndx >= SHN_LORESERVE) { in GetSymAddr()
|
/external/openscreen/third_party/abseil/src/absl/debugging/internal/ |
D | elf_mem_image.cc | 120 if (sym->st_shndx == SHN_UNDEF || sym->st_shndx >= SHN_LORESERVE) { in GetSymAddr()
|