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

/bionic/linker/
H A Dlinker_reloc_iterators.h31 typedef ElfW(Rela) rel_t; typedef in class:plain_reloc_iterator
33 typedef ElfW(Rel) rel_t;
36 plain_reloc_iterator(rel_t* rel_array, size_t count)
43 rel_t* next() {
47 rel_t* const begin_;
48 rel_t* const end_;
49 rel_t* current_;
57 typedef ElfW(Rela) rel_t; typedef in class:packed_reloc_iterator
59 typedef ElfW(Rel) rel_t;
77 rel_t* nex
[all...]

Completed in 6 milliseconds