Home
last modified time | relevance | path

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

/external/elfutils/src/
DChangeLog31 (process_elf_file): Rename print_unrelocated to print_unchanged,
115 (process_elf_file): Replace off64_t with off_t.
630 * readelf.c (process_elf_file): Remove redundant ehdr->e_phoff check.
663 * readelf (process_elf_file): Set phnum to zero if there aren't
1802 (process_elf_file): Set it with elf_getphdrnum.
2225 (process_elf_file): Call it under -A.
2442 (process_dwflmod): Take args in it, pass fd to process_elf_file.
2444 (process_elf_file): Take new arg FD. For ET_REL file when
2481 for an archive) to print file name and call process_elf_file.
2484 (process_elf_file): Take only Dwfl_Module * argument.
[all …]
Delflint.c94 static void process_elf_file (Elf *elf, const char *prefix, const char *suffix,
256 process_elf_file (elf, prefix, suffix, fname, size, only_one); in process_file()
4665 process_elf_file (Elf *elf, const char *prefix, const char *suffix, in process_elf_file() function
Dreadelf.c245 static void process_elf_file (Dwfl_Module *dwflmod, int fd);
700 process_elf_file (dwflmod, a->fd); in process_dwflmod()
826 process_elf_file (Dwfl_Module *dwflmod, int fd) in process_elf_file() function