Home
last modified time | relevance | path

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

/external/elfutils/0.153/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.c184 GElf_Off phoff; in dwfl_segment_report_module()
187 GElf_Off shdrs_end; in dwfl_segment_report_module()
261 GElf_Off file_trimmed_end = 0; /* Proper p_vaddr + p_filesz end. */ in dwfl_segment_report_module()
262 GElf_Off file_end = 0; /* Rounded up to effective page size. */ in dwfl_segment_report_module()
263 GElf_Off contiguous = 0; /* Visible as contiguous file from START. */ in dwfl_segment_report_module()
264 GElf_Off total_filesz = 0; /* Total size of data to read. */ in dwfl_segment_report_module()
350 GElf_Off offset, GElf_Xword filesz, in dwfl_segment_report_module()
371 GElf_Off filesz_offset = filesz_vaddr - vaddr + offset; in dwfl_segment_report_module()
596 const GElf_Off cost = (contiguous < file_trimmed_end ? total_filesz in dwfl_segment_report_module()
599 const GElf_Off worthwhile = ((dynstr_vaddr == 0 || dynstrsz == 0) ? 0 in dwfl_segment_report_module()
[all …]
Dcore-file.c191 GElf_Off cost, GElf_Off worthwhile, in core_file_read_eagerly()
192 GElf_Off whole, in core_file_read_eagerly()
193 GElf_Off contiguous __attribute__ ((unused)), in core_file_read_eagerly()
269 const GElf_Off align = dwfl->segment_align ?: 1; in dwfl_elf_phdr_memory_callback()
278 GElf_Off start = vaddr - phdr.p_vaddr + phdr.p_offset; in dwfl_elf_phdr_memory_callback()
279 GElf_Off end; in dwfl_elf_phdr_memory_callback()
DlibdwflP.h129 GElf_Off lookup_tail_vaddr;
130 GElf_Off lookup_tail_offset;
429 GElf_Off cost, GElf_Off worthwhile,
430 GElf_Off whole, GElf_Off contiguous,
Ddwfl_module_getdwarf.c628 GElf_Addr addrs[n], GElf_Off offs[n]) in find_offsets()
725 GElf_Off offs[i_max] = { 0, }; in find_dynsym()
762 GElf_Off buckets_at = (offs[i_gnu_hash] + sizeof *header in find_dynsym()
778 GElf_Off hasharr_at = (buckets_at in find_dynsym()
/external/elfutils/0.153/src/
Dsize.c461 GElf_Off total = 0; in show_sysv()
510 GElf_Off total = 0; in show_sysv_one_line()
552 GElf_Off textsize = 0; in show_bsd()
553 GElf_Off datasize = 0; in show_bsd()
554 GElf_Off bsssize = 0; in show_bsd()
627 GElf_Off total = 0; in show_segments()
Delfcmp.c626 GElf_Off last = phdr1->p_offset; in main()
627 GElf_Off end = phdr1->p_offset + phdr1->p_filesz; in main()
Dstrip.c1113 GElf_Off lastoffset = 0; in handle_elf()
1330 & ~((GElf_Off) (shdr_info[cnt].shdr.sh_addralign - 1))); in handle_elf()
1338 GElf_Off filesz = (shdr_info[cnt].shdr.sh_type != SHT_NOBITS in handle_elf()
1915 & ~((GElf_Off) (offsize - 1))); in handle_elf()
Dunstrip.c1476 GElf_Off offset = 0; in copy_elided_sections()
1521 const GElf_Off end_offset = (shdr_mem.sh_offset in copy_elided_sections()
1795 GElf_Off align = shdr->sh_addralign ?: 1; in copy_elided_sections()
1812 GElf_Off sh_align = gelf_getclass (unstripped) * 4; in copy_elided_sections()
Dxelf.h308 # define XElf_Off GElf_Off
Delflint.c3740 const GElf_Off end = phdr->p_offset + phdr->p_filesz; in check_sections()
3927 static GElf_Off
3929 Elf_Data *data, int shndx, int phndx, GElf_Off start) in check_note_data()
4025 GElf_Off notes_size = 0; in check_note()
4061 GElf_Off notes_size = check_note_data (ebl, ehdr, data, idx, 0, 0); in check_note_section()
Dreadelf.c8040 handle_auxv_note (Ebl *ebl, Elf *core, GElf_Word descsz, GElf_Off desc_pos) in handle_auxv_note()
8143 GElf_Off start, Elf_Data *data) in handle_notes_data()
/external/elfutils/0.153/libasm/
DlibasmP.h96 GElf_Off offset;
201 GElf_Off offset;
/external/elfutils/0.153/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.c339 assert ((GElf_Off) dl->data.d.d_off <= shdr->sh_size); in __elfw2()
341 - (GElf_Off) dl->data.d.d_off)); in __elfw2()
/external/elfutils/elfutils/
Dlibdw.h101 typedef GElf_Off Dwarf_Off;
/external/elfutils/0.153/libdw/
Dlibdw.h101 typedef GElf_Off Dwarf_Off;
/external/ltrace/
Doutput.c594 GElf_Off off = 0; in frame_callback()