HomeSort by relevance Sort by last modified time
    Searched defs:local_start (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-avr/
relax-03.s 5 local_start: label
14 .type local_start, @function
15 .size local_start, .-local_start
relax-02.s 6 local_start: label
15 .type local_start, @function
16 .size local_start, .-local_start
  /external/google-breakpad/src/client/mac/handler/
dynamic_images.cc 195 uint8_t* local_start; local
201 reinterpret_cast<vm_offset_t*>(&local_start),
209 &local_start[(mach_vm_address_t)address - page_address],
211 mach_vm_deallocate(mach_task_self(), (uintptr_t)local_start, local_length);

Completed in 250 milliseconds