Home
last modified time | relevance | path

Searched refs:shdr (Results 1 – 2 of 2) sorted by relevance

/scripts/
Dsorttable.h200 Elf_Shdr *s, *shdr = (Elf_Shdr *)((char *)ehdr + _r(&ehdr->e_shoff)); in do_sort() local
228 shstrndx = r(&shdr[0].sh_link); in do_sort()
229 secstrings = (const char *)ehdr + _r(&shdr[shstrndx].sh_offset); in do_sort()
233 shnum = _r(&shdr[0].sh_size); in do_sort()
235 for (i = 0, s = shdr; s < shdr + shnum; i++, s++) { in do_sort()
349 sort_needed_sec = &shdr[get_secindex(r2(&sym->st_shndx), in do_sort()
Drecordmcount.h460 Elf_Shdr const *const shdr = &shdr0[w(relhdr->sh_info)]; in nop_mcount() local
477 ret = make_nop((void *)ehdr, _w(shdr->sh_offset) + _w(relp->r_offset)); in nop_mcount()