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

1 2

  /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 129 bfd_vma vma; local
138 vma = bfd_get_section_vma(abfd, section);
139 if (data->pc < vma)
143 if (data->pc >= vma + size)
147 data->pc - vma,
  /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...]
  /external/kernel-headers/original/linux/
mm.h 67 pgprot_t vm_page_prot; /* Access permissions of this VMA. */
76 * linkage of vma in the address_space->i_mmap_nonlinear list.
89 * A file's MAP_PRIVATE vma can be in both i_mmap tree and anon_vma
90 * list, after a COW of one of the file pages. A MAP_SHARED vma
92 * or brk vma (with NULL file) can only be in an anon_vma list.
111 struct mempolicy *vm_policy; /* NUMA policy for the VMA */
122 struct vm_area_struct *vma; member in struct:vm_list_struct
159 #define VM_DONTCOPY 0x00020000 /* Do not copy this vma on fork */
166 #define VM_INSERTPAGE 0x02000000 /* The vma has had "vm_insert_page()" done on it */
204 int (*page_mkwrite)(struct vm_area_struct *vma, struct page *page)
1004 struct vm_area_struct * vma = find_vma(mm,start_addr); local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/include/
bfd.h 232 #define bfd_asymbol_base(x) ((x)->section->vma)
286 #define bfd_get_section_vma(bfd, ptr) ((ptr)->vma + 0)
292 #define bfd_section_vma(bfd, ptr) ((ptr)->vma)
300 #define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma = TRUE), TRUE)
693 file headers (and hence BFD's idea of each section's VMA) put them at.
696 remote memory at target address VMA into the local buffer at MYADDR; it
702 int (*target_read_memory) (bfd_vma vma, bfd_byte *myaddr, int len));
1396 bfd_vma vma; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/include/
bfd.h 232 #define bfd_asymbol_base(x) ((x)->section->vma)
286 #define bfd_get_section_vma(bfd, ptr) ((ptr)->vma + 0)
292 #define bfd_section_vma(bfd, ptr) ((ptr)->vma)
300 #define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma = TRUE), TRUE)
693 file headers (and hence BFD's idea of each section's VMA) put them at.
696 remote memory at target address VMA into the local buffer at MYADDR; it
702 int (*target_read_memory) (bfd_vma vma, bfd_byte *myaddr, int len));
1396 bfd_vma vma; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/include/
bfd.h 232 #define bfd_asymbol_base(x) ((x)->section->vma)
286 #define bfd_get_section_vma(bfd, ptr) ((ptr)->vma + 0)
292 #define bfd_section_vma(bfd, ptr) ((ptr)->vma)
300 #define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma = TRUE), TRUE)
693 file headers (and hence BFD's idea of each section's VMA) put them at.
696 remote memory at target address VMA into the local buffer at MYADDR; it
702 int (*target_read_memory) (bfd_vma vma, bfd_byte *myaddr, int len));
1396 bfd_vma vma; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/include/
bfd.h 232 #define bfd_asymbol_base(x) ((x)->section->vma)
286 #define bfd_get_section_vma(bfd, ptr) ((ptr)->vma + 0)
292 #define bfd_section_vma(bfd, ptr) ((ptr)->vma)
300 #define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma = TRUE), TRUE)
693 file headers (and hence BFD's idea of each section's VMA) put them at.
696 remote memory at target address VMA into the local buffer at MYADDR; it
702 int (*target_read_memory) (bfd_vma vma, bfd_byte *myaddr, int len));
1396 bfd_vma vma; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/include/
bfd.h 232 #define bfd_asymbol_base(x) ((x)->section->vma)
286 #define bfd_get_section_vma(bfd, ptr) ((ptr)->vma + 0)
292 #define bfd_section_vma(bfd, ptr) ((ptr)->vma)
300 #define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma = TRUE), TRUE)
693 file headers (and hence BFD's idea of each section's VMA) put them at.
696 remote memory at target address VMA into the local buffer at MYADDR; it
702 int (*target_read_memory) (bfd_vma vma, bfd_byte *myaddr, int len));
1396 bfd_vma vma; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/include/
bfd.h 232 #define bfd_asymbol_base(x) ((x)->section->vma)
286 #define bfd_get_section_vma(bfd, ptr) ((ptr)->vma + 0)
292 #define bfd_section_vma(bfd, ptr) ((ptr)->vma)
300 #define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma = TRUE), TRUE)
693 file headers (and hence BFD's idea of each section's VMA) put them at.
696 remote memory at target address VMA into the local buffer at MYADDR; it
702 int (*target_read_memory) (bfd_vma vma, bfd_byte *myaddr, int len));
1396 bfd_vma vma; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/include/
bfd.h 232 #define bfd_asymbol_base(x) ((x)->section->vma)
286 #define bfd_get_section_vma(bfd, ptr) ((ptr)->vma + 0)
292 #define bfd_section_vma(bfd, ptr) ((ptr)->vma)
300 #define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma = TRUE), TRUE)
693 file headers (and hence BFD's idea of each section's VMA) put them at.
696 remote memory at target address VMA into the local buffer at MYADDR; it
702 int (*target_read_memory) (bfd_vma vma, bfd_byte *myaddr, int len));
1396 bfd_vma vma; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/include/
bfd.h 232 #define bfd_asymbol_base(x) ((x)->section->vma)
286 #define bfd_get_section_vma(bfd, ptr) ((ptr)->vma + 0)
292 #define bfd_section_vma(bfd, ptr) ((ptr)->vma)
300 #define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma = TRUE), TRUE)
693 file headers (and hence BFD's idea of each section's VMA) put them at.
696 remote memory at target address VMA into the local buffer at MYADDR; it
702 int (*target_read_memory) (bfd_vma vma, bfd_byte *myaddr, int len));
1396 bfd_vma vma; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/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,
1415 bfd_vma vma; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/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,
1415 bfd_vma vma; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/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,
1415 bfd_vma vma; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/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,
1415 bfd_vma vma; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/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,
1415 bfd_vma vma; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/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,
1415 bfd_vma vma; member in struct:bfd_section
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/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,
1415 bfd_vma vma; member in struct:bfd_section
    [all...]

Completed in 1062 milliseconds

1 2