Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Ddwfl_module_getdwarf.c715 size_t entsz = SH_ENTSIZE_HASH (ehdr); in translate_offs() local
717 offs[i_hash] + entsz, entsz, in translate_offs()
718 (entsz == 4 in translate_offs()
721 mod->syments = (entsz == 4 in translate_offs()
/external/musl/ldso/
Ddynlink.c2263 size_t entsz = p->phentsize; in addr2dso() local
2265 for (; phcnt--; ph=(void *)((char *)ph+entsz)) { in addr2dso()