Home
last modified time | relevance | path

Searched refs:st_shndx (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dmodpost.h160 if (is_shndx_special(sym->st_shndx)) in get_secindex()
161 return SPECIAL(sym->st_shndx); in get_secindex()
162 if (sym->st_shndx != SHN_XINDEX) in get_secindex()
163 return sym->st_shndx; in get_secindex()
H A Dmodpost.c533 sym->st_shndx = TO_NATIVE(sym->st_shndx); in parse_elf()
598 switch (sym->st_shndx) { in handle_modversions()
1213 if (is_shndx_special(sym->st_shndx)) in find_elf_symbol2()
1583 if (is_shndx_special(sym->st_shndx)) in section_rela()
1641 if (is_shndx_special(sym->st_shndx)) in section_rel()
H A Dfile2alias.c905 if (!sym->st_shndx || get_secindex(info, sym) >= info->num_sections) in handle_moddevtable()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Delf.h175 Elf32_Half st_shndx; member
182 Elf64_Half st_shndx; /* Associated section index */ member
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Delf.h384 Elf32_Section st_shndx; /* Section index */ member
392 Elf64_Section st_shndx; /* Section index */ member
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Drecordmcount.h430 if (txtndx == w2(symp->st_shndx) in find_secsym_ndx()