Searched refs:Elf_Word (Results 1 - 14 of 14) sorted by relevance

/external/qemu/elff/
H A Delf_mapped_section.h49 bool map(MapFile* handle, Elf_Xword offset, Elf_Word size);
63 Elf_Word size() const {
86 Elf_Word size_;
H A Delff_elf.h47 typedef uint32_t Elf_Word; typedef
105 Elf_Word e_version;
163 Elf_Word e_flags;
207 Elf_Word sh_name;
210 Elf_Word sh_type;
213 Elf_Word sh_flags;
224 Elf_Word sh_size;
227 Elf_Word sh_link;
230 Elf_Word sh_info;
235 Elf_Word sh_addralig
[all...]
H A Delf_mapped_section.cc35 Elf_Word size) {
45 size_ = (Elf_Word)mapped_bytes;
H A Ddwarf_cu.h36 Elf_Word line_number;
83 Elf_Word inc_dir_num;
252 virtual DIEObject* get_referenced_die_object(Elf_Word ref) const = 0;
257 virtual Elf_Word get_die_reference(const Dwarf_DIE* die) const = 0;
279 virtual const Dwarf_STMTL_FileDesc* get_stmt_file_info(Elf_Word index) = 0;
292 virtual const char* get_stmt_dir_name(Elf_Word dir_index) = 0;
360 const Dwarf_STMTL_FileDesc* get_stmt_file_info(Elf_Word index);
367 const char* get_stmt_dir_name(Elf_Word dir_index);
372 DIEObject* get_referenced_die_object(Elf_Word ref) const {
381 Elf_Word get_die_referenc
[all...]
H A Ddwarf_cu.cc41 if (*reinterpret_cast<const Elf_Word*>(hdr) == 0xFFFFFFFF) {
75 static_cast<Elf_Word>(attr_value->block.block_size + 1);
87 static_cast<Elf_Word>(attr_value->block.block_size + 2);
96 elf_file_->pull_val(reinterpret_cast<const Elf_Word*>(prop));
99 static_cast<Elf_Word>(attr_value->block.block_size + 4);
111 static_cast<Elf_Word>(attr_value->block.block_size +
138 elf_file_->pull_val(reinterpret_cast<const Elf_Word*>(prop));
181 Elf_Word str_offset =
182 elf_file_->pull_val(reinterpret_cast<const Elf_Word*>(prop));
193 elf_file_->pull_val(reinterpret_cast<const Elf_Word*>(pro
[all...]
H A Ddwarf_defs.h100 Elf_Word block_size;
115 Elf_Word u32;
119 Elf_Word ptr32;
133 Elf_Word encoded_size;
199 Elf_Word shift = 0;
472 Elf_Word size;
478 Elf_Word size_selector;
488 * Elf_Off - Type for abbrev_offset field. Must be Elf_Word for for 32-bit
508 typedef Dwarf_CUHdr<Dwarf32_SizeHdr, Elf_Word> Dwarf32_CUHdr;
516 * Elf_Size - Type for header_length field. Must be Elf_Word fo
[all...]
H A Ddwarf_die.cc102 contains_address<Elf_Word>(address);
139 Elf_Word range_off = die_ranges.value()->u32;
210 Elf_Word off = attr.value()->u32;
220 Elf_Word low, high;
221 while (elf_file()->get_range<Elf_Word>(off, &low, &high) &&
H A Ddwarf_die.h100 * address, or Elf_Word for 4 bytes address.
178 Elf_Word get_level() const {
H A Ddwarf_utils.cc250 printf("BYTE) = %u (x%02X)\n", (Elf_Word)attr_value->u8,
251 (Elf_Word)attr_value->u8);
260 printf("WORD) = %u (x%04X)\n", (Elf_Word)attr_value->u16,
261 (Elf_Word)attr_value->u16);
H A Delf_file.h478 bool get_range(Elf_Word offset, AddrType* low, AddrType* high) {
609 Elf_Word* size);
H A Delf_file.cc391 *reinterpret_cast<const Elf_Word*>(debug_info_.data()) == 0xFFFFFFFF;
443 Elf_Word* size) {
470 Elf_Word size;
/external/valgrind/main/VEX/switchback/
H A Dlinker.c180 #define Elf_Word Elf64_Word
195 #define Elf_Word Elf32_Word
393 findElfSection ( void* objImage, Elf_Word sh_type )
464 Elf_Word w = (Elf_Word)dstP;
519 Elf_Word* targ;
526 targ = (Elf_Word*)(ehdrC + shdr[ target_shndx ].sh_offset);
535 Elf_Word* pP = (Elf_Word*)P;
587 Elf_Word
[all...]
/external/valgrind/main/VEX/unused/
H A Dlinker.c116 #define Elf_Word Elf64_Word macro
131 #define Elf_Word Elf32_Word macro
327 findElfSection ( void* objImage, Elf_Word sh_type )
398 Elf_Word w = (Elf_Word)dstP;
425 Elf_Word* targ;
432 targ = (Elf_Word*)(ehdrC + shdr[ target_shndx ].sh_offset);
441 Elf_Word* pP = (Elf_Word*)P;
493 Elf_Word
[all...]
/external/llvm/include/llvm/Object/
H A DELF.h70 MaximumAlignment<uint32_t, max_alignment>::value> Elf_Word; typedef in struct:llvm::object::ELFDataTypeTypedefHelperCommon
118 typedef typename ELFDataTypeTypedefHelper <ELFT>::Elf_Word Elf_Word; \
135 Elf_Word sh_name; // Section name (index into string table)
136 Elf_Word sh_type; // Section type (SHT_*)
137 Elf_Word sh_flags; // Section flags (SHF_*)
140 Elf_Word sh_size; // Size of section, in bytes
141 Elf_Word sh_link; // Section type-specific header table index link
142 Elf_Word sh_info; // Section type-specific extra information
143 Elf_Word sh_addralig
[all...]

Completed in 459 milliseconds