HomeSort by relevance Sort by last modified time
    Searched refs:phdr_limit (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/android_crazy_linker/src/src/
linker_phdr.cpp 190 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++) {
crazy_linker_elf_loader.cpp 225 const ELF::Phdr* phdr_limit = phdr_table_ + phdr_num_; local
228 for (const ELF::Phdr* phdr = phdr_table_; phdr < phdr_limit; ++phdr) {
237 for (const ELF::Phdr* phdr = phdr_table_; phdr < phdr_limit; ++phdr) {
257 const ELF::Phdr* phdr_limit = phdr_table_ + phdr_num_; local
259 for (ELF::Phdr* phdr = phdr_table_; phdr < phdr_limit; ++phdr) {
  /ndk/sources/android/crazy_linker/src/
linker_phdr.cpp 190 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++) {
crazy_linker_elf_loader.cpp 219 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) {
  /bionic/linker/
linker_phdr.cpp 407 const ElfW(Phdr)* phdr_limit = phdr + phdr_count;
409 for (; phdr < phdr_limit; phdr++) {
468 const ElfW(Phdr)* phdr_limit = phdr + phdr_count;
470 for (phdr = phdr_table; phdr < phdr_limit; phdr++) {
539 const ElfW(Phdr)* phdr_limit = phdr + phdr_count;
542 for (phdr = phdr_table; phdr < phdr_limit; phdr++) {
600 const ElfW(Phdr)* phdr_limit = phdr + phdr_count;
602 for (phdr = phdr_table; phdr < phdr_limit; phdr++) {
680 const ElfW(Phdr)* phdr_limit = phdr + phdr_count;
682 for (phdr = phdr_table; phdr < phdr_limit; phdr++)
    [all...]

Completed in 172 milliseconds