Home
last modified time | relevance | path

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

/external/ltrace/sysdeps/linux-gnu/arm/
Dplt.c89 || !elf_can_read_next(data, offset, sec_len)) { in arch_elf_init()
105 || !elf_can_read_next(data, offset0, sub_len)) in arch_elf_init()
199 } while (elf_can_read_next(data, offset, 1)); in arch_elf_init()
/external/ltrace/
Dltrace-elf.h167 int elf_can_read_next(Elf_Data *data, GElf_Xword offset, GElf_Xword amount);
Dltrace-elf.c270 elf_can_read_next(Elf_Data *data, GElf_Xword offset, GElf_Xword size) in elf_can_read_next() function
285 if (!elf_can_read_next(data, offset, SIZE / 8)) \