HomeSort by relevance Sort by last modified time
    Searched refs:Elf32_Word (Results 51 - 75 of 94) sorted by null

1 23 4

  /bionic/tools/relocation_packer/src/
elf_traits.h 32 typedef Elf32_Word Word;
  /external/elfutils/libdw/
dwarf_begin_elf.c 263 Elf32_Word *scnidx = (Elf32_Word *) data->d_buf;
265 for (cnt = 1; cnt * sizeof (Elf32_Word) <= data->d_size; ++cnt)
  /external/elfutils/libelf/
libelf.h 46 Elf32_Word ch_type; /* Compression format. */
47 Elf32_Word ch_size; /* Uncompressed data size. */
48 Elf32_Word ch_addralign; /* Uncompressed data alignment. */
82 ELF_T_WORD, /* Elf32_Word, Elf64_Word, ... */
gelf.h 228 Elf32_Word *__xshndx);
234 Elf32_Word __xshndx);
elf_getshdrstrndx.c 79 Elf32_Word num;
elf_begin.c 161 Elf32_Word size;
169 sizeof (Elf32_Word));
171 if (unlikely (pread_retry (fildes, &size, sizeof (Elf32_Word),
174 != sizeof (Elf32_Word)))
    [all...]
  /external/elfutils/src/
ldgeneric.c 76 const Elf32_Word *dblindirect);
96 const Elf32_Word *dblindirect);
99 static void mark_section_used (struct scninfo *scninfo, Elf32_Word shndx,
646 Elf32_Word xndx;
794 find_section_group (struct usedfiles *fileinfo, Elf32_Word shndx,
802 Elf32_Word *grpref;
815 grpref = (Elf32_Word *) data->d_buf;
816 cnt = data->d_size / sizeof (Elf32_Word);
842 mark_section_group (struct usedfiles *fileinfo, Elf32_Word shndx,
848 Elf32_Word *grpref
    [all...]
i386_ld.c 61 const Elf32_Word *dblindirect)
77 const Elf32_Word *symindirect;
113 Elf32_Word si;
115 Elf32_Word xndx;
160 Elf32_Word toadd = file->scninfo[xndx].offset;
382 ((Elf32_Word *) data->d_buf)[0] = shdr->sh_addr;
460 assert ((3 + pltidx) * sizeof (Elf32_Word) <= data->d_size);
466 ((Elf32_Word *) data->d_buf)[2 + pltidx] = pltentryaddr + 6;
546 Elf32_Word r_sym = XELF_R_SYM (rel->r_info);
712 const Elf32_Word *dblindirect __attribute__ ((unused))
    [all...]
xelf.h 35 # define XElf_Word Elf32_Word
36 # define XElf_Xword Elf32_Word
75 ? ((Elf32_Word *) ((ndxdata)->d_buf))[idx] : 0)
82 ((Elf32_Word *) ((ndxdata)->d_buf))[idx] = name2
146 case ELF_T_WORD: fsize = sizeof (Elf32_Word); break; \
207 ? ((Elf32_Word *) ((ndxdata)->d_buf))[idx] : 0)
214 (((Elf32_Word *) ((ndxdata)->d_buf))[idx] = name2)
readelf.c     [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFObjectReader.cpp 139 const llvm::ELF::Elf32_Word* value =
140 reinterpret_cast<const llvm::ELF::Elf32_Word*>(region.begin());
142 size_t size = region.size() / sizeof(llvm::ELF::Elf32_Word);
  /external/elfutils/libasm/
libasmP.h 232 Elf32_Word flags;
asm_end.c 213 Elf32_Word ndx;
237 shdr->sh_entsize = sizeof (Elf32_Word);
238 shdr->sh_addralign = sizeof (Elf32_Word);
321 Elf32_Word *grpdata;
  /external/elfutils/tests/
alldts.c 234 phdr[0].p_align = sizeof (Elf32_Word);
242 phdr[1].p_align = 2 * sizeof (Elf32_Word);
update2.c 117 phdr[0].p_align = sizeof (Elf32_Word);
update3.c 166 phdr[0].p_align = sizeof (Elf32_Word);
update4.c 318 phdr[0].p_align = sizeof (Elf32_Word);
  /frameworks/compile/mclinker/include/mcld/ADT/
SizeTraits.h 48 typedef llvm::ELF::Elf32_Word Word;
  /external/icu/icu4c/source/tools/toolutil/
pkg_genc.cpp 825 (Elf32_Word)(2*sizeof(Elf32_Sym)), /* sh_size */
830 (Elf32_Word)(sizeof(Elf32_Sym)) /* sh_entsize */
850 (Elf32_Word)sizeof(entry), /* sh_size */
1098 sectionHeaders32[4].sh_size=(Elf32_Word)size;
1100 symbols32[1].st_size=(Elf32_Word)size;
    [all...]
  /external/elfutils/libdwfl/
offline.c 44 Elf32_Word shndx,
derelocate.c 250 Elf32_Word *shndxp)
  /external/syslinux/com32/include/sys/
elfcommon.h 162 #define DT_EXTRATAGIDX(tag) ((Elf32_Word)-((Elf32_Sword) (tag) <<1>>1)-1)
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 384 Elf32_Word ri_gprmask; // Mask of general purpose registers used.
385 Elf32_Word ri_cprmask[4]; // Mask of co-processor registers used.
391 Elf32_Word ri_gprmask; // Mask of general purpose registers used.
392 Elf32_Word ri_pad; // Padding.
393 Elf32_Word ri_cprmask[4]; // Mask of co-processor registers used.
    [all...]
  /external/valgrind/perf/
tinycc.c 118 typedef uint32_t Elf32_Word;
155 Elf32_Word e_version; /* Object file version */
159 Elf32_Word e_flags; /* Processor-specific flags */
302 Elf32_Word sh_name; /* Section name (string tbl index) */
303 Elf32_Word sh_type; /* Section type */
304 Elf32_Word sh_flags; /* Section flags */
307 Elf32_Word sh_size; /* Section size in bytes */
308 Elf32_Word sh_link; /* Link to another section */
309 Elf32_Word sh_info; /* Additional section information */
310 Elf32_Word sh_addralign; /* Section alignment *
    [all...]
  /external/vixl/examples/aarch32/
disasm-a32.cc 108 const Elf32_Shdr* Locate(Elf32_Word type,

Completed in 705 milliseconds

1 23 4