Home
last modified time | relevance | path

Searched refs:sechdrs (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dmodpost.c399 Elf_Shdr *sechdrs; in parse_elf() local
436 sechdrs = (void *)hdr + hdr->e_shoff; in parse_elf()
437 info->sechdrs = sechdrs; in parse_elf()
452 info->num_sections = TO_NATIVE(sechdrs[0].sh_size); in parse_elf()
458 info->secindex_strings = TO_NATIVE(sechdrs[0].sh_link); in parse_elf()
466 sechdrs[i].sh_name = TO_NATIVE(sechdrs[i].sh_name); in parse_elf()
467 sechdrs[i].sh_type = TO_NATIVE(sechdrs[i].sh_type); in parse_elf()
468 sechdrs[i].sh_flags = TO_NATIVE(sechdrs[i].sh_flags); in parse_elf()
469 sechdrs[i].sh_addr = TO_NATIVE(sechdrs[i].sh_addr); in parse_elf()
470 sechdrs[i].sh_offset = TO_NATIVE(sechdrs[i].sh_offset); in parse_elf()
[all …]
H A Dfile2alias.c913 if (info->sechdrs[get_secindex(info, sym)].sh_type & SHT_NOBITS) { in handle_moddevtable()
918 + info->sechdrs[get_secindex(info, sym)].sh_offset in handle_moddevtable()
H A Dmodpost.h122 Elf_Shdr *sechdrs; member