Home
last modified time | relevance | path

Searched refs:entsz (Results 1 - 8 of 8) sorted by relevance

/third_party/elfutils/libdwfl/
H A 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()
/third_party/musl/porting/linux/user/ldso/
H A Dcfi.c155 size_t entsz = pldso->phentsize; in is_addr_in_ldso() local
157 for (; phcnt--; ph = (void *)((char *)ph + entsz)) { in is_addr_in_ldso()
H A Ddynlink.c3790 size_t entsz = p->phentsize; in addr2dso() local
3792 for (; phcnt--; ph=(void *)((char *)ph+entsz)) { in addr2dso()
/third_party/musl/ldso/linux/
H A Dcfi.c150 size_t entsz = dso->phentsize; in addr_in_dso() local
152 for (; phcnt--; ph = (void *)((char *)ph + entsz)) { in addr_in_dso()
H A Ddynlink.c4107 size_t entsz = p->phentsize; in addr2dso() local
4109 for (; phcnt--; ph=(void *)((char *)ph+entsz)) { in addr2dso()
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c2213 size_t entsz = p->phentsize; in addr2dso() local
2215 for (; phcnt--; ph=(void *)((char *)ph+entsz)) { in addr2dso()
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c2212 size_t entsz = p->phentsize; in addr2dso() local
2214 for (; phcnt--; ph=(void *)((char *)ph+entsz)) { in addr2dso()
/third_party/musl/ldso/
H A Ddynlink.c2322 size_t entsz = p->phentsize; local
2324 for (; phcnt--; ph=(void *)((char *)ph+entsz)) {

Completed in 39 milliseconds