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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/compressed/
H A Drelocs.c165 static const char *sec_name(unsigned shndx) argument
171 if (shndx < ehdr.e_shnum) {
172 name = sec_strtab + secs[shndx].shdr.sh_name;
174 else if (shndx == SHN_ABS) {
177 else if (shndx == SHN_COMMON) {

Completed in 62 milliseconds