Home
last modified time | relevance | path

Searched refs:compress_section (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/src/
Delfcompress.c197 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 …]
DChangeLog1476 * elfcompress.c (compress_section): Use %zu to print size_t.