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

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

Completed in 89 milliseconds