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

  /external/oprofile/libopagent/
opagent.h 38 unsigned long vma; member in struct:debug_line_info
76 * vma: The virtual memory address of the executable code.
79 * that given by the vma argument. For some JIT compilers,
90 uint64_t vma, void const * code,
117 * vma: The virtual memory address of the compiled code being unloaded.
118 * An op_write_native_code() with the same vma should have
124 int op_unload_native_code(op_agent_t hdl, uint64_t vma);
jitdump.h 69 u64 vma; member in struct:jr_code_load
80 u64 vma; member in struct:jr_code_unload
  /external/oprofile/libpp/
symbol_sort.h 29 vma, enumerator in enum:sort_options::sort_order
profile.h 30 * i.e. set of count values for VMA offsets for
131 * So we pass our anon mapping start VMA to op_bfd, which looks
132 * for a section with that VMA, then returns the section's
172 odb_key_t vma() const { return it->first + start_offset; } function in class:profile_t::const_iterator
symbol.h 49 /// associate vma address with a file location and a samples count
51 sample_entry() : vma(0) {}
55 bfd_vma vma; member in struct:sample_entry
61 /// associate a symbol with a file location, samples count and vma address
75 /// file location, vma and cumulated samples count for this symbol
79 /// symbol size as calculated by op_bfd, start of symbol is sample.vma
  /external/oprofile/opjitconv/
opjitconv.h 43 /* vma */
44 unsigned long long vma; member in struct:jitentry
103 size_t size, bfd_vma vma, flagword flags);
  /external/oprofile/libutil++/
op_bfd.h 48 op_bfd_symbol(bfd_vma vma, size_t size, std::string const & name);
50 bfd_vma vma() const { return symb_value + section_vma; } function in class:op_bfd_symbol
75 /// the section vma for this symbol
93 * symbols and retrieving informations for symbols or vma.
158 * @param start reference to the start vma
159 * @param end reference to the end vma
161 * return in start, end the vma range for this binary object.
171 * vma.
173 unsigned long get_start_offset(bfd_vma vma = 0) const;
182 /// sorted vector by vma of interesting symbol
    [all...]
  /external/wpa_supplicant_8/src/utils/
trace.c 127 bfd_vma vma; local
136 vma = bfd_get_section_vma(abfd, section);
137 if (data->pc < vma)
141 if (data->pc >= vma + size)
145 data->pc - vma,
  /ndk/sources/host-tools/ndk-stack/binutils/
addr2line.c 155 bfd_vma vma;
164 vma = bfd_get_section_vma (abfd, section);
165 if (pc < vma)
169 if (pc >= vma + size)
172 found = bfd_find_nearest_line_discriminator (abfd, section, syms, pc - vma,
152 bfd_vma vma; local
  /frameworks/compile/mclinker/include/mcld/Script/
OutputSectDesc.h 47 const RpnExpr& vma() const { function in struct:mcld::OutputSectDesc::Prolog
51 RpnExpr& vma() { function in struct:mcld::OutputSectDesc::Prolog
  /external/oprofile/pp/
opannotate.cpp 82 // strtoull must work, assuming unsigned long long can contain a vma
84 bfd_vma vma = strtoull(str_vma.c_str(), NULL, 16); local
86 return samples->find_symbol(image_name, vma);
179 // strtoull must work, assuming unsigned long long can contain a vma
182 bfd_vma vma = strtoull((*sit).c_str(), NULL, 16); local
185 && ((sample->vma < last_symbol_vma) || (sample->vma > vma))) {
187 } else if (sample && sample->vma == vma) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 2214 uint64_t vma = 0x0, offset = 0x0; local
    [all...]
  /external/chromium_org/v8/src/
log.cc 350 uint64_t vma; member in struct:v8::internal::PerfJitLogger::jr_code_load
423 code_load.vma = 0x0; // Our addresses are absolute.
    [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/include/
bfd.h 239 #define bfd_asymbol_base(x) ((x)->section->vma)
293 #define bfd_get_section_vma(bfd, ptr) ((void) bfd, (ptr)->vma)
300 #define bfd_section_vma(bfd, ptr) ((ptr)->vma)
308 #define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma = TRUE), TRUE)
706 file headers (and hence BFD's idea of each section's VMA) put them at.
709 remote memory at target address VMA into the local buffer at MYADDR; it
715 int (*target_read_memory) (bfd_vma vma, bfd_byte *myaddr,
1441 bfd_vma vma; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfd.h 239 #define bfd_asymbol_base(x) ((x)->section->vma)
293 #define bfd_get_section_vma(bfd, ptr) ((void) bfd, (ptr)->vma)
300 #define bfd_section_vma(bfd, ptr) ((ptr)->vma)
308 #define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma = TRUE), TRUE)
706 file headers (and hence BFD's idea of each section's VMA) put them at.
709 remote memory at target address VMA into the local buffer at MYADDR; it
715 int (*target_read_memory) (bfd_vma vma, bfd_byte *myaddr,
1441 bfd_vma vma; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/include/
bfd.h 239 #define bfd_asymbol_base(x) ((x)->section->vma)
293 #define bfd_get_section_vma(bfd, ptr) ((void) bfd, (ptr)->vma)
300 #define bfd_section_vma(bfd, ptr) ((ptr)->vma)
308 #define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma = TRUE), TRUE)
706 file headers (and hence BFD's idea of each section's VMA) put them at.
709 remote memory at target address VMA into the local buffer at MYADDR; it
715 int (*target_read_memory) (bfd_vma vma, bfd_byte *myaddr,
1441 bfd_vma vma; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/include/
bfd.h 239 #define bfd_asymbol_base(x) ((x)->section->vma)
293 #define bfd_get_section_vma(bfd, ptr) ((void) bfd, (ptr)->vma)
300 #define bfd_section_vma(bfd, ptr) ((ptr)->vma)
308 #define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma = TRUE), TRUE)
706 file headers (and hence BFD's idea of each section's VMA) put them at.
709 remote memory at target address VMA into the local buffer at MYADDR; it
715 int (*target_read_memory) (bfd_vma vma, bfd_byte *myaddr,
1441 bfd_vma vma; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/include/
bfd.h 239 #define bfd_asymbol_base(x) ((x)->section->vma)
293 #define bfd_get_section_vma(bfd, ptr) ((void) bfd, (ptr)->vma)
300 #define bfd_section_vma(bfd, ptr) ((ptr)->vma)
308 #define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma = TRUE), TRUE)
706 file headers (and hence BFD's idea of each section's VMA) put them at.
709 remote memory at target address VMA into the local buffer at MYADDR; it
715 int (*target_read_memory) (bfd_vma vma, bfd_byte *myaddr,
1441 bfd_vma vma; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/x86_64-linux-gnu/aarch64-linux-android/include/
bfd.h 237 #define bfd_asymbol_base(x) ((x)->section->vma)
291 #define bfd_get_section_vma(bfd, ptr) ((void) bfd, (ptr)->vma)
298 #define bfd_section_vma(bfd, ptr) ((ptr)->vma)
306 #define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma = TRUE), TRUE)
706 file headers (and hence BFD's idea of each section's VMA) put them at.
709 remote memory at target address VMA into the local buffer at MYADDR; it
715 int (*target_read_memory) (bfd_vma vma, bfd_byte *myaddr,
1465 bfd_vma vma; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfd.h 239 #define bfd_asymbol_base(x) ((x)->section->vma)
293 #define bfd_get_section_vma(bfd, ptr) ((void) bfd, (ptr)->vma)
300 #define bfd_section_vma(bfd, ptr) ((ptr)->vma)
308 #define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma = TRUE), TRUE)
706 file headers (and hence BFD's idea of each section's VMA) put them at.
709 remote memory at target address VMA into the local buffer at MYADDR; it
715 int (*target_read_memory) (bfd_vma vma, bfd_byte *myaddr,
1441 bfd_vma vma; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/include/
bfd.h 239 #define bfd_asymbol_base(x) ((x)->section->vma)
293 #define bfd_get_section_vma(bfd, ptr) ((void) bfd, (ptr)->vma)
300 #define bfd_section_vma(bfd, ptr) ((ptr)->vma)
308 #define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma = TRUE), TRUE)
706 file headers (and hence BFD's idea of each section's VMA) put them at.
709 remote memory at target address VMA into the local buffer at MYADDR; it
715 int (*target_read_memory) (bfd_vma vma, bfd_byte *myaddr,
1441 bfd_vma vma; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.8/include/
bfd.h 239 #define bfd_asymbol_base(x) ((x)->section->vma)
293 #define bfd_get_section_vma(bfd, ptr) ((void) bfd, (ptr)->vma)
300 #define bfd_section_vma(bfd, ptr) ((ptr)->vma)
308 #define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma = TRUE), TRUE)
706 file headers (and hence BFD's idea of each section's VMA) put them at.
709 remote memory at target address VMA into the local buffer at MYADDR; it
715 int (*target_read_memory) (bfd_vma vma, bfd_byte *myaddr,
1441 bfd_vma vma; member in struct:bfd_section
    [all...]

Completed in 2397 milliseconds