Home
last modified time | relevance | path

Searched refs:SHN_LORESERVE (Results 1 - 25 of 34) sorted by relevance

12

/third_party/elfutils/libebl/
H A 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()
/third_party/elfutils/libelf/
H A Delf32_updatenull.c100 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/
H A 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()
/third_party/elfutils/tests/
H A Ddwflsyms.c178 if (shndxp < SHN_LORESERVE) in list_syms()
H A Daddsections.c1 /* Test program for adding (more than SHN_LORESERVE) sections.
49 if (ndx < SHN_LORESERVE) in setshstrndx()
H A Delfstrmerge.c414 if (newstrtabndx < SHN_LORESERVE) in main()
538 && sym.st_shndx < SHN_LORESERVE) in main()
H A Delfcopy.c49 if (ndx < SHN_LORESERVE) in setshstrndx()
/third_party/elfutils/libdwfl/
H A Ddwfl_module_getsym.c114 || (sym->st_shndx < SHN_LORESERVE && sym->st_shndx != SHN_UNDEF))) in __libdwfl_getsym()
H A Ddwfl_module_addrsym.c69 if (shndx >= SHN_LORESERVE) in same_section()
H A Ddwfl_module_getdwarf.c355 if (unlikely (shnum >= SHN_LORESERVE) || unlikely(shnum == 0) in find_prelink_address_sync()
/third_party/elfutils/src/
H A Dunstrip.c245 if (shstrndx < SHN_LORESERVE) in copy_elf()
677 .st_shndx = i < SHN_LORESERVE ? i : SHN_XINDEX in add_new_section_symbols()
679 GElf_Word shndx = i < SHN_LORESERVE ? SHN_UNDEF : i; in add_new_section_symbols()
880 if (scnmap != NULL && shndx != SHN_UNDEF && shndx < SHN_LORESERVE) in collect_symbols()
1142 uint_fast16_t shnum; /* prelink doesn't handle > SHN_LORESERVE. */ in find_alloc_sections_prelink()
1755 if (shndx != SHN_UNDEF && shndx < SHN_LORESERVE) in copy_elided_sections()
1762 if (shndx < SHN_LORESERVE) in copy_elided_sections()
H A Dstrip.c420 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()
H A Delfcompress.c177 if (ndx < SHN_LORESERVE) in setshdrstrndx()
H A Delflint.c732 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/
H A Delf_mem_image.cc120 if (sym->st_shndx == SHN_UNDEF || sym->st_shndx >= SHN_LORESERVE) {
115 ABSL_RAW_CHECK(offset < strsize_, �); return dynstr_ + offset; } const void *ElfMemImage::GetSymAddr(const ElfW(Sym) *sym) const { if (sym->st_shndx == SHN_UNDEF || sym->st_shndx >= SHN_LORESERVE) ABSL_RAW_CHECK() argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceELFObjectWriter.cpp483 assert(NumSections < SHN_LORESERVE); in writeELFHeaderInternal()
484 assert(SectHeaderStrIndex < SHN_LORESERVE); in writeELFHeaderInternal()
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp455 #define SHN_LORESERVE 0xFF00 macro
/third_party/elfutils/libasm/
H A Dasm_end.c214 else if (unlikely ((ndx = elf_ndxscn (scn)) >= SHN_LORESERVE)) in binary_end()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DELF.h346 if (Index == ELF::SHN_UNDEF || Index >= ELF::SHN_LORESERVE) in getSectionIndex()
H A DELFTypes.h235 return st_shndx >= ELF::SHN_LORESERVE;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h653 SHN_LORESERVE = 0xff00, // Lowest reserved index enumerator
660 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DELF.h803 SHN_LORESERVE = 0xff00, // Lowest reserved index enumerator
810 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE
/third_party/libbpf/src/
H A Dlinker.c822 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/elfio/elfio/
H A Delf_types.hpp483 constexpr Elf_Word SHN_LORESERVE = 0xFF00; member
/third_party/musl/porting/linux/user/include/
H A Delf.h356 #define SHN_LORESERVE 0xff00 macro

Completed in 52 milliseconds

12