Searched refs:SHN_XINDEX (Results 1 - 18 of 18) sorted by relevance

/external/elfutils/0.153/libebl/
H A Deblsectionname.c84 else if ((section < SHN_LORESERVE || section == SHN_XINDEX)
87 int idx = section != SHN_XINDEX ? section : xsection;
100 if (section == SHN_XINDEX)
/external/elfutils/0.153/libdwfl/
H A Ddwfl_module_getsym.c74 if (sym->st_shndx != SHN_XINDEX)
80 && (sym->st_shndx == SHN_XINDEX
H A Drelocate.c187 if (sym->st_shndx != SHN_XINDEX)
253 if (sym->st_shndx != SHN_XINDEX)
/external/elfutils/0.153/libelf/
H A Delf_getshdrstrndx.c110 if (unlikely (num == SHN_XINDEX))
H A Delf.h315 #define SHN_XINDEX 0xffff /* Index is in extra table. */ macro
/external/elfutils/0.153/src/
H A Dstrip.c821 && scnidx != SHN_XINDEX)
826 else if (scnidx == SHN_XINDEX)
1227 && sym->st_shndx != SHN_XINDEX))
1252 if (sym->st_shndx != SHN_XINDEX)
1273 nshndx = SHN_XINDEX;
1302 size_t sidx = (sym->st_shndx != SHN_XINDEX
1707 Elf32_Word sec = (sym->st_shndx == SHN_XINDEX
1919 if (likely (idx < SHN_HIRESERVE) && likely (idx != SHN_XINDEX))
1932 newehdr->e_shstrndx = SHN_XINDEX;
H A Dobjdump.c396 sym->st_shndx == SHN_XINDEX
403 (long int) (sym->st_shndx == SHN_XINDEX
H A Dunstrip.c356 if (sym->st_shndx != SHN_XINDEX)
363 if (sym->st_shndx != SHN_XINDEX)
600 .st_shndx = i < SHN_LORESERVE ? i : SHN_XINDEX
769 if (sym->st_shndx != SHN_XINDEX)
1546 if (sym->st_shndx != SHN_XINDEX)
1562 sym->st_shndx = SHN_XINDEX;
H A Dldgeneric.c1416 if (likely (shndx != SHN_XINDEX))
1484 if (likely (shndx != SHN_XINDEX))
3366 /* XXX Any section value in [SHN_LORESERVER,SHN_XINDEX) need
4729 sym->st_shndx = SHN_XINDEX;
5239 if (sym->st_shndx != SHN_XINDEX)
5267 || sym->st_shndx == SHN_XINDEX))
5286 if (sym->st_shndx != SHN_XINDEX)
5302 sym->st_shndx = SHN_XINDEX;
5849 if (sym->st_shndx == SHN_XINDEX)
6518 if (sym->st_shndx != SHN_XINDEX)
[all...]
H A Delflint.c456 if (ehdr->e_shstrndx == SHN_XINDEX)
696 if (sym->st_shndx == SHN_XINDEX)
1926 if (sym->st_shndx != SHN_XINDEX)
3432 if (shdr->sh_link != 0 && ehdr->e_shstrndx != SHN_XINDEX)
H A Di386_ld.c147 if (sym->st_shndx != SHN_XINDEX)
H A Dreadelf.c840 if (unlikely (ehdr->e_shstrndx == SHN_XINDEX))
1684 sym->st_shndx == SHN_XINDEX
1698 (long int) (sym->st_shndx == SHN_XINDEX
1860 sym->st_shndx == SHN_XINDEX
1874 (long int) (sym->st_shndx == SHN_XINDEX
2009 if (likely (sym->st_shndx != SHN_XINDEX))
2038 if (xndx < SHN_LORESERVE || sym->st_shndx == SHN_XINDEX)
/external/elfutils/0.153/libasm/
H A Dasm_end.c263 ndx = SHN_XINDEX;
438 || unlikely (shstrscnndx == SHN_XINDEX))
454 ehdr->e_shstrndx = SHN_XINDEX;
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp288 ENUM_TO_CSTR(SHN_XINDEX);
/external/llvm/include/llvm/Object/
H A DELF.h516 if (symb->st_shndx == ELF::SHN_XINDEX)
524 if (symb->st_shndx == ELF::SHN_XINDEX)
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp155 if (SectionIndex == SHN_XINDEX)
157 assert(SectionIndex != SHN_XINDEX &&
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp371 uint16_t Index = LargeIndex ? uint16_t(ELF::SHN_XINDEX) : shndx;
484 Write16(ELF::SHN_XINDEX);
/external/llvm/include/llvm/Support/
H A DELF.h1256 SHN_XINDEX = 0xffff, // Mark that the index is >= SHN_LORESERVE enumerator in enum:llvm::ELF::__anon25595
1278 SHT_SYMTAB_SHNDX = 18, // Indices for SHN_XINDEX entries.

Completed in 1566 milliseconds