Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/size/
H A Dsize.c69 static uint64_t bss_size_total, data_size_total, text_size_total; variable
379 text_size_total += raw_size; in handle_core_note()
381 text_size_total += raw_size; in handle_core_note()
400 text_size_total += nhdr_l.n_descsz; in handle_core_note()
402 text_size_total += nhdr_l.n_descsz; in handle_core_note()
412 text_size_total += nhdr_l.n_descsz; in handle_core_note()
430 text_size_total += nhdr_l.n_descsz; in handle_core_note()
432 text_size_total += nhdr_l.n_descsz; in handle_core_note()
500 text_size_total += phdr->p_filesz; in handle_phdr()
506 text_size_total += phdr->p_memsz - phdr->p_filesz; in handle_phdr()
[all …]