Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Delf-from-memory.c132 GElf_Off phoff; in elf_from_remote_memory()
135 GElf_Off shdrs_end; in elf_from_remote_memory()
214 GElf_Off segments_end = 0; in elf_from_remote_memory()
219 inline void handle_segment (GElf_Addr vaddr, GElf_Off offset, in elf_from_remote_memory()
222 GElf_Off segment_end = ((offset + filesz + align - 1) & -align); in elf_from_remote_memory()
224 if (segment_end > (GElf_Off) contents_size) in elf_from_remote_memory()
264 if ((GElf_Off) contents_size > segments_end in elf_from_remote_memory()
265 && (GElf_Off) contents_size >= shdrs_end) in elf_from_remote_memory()
268 if ((GElf_Off) contents_size < shdrs_end) in elf_from_remote_memory()
283 inline bool handle_segment (GElf_Addr vaddr, GElf_Off offset, in elf_from_remote_memory()
[all …]
Ddwfl_segment_report_module.c180 GElf_Off phoff; in dwfl_segment_report_module()
183 GElf_Off shdrs_end; in dwfl_segment_report_module()
257 GElf_Off file_trimmed_end = 0; /* Proper p_vaddr + p_filesz end. */ in dwfl_segment_report_module()
258 GElf_Off file_end = 0; /* Rounded up to effective page size. */ in dwfl_segment_report_module()
259 GElf_Off contiguous = 0; /* Visible as contiguous file from START. */ in dwfl_segment_report_module()
260 GElf_Off total_filesz = 0; /* Total size of data to read. */ in dwfl_segment_report_module()
345 GElf_Off offset, GElf_Xword filesz, in dwfl_segment_report_module()
366 GElf_Off filesz_offset = filesz_vaddr - vaddr + offset; in dwfl_segment_report_module()
570 const GElf_Off cost = (contiguous < file_trimmed_end ? total_filesz in dwfl_segment_report_module()
573 const GElf_Off worthwhile = ((dynstr_vaddr == 0 || dynstrsz == 0) ? 0 in dwfl_segment_report_module()
[all …]
DlibdwflP.h124 GElf_Off lookup_tail_vaddr;
125 GElf_Off lookup_tail_offset;
333 GElf_Off cost, GElf_Off worthwhile,
334 GElf_Off whole, GElf_Off contiguous,
Dcore-file.c198 GElf_Off cost, GElf_Off worthwhile, in core_file_read_eagerly()
199 GElf_Off whole, in core_file_read_eagerly()
200 GElf_Off contiguous __attribute__ ((unused)), in core_file_read_eagerly()
276 const GElf_Off align = dwfl->segment_align ?: 1; in dwfl_elf_phdr_memory_callback()
285 GElf_Off start = vaddr - phdr.p_vaddr + phdr.p_offset; in dwfl_elf_phdr_memory_callback()
286 GElf_Off end = (phdr.p_offset + phdr.p_filesz + align - 1) & -align; in dwfl_elf_phdr_memory_callback()
Ddwfl_module_getdwarf.c286 GElf_Addr addrs[n], GElf_Off offs[n]) in find_offsets()
379 GElf_Off offs[i_max] = { 0, }; in find_dynsym()
416 GElf_Off buckets_at = (offs[i_gnu_hash] + sizeof *header in find_dynsym()
432 GElf_Off hasharr_at = (buckets_at in find_dynsym()
/external/elfutils/src/
Dsize.c454 GElf_Off total = 0; in show_sysv()
503 GElf_Off total = 0; in show_sysv_one_line()
545 GElf_Off textsize = 0; in show_bsd()
546 GElf_Off datasize = 0; in show_bsd()
547 GElf_Off bsssize = 0; in show_bsd()
620 GElf_Off total = 0; in show_segments()
Delfcmp.c477 GElf_Off last = phdr1->p_offset; in main()
478 GElf_Off end = phdr1->p_offset + phdr1->p_filesz; in main()
Dstrip.c1065 GElf_Off lastoffset = 0; in handle_elf()
1276 & ~((GElf_Off) (shdr_info[cnt].shdr.sh_addralign - 1))); in handle_elf()
1284 GElf_Off filesz = (shdr_info[cnt].shdr.sh_type != SHT_NOBITS in handle_elf()
1644 & ~((GElf_Off) (offsize - 1))); in handle_elf()
Dunstrip.c1472 GElf_Off offset = 0; in copy_elided_sections()
1517 const GElf_Off end_offset = (shdr_mem.sh_offset in copy_elided_sections()
1784 GElf_Off align = shdr->sh_addralign ?: 1; in copy_elided_sections()
1802 GElf_Off sh_align = gelf_getclass (unstripped) * 4; in copy_elided_sections()
Dxelf.h308 # define XElf_Off GElf_Off
Delflint.c3698 const GElf_Off end = phdr->p_offset + phdr->p_filesz; in check_sections()
3885 static GElf_Off
3887 Elf_Data *data, int shndx, int phndx, GElf_Off start) in check_note_data()
3981 GElf_Off notes_size = 0; in check_note()
4016 GElf_Off notes_size = check_note_data (ebl, ehdr, data, idx, 0, 0); in check_note_section()
Dreadelf.c5991 handle_auxv_note (Ebl *ebl, Elf *core, GElf_Word descsz, GElf_Off desc_pos) in handle_auxv_note()
6093 GElf_Off start, Elf_Data *data) in handle_notes_data()
/external/elfutils/libasm/
DlibasmP.h96 GElf_Off offset;
201 GElf_Off offset;
/external/elfutils/libelf/
Dgelf_offscn.c64 GElf_Off offset;
Dgelf.h79 typedef Elf64_Off GElf_Off; typedef
190 extern Elf_Scn *gelf_offscn (Elf *__elf, GElf_Off __offset);
Delf32_updatefile.c297 assert ((GElf_Off) dl->data.d.d_off <= shdr->sh_size); in __elfw2()
299 - (GElf_Off) dl->data.d.d_off)); in __elfw2()
/external/elfutils/libdw/
Dlibdw.h101 typedef GElf_Off Dwarf_Off;