Searched refs:read_elf (Results 1 – 3 of 3) sorted by relevance
/external/elfutils/tests/ |
D | newdata.c | 156 read_elf (int fd, int use_mmap) in read_elf() function 278 elf = read_elf (fd, use_mmap); in check_elf() 308 elf = read_elf (fd, use_mmap); in check_elf() 360 elf = read_elf (fd, use_mmap); in check_elf()
|
/external/elfutils/src/ |
D | strings.c | 53 static int read_elf (Elf *elf, int fd, const char *fname, off_t fdlen); 205 result |= read_elf (elf, fd, fname, fdlen); in main() 710 read_elf (Elf *elf, int fd, const char *fname, off_t fdlen) in read_elf() function
|
D | ChangeLog | 459 * strings.c (read_elf): Produce error when section data falls outside
|