HomeSort by relevance Sort by last modified time
    Searched full:first_load (Results 1 - 2 of 2) sorted by null

  /external/trappy/tests/
test_cpu_power.py 122 first_load = trace.cpu_in_power.data_frame["load0"].iloc[0]
130 first_load)
135 first_load = trace.cpu_in_power.data_frame["load0"].iloc[0]
145 first_load)
  /toolchain/binutils/binutils-2.25/bfd/
elf-nacl.c 74 struct elf_segment_map **first_load = NULL; local
178 if (first_load == NULL)
182 first_load = m;
195 for (prevseg = *first_load;
216 if (first_load != last_load && moved_headers)
220 struct elf_segment_map *first = *first_load;
222 *first_load = first->next;

Completed in 1091 milliseconds