Home
last modified time | relevance | path

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

12

/third_party/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()
/third_party/elfutils/libelf/
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/
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/
Ddwflsyms.c178 if (shndxp < SHN_LORESERVE) in list_syms()
Delfstrmerge.c414 if (newstrtabndx < SHN_LORESERVE) in main()
538 && sym.st_shndx < SHN_LORESERVE) in main()
Daddsections.c49 if (ndx < SHN_LORESERVE) in setshstrndx()
Delfcopy.c49 if (ndx < SHN_LORESERVE) in setshstrndx()
/third_party/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()
Ddwfl_module_getdwarf.c355 if (unlikely (shnum >= SHN_LORESERVE) || unlikely(shnum == 0) in find_prelink_address_sync()
/third_party/elfutils/src/
Dunstrip.c244 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()
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()
Delfcompress.c177 if (ndx < SHN_LORESERVE) in setshdrstrndx()
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/
Delf_mem_image.cc120 if (sym->st_shndx == SHN_UNDEF || sym->st_shndx >= SHN_LORESERVE) { in GetSymAddr()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp483 assert(NumSections < SHN_LORESERVE); in writeELFHeaderInternal()
484 assert(SectHeaderStrIndex < SHN_LORESERVE); in writeELFHeaderInternal()
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp455 #define SHN_LORESERVE 0xFF00 macro
/third_party/elfutils/libasm/
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-subzero/include/llvm/Support/
DELF.h653 SHN_LORESERVE = 0xff00, // Lowest reserved index enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h803 SHN_LORESERVE = 0xff00, // Lowest reserved index enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFTypes.h235 return st_shndx >= ELF::SHN_LORESERVE;
DELF.h346 if (Index == ELF::SHN_UNDEF || Index >= ELF::SHN_LORESERVE) in getSectionIndex()
/third_party/libbpf/src/
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/musl/porting/linux/user/include/
Delf.h355 #define SHN_LORESERVE 0xff00 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h355 #define SHN_LORESERVE 0xff00 macro

12