Searched defs:phdr_limit (Results 1 - 2 of 2) sorted by relevance

/ndk/sources/android/crazy_linker/src/
H A Dlinker_phdr.cpp190 const ELF::Phdr* phdr_limit = phdr + phdr_count; local
192 for (; phdr < phdr_limit; phdr++) {
264 const ELF::Phdr* phdr_limit = phdr_table + phdr_count; local
266 for (phdr = phdr_table; phdr < phdr_limit; ++phdr) {
350 const ELF::Phdr* phdr_limit = phdr + phdr_count; local
352 for (phdr = phdr_table; phdr < phdr_limit; phdr++) {
387 const ELF::Phdr* phdr_limit = phdr + phdr_count; local
389 for (phdr = phdr_table; phdr < phdr_limit; phdr++) {
H A Dcrazy_linker_elf_loader.cpp219 const ELF::Phdr* phdr_limit = phdr_table_ + phdr_num_; local
222 for (const ELF::Phdr* phdr = phdr_table_; phdr < phdr_limit; ++phdr) {
231 for (const ELF::Phdr* phdr = phdr_table_; phdr < phdr_limit; ++phdr) {
251 const ELF::Phdr* phdr_limit = phdr_table_ + phdr_num_; local
253 for (ELF::Phdr* phdr = phdr_table_; phdr < phdr_limit; ++phdr) {

Completed in 24 milliseconds