Home
last modified time | relevance | path

Searched refs:SHN_LORESERVE (Results 1 – 25 of 55) sorted by relevance

123

/external/elfutils/libebl/
Deblsectionname.c57 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/
Dmany-sections.s2 ## 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/
Drelocatable-many-sections.s9 ## 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/
Dhexagon-unsupported-on-x86.test15 # CHECK: symbol 'test' has unsupported value greater than or equal to SHN_LORESERVE: 65280
Dsection-index-unsupported.test15 # CHECK: symbol 'test' has unsupported value greater than or equal to SHN_LORESERVE: 65285
/external/llvm/lib/MC/
DELFObjectWriter.cpp267 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/
Dmany-sections.s5 ## Check that we are able to parse ELF files with more than SHN_LORESERVE
/external/elfutils/libelf/
Delf32_updatenull.c102 if (unlikely (shnum >= SHN_LORESERVE)) in ELFW()
182 if (shnum >= SHN_LORESERVE) in __elfw2()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp367 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/
DELFObjectWriter.cpp367 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/
Ddwflsyms.c178 if (shndxp < SHN_LORESERVE) in list_syms()
Daddsections.c49 if (ndx < SHN_LORESERVE) in setshstrndx()
Delfstrmerge.c396 if (newstrtabndx < SHN_LORESERVE) in main()
528 && sym.st_shndx < SHN_LORESERVE) in main()
Delfcopy.c49 if (ndx < SHN_LORESERVE) in setshstrndx()
/external/elfutils/libdwfl/
Ddwfl_module_getsym.c114 || (sym->st_shndx < SHN_LORESERVE && sym->st_shndx != SHN_UNDEF))) in __libdwfl_getsym()
Ddwfl_module_addrsym.c69 if (shndx >= SHN_LORESERVE) in same_section()
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DObject.cpp702 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/
Delf.h296 #define SHN_LORESERVE 0xff00 macro
/external/libtextclassifier/abseil-cpp/absl/debugging/internal/
Delf_mem_image.cc120 if (sym->st_shndx == SHN_UNDEF || sym->st_shndx >= SHN_LORESERVE) { in GetSymAddr()
/external/crosvm/kernel_loader/src/
Delf.rs159 pub const SHN_LORESERVE: u32 = 65280; constant
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/internal/
Delf_mem_image.cc120 if (sym->st_shndx == SHN_UNDEF || sym->st_shndx >= SHN_LORESERVE) { in GetSymAddr()
/external/webrtc/third_party/abseil-cpp/absl/debugging/internal/
Delf_mem_image.cc120 if (sym->st_shndx == SHN_UNDEF || sym->st_shndx >= SHN_LORESERVE) { in GetSymAddr()
/external/angle/third_party/abseil-cpp/absl/debugging/internal/
Delf_mem_image.cc120 if (sym->st_shndx == SHN_UNDEF || sym->st_shndx >= SHN_LORESERVE) { in GetSymAddr()
/external/abseil-cpp/absl/debugging/internal/
Delf_mem_image.cc120 if (sym->st_shndx == SHN_UNDEF || sym->st_shndx >= SHN_LORESERVE) { in GetSymAddr()
/external/openscreen/third_party/abseil/src/absl/debugging/internal/
Delf_mem_image.cc120 if (sym->st_shndx == SHN_UNDEF || sym->st_shndx >= SHN_LORESERVE) { in GetSymAddr()

123