Lines Matching refs:shdr
11 ELF(Shdr) *shdr;
19 shdr = shdrs + (sh_entsize * swap_uint16(ehdr->e_shstrndx));
20 shstrtab = vdso + FUNC(swap_uint)(shdr->sh_offset);
23 shdr = shdrs + (i * sh_entsize);
24 name = shstrtab + swap_uint32(shdr->sh_name);
31 switch (swap_uint32(shdr->sh_type)) {
50 shdr->sh_type = swap_uint32(SHT_MIPS_ABIFLAGS);
51 shdr->sh_entsize = shdr->sh_size;
62 ELF(Shdr) *shdr;
74 shdr = shdrs + (i * sh_entsize);
76 if (swap_uint32(shdr->sh_type) == SHT_SYMTAB)
96 symtab = vdso + FUNC(swap_uint)(shdr->sh_offset);
97 st_entsize = FUNC(swap_uint)(shdr->sh_entsize);
98 st_count = FUNC(swap_uint)(shdr->sh_size) / st_entsize;
101 shdr = shdrs + (swap_uint32(shdr->sh_link) * sh_entsize);
102 strtab = vdso + FUNC(swap_uint)(shdr->sh_offset);