Home
last modified time | relevance | path

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

/freebsd-10-stable/lib/libelf/
Dlibelf_extended.c54 if (shnum >= SHN_LORESERVE) { in _libelf_setshnum()
84 if (shstrndx >= SHN_LORESERVE) { in _libelf_setshstrndx()
Dlibelf_ehdr.c190 if (shnum >= SHN_LORESERVE || in _libelf_ehdr()
/freebsd-10-stable/contrib/binutils/bfd/
Delfcode.h280 if (tmp >= SHN_LORESERVE) in elf_swap_ehdr_out()
284 if (tmp >= SHN_LORESERVE) in elf_swap_ehdr_out()
470 if (index < SHN_LORESERVE || index > SHN_HIRESERVE) in valid_section_index_p()
747 if (num_sec > SHN_LORESERVE) in elf_object_p()
748 num_sec += SHN_HIRESERVE + 1 - SHN_LORESERVE; in elf_object_p()
758 if (num_sec > SHN_LORESERVE) in elf_object_p()
760 for ( ; shindex < SHN_LORESERVE; shindex++) in elf_object_p()
853 if (shindex == SHN_LORESERVE - 1) in elf_object_p()
854 shindex += SHN_HIRESERVE + 1 - SHN_LORESERVE; in elf_object_p()
1075 if (i_ehdrp->e_shnum >= SHN_LORESERVE) in elf_write_shdrs_and_ehdr()
[all …]
Delf.c445 && !(isym->st_shndx >= SHN_LORESERVE && isym->st_shndx <= SHN_HIRESERVE)) in bfd_elf_sym_name()
2054 if ((hdr->sh_link >= SHN_LORESERVE && hdr->sh_link <= SHN_HIRESERVE) in bfd_section_from_shdr()
2109 || (hdr->sh_info >= SHN_LORESERVE && hdr->sh_info <= SHN_HIRESERVE) in bfd_section_from_shdr()
2298 if ((isym.st_shndx != SHN_UNDEF && isym.st_shndx < SHN_LORESERVE) in bfd_section_from_r_symndx()
3065 if (section_number == SHN_LORESERVE) in assign_section_numbers()
3066 section_number += SHN_HIRESERVE + 1 - SHN_LORESERVE; in assign_section_numbers()
3079 if (section_number == SHN_LORESERVE) in assign_section_numbers()
3080 section_number += SHN_HIRESERVE + 1 - SHN_LORESERVE; in assign_section_numbers()
3088 if (section_number == SHN_LORESERVE) in assign_section_numbers()
3089 section_number += SHN_HIRESERVE + 1 - SHN_LORESERVE; in assign_section_numbers()
[all …]
Delflink.c613 && (entry->isym.st_shndx < SHN_LORESERVE in bfd_elf_link_record_local_dynamic_symbol()
2887 if (sym->st_shndx >= SHN_LORESERVE && sym->st_shndx < SHN_ABS) in is_global_data_symbol_definition()
3814 else if (isym->st_shndx < SHN_LORESERVE in elf_link_add_object_symbols()
6610 sym->st_shndx < SHN_LORESERVE) in resolve_symbol()
7134 sym->st_shndx < SHN_LORESERVE) in bfd_elf_perform_complex_relocation()
7717 abfd, bfd_count_sections (abfd), SHN_LORESERVE); in check_dynsym()
8411 else if (isym->st_shndx < SHN_LORESERVE in elf_link_input_bfd()
8465 && (isym->st_shndx < SHN_LORESERVE || isym->st_shndx > SHN_HIRESERVE) in elf_link_input_bfd()
9667 if (elf_numsections (abfd) > SHN_LORESERVE) in bfd_elf_final_link()
9717 if (i == SHN_LORESERVE - 1) in bfd_elf_final_link()
[all …]
Delf32-mep.c724 && ! ((sym->st_shndx <= 0 || sym->st_shndx >= SHN_LORESERVE) in mep_elf_gc_mark_hook()
Delf64-ppc.c5022 && sym->st_shndx < SHN_LORESERVE) in opd_entry_value()
6059 && sym->st_shndx < SHN_LORESERVE) in get_sym_h()
7524 && (sym->st_shndx < SHN_LORESERVE in ppc64_elf_edit_toc()
Delf32-spu.c465 && sym->st_shndx < SHN_LORESERVE) in get_sym_h()
DChangeLog-94957130 (elf_slurp_symbol_table): SHN_LORESERV corrected to SHN_LORESERVE.
/freebsd-10-stable/contrib/llvm/lib/MC/
DELFObjectWriter.cpp422 if (NumberOfSections >= ELF::SHN_LORESERVE) in WriteHeader()
428 if (ShstrtabIndex >= ELF::SHN_LORESERVE) in WriteHeader()
442 if (shndx >= ELF::SHN_LORESERVE && !Reserved) in WriteSymbolEntry()
448 uint16_t Index = (shndx >= ELF::SHN_LORESERVE && !Reserved) ? in WriteSymbolEntry()
945 if (MSD.SectionIndex >= ELF::SHN_LORESERVE) in ComputeSymbolTable()
996 if (Index >= ELF::SHN_LORESERVE) in ComputeSymbolTable()
1456 NumSections >= ELF::SHN_LORESERVE ? NumSections : 0; in WriteSectionHeader()
1458 ShstrtabIndex >= ELF::SHN_LORESERVE ? ShstrtabIndex : 0; in WriteSectionHeader()
/freebsd-10-stable/contrib/binutils/include/elf/
Dcommon.h518 #define SHN_LORESERVE 0xFF00 /* Begin range of reserved indices */ macro
DChangeLog-91031835 * common.h (SHN_LORESERVE): Rename from SHN_LORESERV.
/freebsd-10-stable/sys/xen/interface/
Delfstructs.h219 #define SHN_LORESERVE 0xff00 /* lower bounds of reserved indexes */ macro
/freebsd-10-stable/sys/sys/
Delf_common.h364 #define SHN_LORESERVE 0xff00 /* First of reserved range. */ macro
/freebsd-10-stable/contrib/binutils/binutils/
Dreadelf.c274 ((I) < SHN_LORESERVE \
278 : (I) - (SHN_HIRESERVE + 1 - SHN_LORESERVE)))
282 ((N) < SHN_LORESERVE \
284 : (N) + (SHN_HIRESERVE + 1 - SHN_LORESERVE))
1253 if (psym->st_shndx < SHN_LORESERVE) in dump_relocations()
1257 - SHN_LORESERVE); in dump_relocations()
3242 || (elf_header.e_shstrndx >= SHN_LORESERVE in process_file_header()
3256 || (elf_header.e_shstrndx >= SHN_LORESERVE in process_file_header()
4568 else if (entry >= SHN_LORESERVE && entry <= SHN_HIRESERVE) in process_section_groups()
6987 else if (type >= SHN_LORESERVE && type <= SHN_HIRESERVE) in get_symbol_index_type()
DChangeLog-000171 (get_symbol_index_type): Check SHN_LOOS before SHN_LORESERVE.
/freebsd-10-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
Doutput.c635 if (sym.st_shndx >= SHN_LORESERVE) in write_file()
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
DELF.h1209 SHN_LORESERVE = 0xff00, // Lowest reserved index enumerator
/freebsd-10-stable/contrib/llvm/include/llvm/Object/
DELF.h512 if (symb->st_shndx >= ELF::SHN_LORESERVE) in getSection()
DELFObjectFile.h534 bool Reserved = Index >= ELF::SHN_LORESERVE && Index <= ELF::SHN_HIRESERVE; in sectionContainsSymbol()