/external/elfutils/libdwfl/ |
D | elf-from-memory.c | 122 GElf_Off phoff; in elf_from_remote_memory() 125 GElf_Off shdrs_end; in elf_from_remote_memory() 214 GElf_Off segments_end = 0; in elf_from_remote_memory() 215 GElf_Off segments_end_mem = 0; in elf_from_remote_memory() 226 inline bool handle_segment (GElf_Addr vaddr, GElf_Off offset, in elf_from_remote_memory() 233 GElf_Off segment_end = ((offset + filesz + pagesize - 1) in elf_from_remote_memory() 236 if (segment_end > (GElf_Off) contents_size) in elf_from_remote_memory() 281 if ((GElf_Off) contents_size > segments_end in elf_from_remote_memory() 282 && (GElf_Off) contents_size >= shdrs_end in elf_from_remote_memory() 286 if ((GElf_Off) contents_size < shdrs_end) in elf_from_remote_memory() [all …]
|
D | core-file.c | 176 GElf_Off cost, GElf_Off worthwhile, in core_file_read_eagerly() 177 GElf_Off whole, in core_file_read_eagerly() 178 GElf_Off contiguous __attribute__ ((unused)), in core_file_read_eagerly() 245 update_end (GElf_Phdr *pphdr, const GElf_Off align, in update_end() 246 GElf_Off *pend, GElf_Addr *pend_vaddr) in update_end() 254 do_more (size_t size, GElf_Phdr *pphdr, const GElf_Off align, in do_more() 255 Elf *elf, GElf_Off start, int *pndx, in do_more() 256 GElf_Off *pend, GElf_Addr *pend_vaddr) in do_more() 301 const GElf_Off align = dwfl->segment_align ?: 1; in dwfl_elf_phdr_memory_callback() 310 GElf_Off start = vaddr - phdr.p_vaddr + phdr.p_offset; in dwfl_elf_phdr_memory_callback() [all …]
|
D | dwfl_segment_report_module.c | 341 GElf_Off phoff; in dwfl_segment_report_module() 344 GElf_Off shdrs_end; in dwfl_segment_report_module() 424 GElf_Off file_trimmed_end = 0; /* Proper p_vaddr + p_filesz end. */ in dwfl_segment_report_module() 425 GElf_Off file_end = 0; /* Rounded up to effective page size. */ in dwfl_segment_report_module() 426 GElf_Off contiguous = 0; /* Visible as contiguous file from START. */ in dwfl_segment_report_module() 427 GElf_Off total_filesz = 0; /* Total size of data to read. */ in dwfl_segment_report_module() 513 GElf_Off offset, GElf_Xword filesz, in dwfl_segment_report_module() 534 GElf_Off filesz_offset = filesz_vaddr - vaddr + offset; in dwfl_segment_report_module() 862 const GElf_Off cost = (contiguous < file_trimmed_end ? total_filesz in dwfl_segment_report_module() 865 const GElf_Off worthwhile = ((dynstr_vaddr == 0 || dynstrsz == 0) ? 0 in dwfl_segment_report_module() [all …]
|
D | libdwflP.h | 139 GElf_Off lookup_tail_vaddr; 140 GElf_Off lookup_tail_offset; 459 GElf_Off *off, GElf_Sym *sym, 646 GElf_Off cost, GElf_Off worthwhile, 647 GElf_Off whole, GElf_Off contiguous,
|
D | dwfl_module_addrsym.c | 237 __libdwfl_addrsym (Dwfl_Module *_mod, GElf_Addr _addr, GElf_Off *off, in __libdwfl_addrsym() 314 GElf_Off off; in dwfl_module_addrsym() 322 GElf_Off *offset, GElf_Sym *sym, in INTDEF()
|
D | dwfl_module_addrname.c | 34 GElf_Off off; in dwfl_module_addrname()
|
D | relocate.c | 549 GElf_Off shdrs_start = ehdr->e_shoff; in relocate_section() 555 GElf_Off shdrs_end = shdrs_start + shnums * shentsize; in relocate_section() 562 GElf_Off phdrs_start = ehdr->e_phoff; in relocate_section() 570 GElf_Off phdrs_end = phdrs_start + phnums * phentsize; in relocate_section()
|
D | dwfl_module_getdwarf.c | 661 GElf_Addr addrs[n], GElf_Off offs[n]) in find_offsets() 701 GElf_Off offs[i_max] = { 0, }; in translate_offs() 738 GElf_Off buckets_at = (offs[i_gnu_hash] + sizeof *header in translate_offs() 761 GElf_Off hasharr_at = (buckets_at in translate_offs()
|
D | libdwfl.h | 504 GElf_Off *offset, GElf_Sym *sym,
|
/external/elfutils/src/ |
D | size.c | 440 GElf_Off total = 0; in show_sysv() 485 GElf_Off total = 0; in show_sysv_one_line() 529 GElf_Off textsize = 0; in show_bsd() 530 GElf_Off datasize = 0; in show_bsd() 531 GElf_Off bsssize = 0; in show_bsd() 603 GElf_Off total = 0; in show_segments()
|
D | elfcompress.c | 412 GElf_Off last_offset = 0; in process_file() 517 GElf_Off off = shdr->sh_offset + (shdr->sh_type != SHT_NOBITS in process_file() 1212 & ~((GElf_Off) (offsize - 1))); in process_file()
|
D | elfcmp.c | 626 GElf_Off last = phdr1->p_offset; in main() 627 GElf_Off end = phdr1->p_offset + phdr1->p_filesz; in main()
|
D | strip.c | 1192 GElf_Off lastoffset = 0; in handle_elf() 1419 & ~((GElf_Off) (shdr_info[cnt].shdr.sh_addralign - 1))); in handle_elf() 1427 GElf_Off filesz = (shdr_info[cnt].shdr.sh_type != SHT_NOBITS in handle_elf() 2049 & ~((GElf_Off) (offsize - 1))); in handle_elf()
|
D | unstrip.c | 1535 GElf_Off offset = 0; in copy_elided_sections() 1588 const GElf_Off end_offset = (shdr_mem.sh_offset in copy_elided_sections() 1906 GElf_Off align = shdr->sh_addralign ?: 1; in copy_elided_sections() 1923 GElf_Off sh_align = gelf_getclass (unstripped) * 4; in copy_elided_sections()
|
D | addr2line.c | 429 GElf_Off off; in print_addrsym()
|
/external/elfutils/libasm/ |
D | libasmP.h | 99 GElf_Off offset; 204 GElf_Off offset;
|
/external/elfutils/libelf/ |
D | gelf_offscn.c | 41 gelf_offscn (Elf *elf, GElf_Off offset) in gelf_offscn()
|
D | gelf.h | 58 typedef Elf64_Off GElf_Off; typedef 172 extern Elf_Scn *gelf_offscn (Elf *__elf, GElf_Off __offset);
|
D | elf32_updatefile.c | 333 assert ((GElf_Off) dl->data.d.d_off <= shdr->sh_size); in __elfw2() 335 - (GElf_Off) dl->data.d.d_off)); in __elfw2()
|
/external/google-breakpad/src/common/solaris/ |
D | dump_symbols.cc | 85 GElf_Off rva_to_func; 87 GElf_Off rva_to_base; 102 GElf_Off rva_to_base;
|
/external/elfutils/tests/ |
D | elfstrmerge.c | 260 GElf_Off last_offset = 0; in main() 285 GElf_Off off = shdr->sh_offset + (shdr->sh_type != SHT_NOBITS in main() 634 & ~((GElf_Off) (offsize - 1))); in main()
|
D | dwflsyms.c | 161 GElf_Off off; in list_syms()
|
/external/elfutils/include/elfutils/ |
D | libdwfl.h | 504 GElf_Off *offset, GElf_Sym *sym,
|
D | libdw.h | 81 typedef GElf_Off Dwarf_Off;
|
/external/elfutils/libdw/ |
D | libdw.h | 81 typedef GElf_Off Dwarf_Off;
|