Home
last modified time | relevance | path

Searched refs:SHN_XINDEX (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dmodpost.h146 return i != SHN_XINDEX && i >= SHN_LORESERVE && i <= SHN_HIRESERVE; in is_shndx_special()
162 if (sym->st_shndx != SHN_XINDEX) in get_secindex()
H A Dmodpost.c457 if (hdr->e_shstrndx == SHN_XINDEX) { in parse_elf()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Delf.h310 #define SHN_XINDEX 0xffff /* Index is in extra table. */ macro