Home
last modified time | relevance | path

Searched defs:filesz (Results 1 - 4 of 4) sorted by relevance

/third_party/elfutils/libdwfl/
H A Delf-from-memory.c248 GElf_Xword filesz = class32 ? (*p32)[i].p_filesz : (*p64)[i].p_filesz; in elf_from_remote_memory() local
304 GElf_Xword filesz = class32 ? (*p32)[i].p_filesz : (*p64)[i].p_filesz; in elf_from_remote_memory() local
H A Dlink_map.c945 GElf_Xword filesz = (is32 dwfl_link_map_report() local
H A Ddwfl_segment_report_module.c519 GElf_Xword filesz = is32 ? p32[i].p_filesz : p64[i].p_filesz; in dwfl_segment_report_module() local
259 read_portion(struct read_state *read_state, void **data, size_t *data_size, GElf_Addr start, size_t segment, GElf_Addr vaddr, size_t filesz) read_portion() argument
997 GElf_Xword filesz = is32 ? p32[i].p_filesz : p64[i].p_filesz; dwfl_segment_report_module() local
[all...]
/third_party/elfutils/src/
H A Dstrip.c898 GElf_Off filesz = (shdr.sh_type != SHT_NOBITS in handle_debug_relocs() local
940 GElf_Off filesz = (shdr.sh_type != SHT_NOBITS in handle_debug_relocs() local
2141 GElf_Off filesz = (shdr_info[cnt].shdr.sh_type != SHT_NOBITS in handle_elf() local
2169 GElf_Off filesz in handle_elf() local
[all...]

Completed in 7 milliseconds