Cleanup: elf: use off_t for offsets, size_t for len
[deliverable/lttng-ust.git] / include / lttng / ust-elf.h
index fee52f9ef2ff0f5f432968f524e1e6dd0051d926..6e9d99518dce20027b11e9a2ebf343a8dec42d25 100644 (file)
@@ -195,9 +195,9 @@ struct lttng_ust_elf_nhdr {
 
 struct lttng_ust_elf {
        /* Offset in bytes to start of section names string table. */
-       uint64_t section_names_offset;
+       off_t section_names_offset;
        /* Size in bytes of section names string table. */
-       uint64_t section_names_size;
+       size_t section_names_size;
        char *path;
        int fd;
        struct lttng_ust_elf_ehdr *ehdr;
This page took 0.029428 seconds and 5 git commands to generate.