Home
last modified time | relevance | path

Searched refs:sh_offset (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Drecordmcount.h195 uint_t const old_shstr_sh_offset = _w(shstr->sh_offset); in append_func()
200 shstr->sh_offset = _w(sb.st_size); in append_func()
223 mcsec.sh_offset = _w(t); in append_func()
237 mcsec.sh_offset = _w((void *)mlocp - (void *)mloc0 + t); in append_func()
285 Elf_Rel const *const rel0 = (Elf_Rel const *)(_w(relhdr->sh_offset) in get_sym_str_and_relp()
288 *sym0 = (Elf_Sym const *)(_w(symsec->sh_offset) in get_sym_str_and_relp()
291 *str0 = (char const *)(_w(strsec->sh_offset) in get_sym_str_and_relp()
378 ret = make_nop((void *)ehdr, shdr->sh_offset + relp->r_offset); in nop_mcount()
421 Elf_Sym const *const sym0 = (Elf_Sym const *)(_w(symhdr->sh_offset) in find_secsym_ndx()
507 char const *const shstrtab = (char const *)(_w(shstr->sh_offset) in do_func()
/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dmodpost.c470 sechdrs[i].sh_offset = TO_NATIVE(sechdrs[i].sh_offset); in parse_elf()
478 secstrings = (void *)hdr + sechdrs[info->secindex_strings].sh_offset; in parse_elf()
483 if (!nobits && sechdrs[i].sh_offset > info->size) { in parse_elf()
486 (unsigned long)sechdrs[i].sh_offset, in parse_elf()
494 info->modinfo = (void *)hdr + sechdrs[i].sh_offset; in parse_elf()
511 sechdrs[i].sh_offset; in parse_elf()
513 sechdrs[i].sh_offset + sechdrs[i].sh_size; in parse_elf()
516 sechdrs[sh_link_idx].sh_offset; in parse_elf()
523 sechdrs[i].sh_offset; in parse_elf()
525 sechdrs[i].sh_offset + sechdrs[i].sh_size; in parse_elf()
[all …]
H A Dfile2alias.c918 + info->sechdrs[get_secindex(info, sym)].sh_offset in handle_moddevtable()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Delf.h291 Elf32_Off sh_offset; member
304 Elf64_Off sh_offset; /* Section file offset */ member
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Delf.h274 Elf32_Off sh_offset; /* Section file offset */ member
288 Elf64_Off sh_offset; /* Section file offset */ member