Home
last modified time | relevance | path

Searched refs:st_name (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dmodpost.c534 sym->st_name = TO_NATIVE(sym->st_name); in parse_elf()
733 return elf->strtab + sym->st_name; in sym_name()
1146 if (relsym->st_name != 0) in find_elf_symbol()
1190 const char *name = elf->strtab + sym->st_name; in is_valid_name()
1714 symname = info.strtab + sym->st_name; in read_symbols()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Delf.h170 Elf32_Word st_name; member
179 Elf64_Word st_name; /* Symbol name, index in string tbl */ member
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Delf.h379 Elf32_Word st_name; /* Symbol name (string tbl index) */ member
389 Elf64_Word st_name; /* Symbol name (string tbl index) */ member
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Drecordmcount.h262 char const *symname = &str0[w(symp->st_name)]; in get_mcountsym()