Searched refs:SHN_LORESERVE (Results 1 – 22 of 22) sorted by relevance
63 else if ((section < SHN_LORESERVE || section == SHN_XINDEX)86 else if (section >= SHN_LORESERVE && section <= SHN_HIRESERVE)87 snprintf (buf, len, "LORESERVE+%x", section - SHN_LORESERVE);
94 if (unlikely (shnum >= SHN_LORESERVE)) in ELFW()176 if (shnum >= SHN_LORESERVE) in __elfw2()
303 #define SHN_LORESERVE 0xff00 /* Start of reserved indices */ macro
179 if (shndxp < SHN_LORESERVE) in list_syms()
110 || (sym->st_shndx < SHN_LORESERVE && sym->st_shndx != SHN_UNDEF))) in __libdwfl_getsym()
50 if (shndx >= SHN_LORESERVE) in __libdwfl_addrsym()
333 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 …]
602 .st_shndx = i < SHN_LORESERVE ? i : SHN_XINDEX in add_new_section_symbols()604 GElf_Word shndx = i < SHN_LORESERVE ? SHN_UNDEF : i; in add_new_section_symbols()786 if (scnmap != NULL && shndx != SHN_UNDEF && shndx < SHN_LORESERVE) in collect_symbols()1551 if (shndx != SHN_UNDEF && shndx < SHN_LORESERVE) in copy_elided_sections()1558 if (shndx < SHN_LORESERVE) in copy_elided_sections()
834 || (scnidx >= SHN_LORESERVE in handle_elf()1289 if (sec < SHN_LORESERVE) in handle_elf()1300 elf_assert (sec < SHN_LORESERVE || shndxdata != NULL); in handle_elf()
141 assert (xndx < SHN_LORESERVE || xndx > SHN_HIRESERVE); in elf_i386_relocate_section()
709 else if (xndx < SHN_LORESERVE) in check_symtab()715 else if ((sym->st_shndx >= SHN_LORESERVE in check_symtab()720 && (sym->st_shndx < SHN_LORESERVE in check_symtab()
2277 if (xndx < SHN_LORESERVE || sym->st_shndx == SHN_XINDEX) in handle_symtab()
340 bool LargeIndex = shndx >= ELF::SHN_LORESERVE && !Reserved; in writeSymbol()454 if (NumberOfSections >= ELF::SHN_LORESERVE) in WriteHeader()460 if (ShstrtabIndex >= ELF::SHN_LORESERVE) in WriteHeader()1559 (NumSections + 1) >= ELF::SHN_LORESERVE ? NumSections + 1 : 0; in writeSectionHeader()1561 ShstrtabIndex >= ELF::SHN_LORESERVE ? ShstrtabIndex : 0; in writeSectionHeader()
292 #define SHN_LORESERVE 0xff00 macro
218 else if (unlikely ((ndx = elf_ndxscn (scn)) >= SHN_LORESERVE)) in binary_end()
571 SHN_LORESERVE = 0xff00, // Lowest reserved index enumerator
526 if (symb->st_shndx >= ELF::SHN_LORESERVE) in getSection()
500 bool Reserved = Index >= ELF::SHN_LORESERVE && Index <= ELF::SHN_HIRESERVE; in sectionContainsSymbol()
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()