Home
last modified time | relevance | path

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

/external/elfutils/src/
Delfcompress.c200 compress_section (Elf_Scn *scn, size_t orig_size, const char *name, in compress_section() function
689 if (compress_section (scn, size, sname, NULL, ndx, in process_file()
698 if (compress_section (scn, size, sname, newname, ndx, in process_file()
713 if (compress_section (scn, size, sname, NULL, ndx, in process_file()
742 int res = compress_section (scn, size, sname, newname, in process_file()
770 if (compress_section (scn, size, sname, NULL, ndx, in process_file()
798 else if (compress_section (scn, size, sname, newname, ndx, in process_file()
890 if (compress_section (newscn, size, sname, NULL, ndx, in process_file()
900 if (compress_section (newscn, size, sname, NULL, ndx, in process_file()
1046 if (compress_section (scn, shstrtab_size, shstrtab_name, in process_file()
[all …]
DChangeLog7 * elfcompress.c (compress_section): Use %zu to print size_t.