Searched refs:process_elf_file (Results 1 – 3 of 3) sorted by relevance
/external/elfutils/src/ |
D | ChangeLog | 46 * readelf.c (process_elf_file): Use dwelf_elf_begin to open pure_elf. 1094 (process_elf_file): Rename print_unrelocated to print_unchanged, 1178 (process_elf_file): Replace off64_t with off_t. 1693 * readelf.c (process_elf_file): Remove redundant ehdr->e_phoff check. 1726 * readelf (process_elf_file): Set phnum to zero if there aren't 2865 (process_elf_file): Set it with elf_getphdrnum. 3288 (process_elf_file): Call it under -A. 3505 (process_dwflmod): Take args in it, pass fd to process_elf_file. 3507 (process_elf_file): Take new arg FD. For ET_REL file when 3544 for an archive) to print file name and call process_elf_file. [all …]
|
D | elflint.c | 93 static void process_elf_file (Elf *elf, const char *prefix, const char *suffix, 242 process_elf_file (elf, prefix, suffix, fname, size, only_one); in process_file() 4730 process_elf_file (Elf *elf, const char *prefix, const char *suffix, in process_elf_file() function
|
D | readelf.c | 282 static void process_elf_file (Dwfl_Module *dwflmod, int fd); 760 process_elf_file (dwflmod, a->fd); in process_dwflmod() 898 process_elf_file (Dwfl_Module *dwflmod, int fd) in process_elf_file() function
|