/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() 220 GElf_Off segments_end = 0; in elf_from_remote_memory() 221 GElf_Off segments_end_mem = 0; in elf_from_remote_memory() 247 GElf_Off offset = class32 ? (*p32)[i].p_offset : (*p64)[i].p_offset; in elf_from_remote_memory() 254 GElf_Off segment_end = ((offset + filesz + pagesize - 1) in elf_from_remote_memory() 257 if (segment_end > (GElf_Off) contents_size) in elf_from_remote_memory() 274 if ((GElf_Off) contents_size > segments_end in elf_from_remote_memory() 275 && (GElf_Off) contents_size >= shdrs_end in elf_from_remote_memory() 279 if ((GElf_Off) contents_size < shdrs_end) in elf_from_remote_memory() [all …]
|
D | core-file.c | 175 GElf_Off cost, GElf_Off worthwhile, in core_file_read_eagerly() 176 GElf_Off whole, in core_file_read_eagerly() 177 GElf_Off contiguous __attribute__ ((unused)), in core_file_read_eagerly() 244 update_end (GElf_Phdr *pphdr, const GElf_Off align, in update_end() 245 GElf_Off *pend, GElf_Addr *pend_vaddr) in update_end() 253 do_more (size_t size, GElf_Phdr *pphdr, const GElf_Off align, in do_more() 254 Elf *elf, GElf_Off start, int *pndx, in do_more() 255 GElf_Off *pend, GElf_Addr *pend_vaddr) in do_more() 300 const GElf_Off align = dwfl->segment_align ?: 1; in dwfl_elf_phdr_memory_callback() 309 GElf_Off start = vaddr - phdr.p_vaddr + phdr.p_offset; in dwfl_elf_phdr_memory_callback() [all …]
|
D | dwfl_segment_report_module.c | 349 GElf_Off phoff; in dwfl_segment_report_module() 352 GElf_Off shdrs_end; in dwfl_segment_report_module() 445 GElf_Off file_trimmed_end = 0; /* Proper p_vaddr + p_filesz end. */ in dwfl_segment_report_module() 446 GElf_Off file_end = 0; /* Rounded up to effective page size. */ in dwfl_segment_report_module() 447 GElf_Off contiguous = 0; /* Visible as contiguous file from START. */ in dwfl_segment_report_module() 448 GElf_Off total_filesz = 0; /* Total size of data to read. */ in dwfl_segment_report_module() 487 GElf_Off offset = is32 ? p32[i].p_offset : p64[i].p_offset; in dwfl_segment_report_module() 593 GElf_Off filesz_offset = filesz_vaddr - vaddr + offset; in dwfl_segment_report_module() 891 const GElf_Off cost = (contiguous < file_trimmed_end ? total_filesz in dwfl_segment_report_module() 894 const GElf_Off worthwhile = ((dynstr_vaddr == 0 || dynstrsz == 0) ? 0 in dwfl_segment_report_module() [all …]
|
D | dwfl_module_addrsym.c | 244 __libdwfl_addrsym (Dwfl_Module *_mod, GElf_Addr _addr, GElf_Off *off, in __libdwfl_addrsym() 321 GElf_Off off; in dwfl_module_addrsym() 329 GElf_Off *offset, GElf_Sym *sym, in INTDEF()
|
D | dwfl_module_addrname.c | 38 GElf_Off off; in dwfl_module_addrname()
|
D | libdwflP.h | 669 GElf_Off cost, GElf_Off worthwhile, 670 GElf_Off whole, GElf_Off contiguous,
|
D | relocate.c | 577 GElf_Off shdrs_start = ehdr->e_shoff; in relocate_section() 583 GElf_Off shdrs_end = shdrs_start + shnums * shentsize; in relocate_section() 594 GElf_Off phdrs_start = ehdr->e_phoff; in relocate_section() 602 GElf_Off phdrs_end = phdrs_start + phnums * phentsize; in relocate_section()
|
D | dwfl_module_getdwarf.c | 668 GElf_Addr addrs[n], GElf_Off offs[n]) in find_offsets() 708 GElf_Off offs[i_max] = { 0, }; in translate_offs() 745 GElf_Off buckets_at = (offs[i_gnu_hash] + sizeof *header in translate_offs() 768 GElf_Off hasharr_at = (buckets_at in translate_offs()
|
D | libdwfl.h | 492 GElf_Off *offset, GElf_Sym *sym,
|
/external/elfutils/src/ |
D | size.c | 425 GElf_Off total = 0; in show_sysv() 473 GElf_Off total = 0; in show_sysv_one_line() 520 GElf_Off textsize = 0; in show_bsd() 521 GElf_Off datasize = 0; in show_bsd() 522 GElf_Off bsssize = 0; in show_bsd() 597 GElf_Off total = 0; in show_segments()
|
D | strip.c | 835 GElf_Off *last_offset, GElf_Xword *last_size) in handle_debug_relocs() 846 GElf_Off lastoffset = 0; in handle_debug_relocs() 889 GElf_Off filesz = (shdr.sh_type != SHT_NOBITS in handle_debug_relocs() 924 & ~((GElf_Off) (shdr.sh_addralign - 1))); in handle_debug_relocs() 931 GElf_Off filesz = (shdr.sh_type != SHT_NOBITS in handle_debug_relocs() 982 GElf_Off lastsec_offset = 0; in handle_elf() 1873 GElf_Off lastoffset = 0; in handle_elf() 2130 & ~((GElf_Off) (shdr_info[cnt].shdr.sh_addralign - 1))); in handle_elf() 2138 GElf_Off filesz = (shdr_info[cnt].shdr.sh_type != SHT_NOBITS in handle_elf() 2158 & ~((GElf_Off) (shdr_info[cnt].shdr.sh_addralign - 1))); in handle_elf() [all …]
|
D | elfcompress.c | 418 GElf_Off last_offset = 0; in process_file() 545 GElf_Off off = shdr->sh_offset + (shdr->sh_type != SHT_NOBITS in process_file() 1252 & ~((GElf_Off) (offsize - 1))); in process_file()
|
D | elfcmp.c | 642 GElf_Off last = phdr1->p_offset; in main() 643 GElf_Off end = phdr1->p_offset + phdr1->p_filesz; in main()
|
/external/elfutils/libasm/ |
D | libasmP.h | 99 GElf_Off offset; 204 GElf_Off offset;
|
/external/elfutils/tests/ |
D | elfcopy.c | 187 GElf_Off *offs = NULL; in copy_elf() 197 offs = (GElf_Off *) malloc (shnum * sizeof (GElf_Off)); in copy_elf()
|
D | elfstrmerge.c | 261 GElf_Off last_offset = 0; in main() 286 GElf_Off off = shdr->sh_offset + (shdr->sh_type != SHT_NOBITS in main() 636 & ~((GElf_Off) (offsize - 1))); in main()
|
D | dwflsyms.c | 160 GElf_Off off; in list_syms()
|
/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 174 extern Elf_Scn *gelf_offscn (Elf *__elf, GElf_Off __offset);
|
D | elf32_updatefile.c | 320 assert ((GElf_Off) dl->data.d.d_off <= shdr->sh_size); in __elfw2() 322 - (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/strace/ |
D | unwind-libdw.c | 155 GElf_Off off = 0; in frame_callback()
|
/external/elfutils/include/elfutils/ |
D | libdwfl.h | 492 GElf_Off *offset, GElf_Sym *sym,
|
D | libdw.h | 64 typedef GElf_Off Dwarf_Off;
|
/external/elfutils/libdw/ |
D | libdw.h | 64 typedef GElf_Off Dwarf_Off;
|