Searched refs:compress_section (Results 1 – 2 of 2) sorted by relevance
/external/elfutils/src/ |
D | elfcompress.c | 197 compress_section (Elf_Scn *scn, size_t orig_size, const char *name, in compress_section() function 725 if (compress_section (scn, size, sname, NULL, ndx, in process_file() 734 if (compress_section (scn, size, sname, newname, ndx, in process_file() 749 if (compress_section (scn, size, sname, NULL, ndx, in process_file() 778 int res = compress_section (scn, size, sname, newname, in process_file() 806 if (compress_section (scn, size, sname, NULL, ndx, in process_file() 834 else if (compress_section (scn, size, sname, newname, ndx, in process_file() 926 if (compress_section (newscn, size, sname, NULL, ndx, in process_file() 936 if (compress_section (newscn, size, sname, NULL, ndx, in process_file() 1086 if (compress_section (scn, shstrtab_size, shstrtab_name, in process_file() [all …]
|
D | ChangeLog | 1070 * elfcompress.c (compress_section): Use %zu to print size_t.
|