Searched refs:allocate_elf (Results 1 – 4 of 4) sorted by relevance
/third_party/elfutils/libelf/ |
D | elf_clone.c | 56 retval = allocate_elf (elf->fildes, elf->map_address, elf->start_offset, in elf_clone()
|
D | common.h | 68 allocate_elf (int fildes, void *map_address, int64_t offset, size_t maxsize, in allocate_elf() function
|
D | elf_begin.c | 56 elf = allocate_elf (fildes, map_address, offset, maxsize, cmd, parent, in file_read_ar() 322 Elf *elf = allocate_elf (fildes, map_address, offset, maxsize, cmd, parent, in file_read_elf() 577 return allocate_elf (fildes, map_address, offset, maxsize, cmd, parent, in __libelf_read_mmaped_file() 638 return allocate_elf (fildes, NULL, offset, maxsize, cmd, parent, in read_unmmaped_file() 1112 Elf *result = allocate_elf (fd, NULL, 0, 0, cmd, NULL, ELF_K_ELF, in write_file()
|
D | ChangeLog | 113 * common.h (allocate_elf): Remove cast of calloc return value. 237 * common.h (allocate_elf): Use int64_t instead of off_t for offset.
|