Searched refs:SHN_LORESERVE (Results 1 – 24 of 24) sorted by relevance
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()
265 bool LargeIndex = shndx >= ELF::SHN_LORESERVE && !Reserved; in writeSymbol()357 assert(StringTableIndex < ELF::SHN_LORESERVE); in writeHeader()814 if (MSD.SectionIndex >= ELF::SHN_LORESERVE) in computeSymbolTable()824 if (MSD.SectionIndex >= ELF::SHN_LORESERVE) in computeSymbolTable()1157 (NumSections + 1) >= ELF::SHN_LORESERVE ? NumSections + 1 : 0; in writeSectionHeader()1287 uint16_t NumSections = (SectionTable.size() + 1 >= ELF::SHN_LORESERVE) in writeObject()
98 if (unlikely (shnum >= SHN_LORESERVE)) in ELFW()188 if (shnum >= SHN_LORESERVE) in __elfw2()
304 #define SHN_LORESERVE 0xff00 /* Start of reserved indices */ macro
179 if (shndxp < SHN_LORESERVE) in list_syms()
395 if (newstrtabndx < SHN_LORESERVE) in main()527 && sym.st_shndx < SHN_LORESERVE) in main()
110 || (sym->st_shndx < SHN_LORESERVE && sym->st_shndx != SHN_UNDEF))) in __libdwfl_getsym()
65 if (shndx >= SHN_LORESERVE) in same_section()
351 if (unlikely (shnum >= SHN_LORESERVE) in find_prelink_address_sync()
519 if ((shndx >= SHN_LORESERVE && shndx <= SHN_HIRESERVE) in matching_group_comdat_scn()520 || (oldp->scndx >= SHN_LORESERVE && oldp->scndx <= SHN_HIRESERVE)) in matching_group_comdat_scn()655 if (shndx < SHN_LORESERVE || (shndx > SHN_HIRESERVE && shndx < shnum)) in check_definition()680 if (oldp->scndx < SHN_LORESERVE || oldp->scndx > SHN_HIRESERVE) in check_definition()1418 && (shndx < SHN_LORESERVE || shndx > SHN_HIRESERVE) in add_relocatable_file()1490 if ((shndx < SHN_LORESERVE || shndx > SHN_HIRESERVE) in add_relocatable_file()1606 && (shndx < SHN_LORESERVE || shndx > SHN_HIRESERVE)) in add_relocatable_file()3709 assert (scnidx < SHN_LORESERVE || scnidx == SHN_ABS); in fillin_special_symbol()4361 if (unlikely (ld_state.nusedsections >= SHN_LORESERVE)) in ld_generic_create_outfile()4714 if (likely (head->scnidx < SHN_LORESERVE)) in ld_generic_create_outfile()[all …]
636 .st_shndx = i < SHN_LORESERVE ? i : SHN_XINDEX in add_new_section_symbols()638 GElf_Word shndx = i < SHN_LORESERVE ? SHN_UNDEF : i; in add_new_section_symbols()820 if (scnmap != NULL && shndx != SHN_UNDEF && shndx < SHN_LORESERVE) in collect_symbols()1614 if (shndx != SHN_UNDEF && shndx < SHN_LORESERVE) in copy_elided_sections()1621 if (shndx < SHN_LORESERVE) in copy_elided_sections()
865 || (scnidx >= SHN_LORESERVE in handle_elf()1351 if (sec < SHN_LORESERVE) in handle_elf()1362 elf_assert (sec < SHN_LORESERVE || shndxdata != NULL); in handle_elf()
141 assert (xndx < SHN_LORESERVE || xndx > SHN_HIRESERVE); in elf_i386_relocate_section()
178 if (ndx < SHN_LORESERVE) in setshdrstrndx()
712 else if (xndx < SHN_LORESERVE) in check_symtab()718 else if ((sym->st_shndx >= SHN_LORESERVE in check_symtab()723 && (sym->st_shndx < SHN_LORESERVE in check_symtab()
2375 if (xndx < SHN_LORESERVE || sym->st_shndx == SHN_XINDEX) in handle_symtab()
292 #define SHN_LORESERVE 0xff00 macro
218 else if (unlikely ((ndx = elf_ndxscn (scn)) >= SHN_LORESERVE)) in binary_end()
204 return st_shndx >= ELF::SHN_LORESERVE;
243 if (Index == ELF::SHN_UNDEF || Index >= ELF::SHN_LORESERVE) in getSection()
630 SHN_LORESERVE = 0xff00, // Lowest reserved index enumerator
1074 && stab[j].st_shndx < SHN_LORESERVE in ocGetNames_ELF()
1241 && stab[j].st_shndx < SHN_LORESERVE
331 #define SHN_LORESERVE 0xff00 /* Start of reserved indices */ macro18550 } else if (sh_num < SHN_LORESERVE) { in relocate_syms()19655 } else if (sym->st_shndx < SHN_LORESERVE) { in tcc_output_file()20015 sym->st_shndx < SHN_LORESERVE) { in tcc_load_object_file()