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

  /external/ltrace/
libltrace.c 121 struct ltelf lte; local
122 if (ltelf_init(&lte, command) == 0)
123 ltelf_destroy(&lte);
ltrace-elf.c 57 arch_elf_init(struct ltelf *lte, struct library *lib)
63 arch_elf_destroy(struct ltelf *lte)
70 os_elf_add_plt_entry(struct process *proc, struct ltelf *lte,
80 arch_elf_add_plt_entry(struct process *proc, struct ltelf *lte,
90 os_elf_add_func_entry(struct process *proc, struct ltelf *lte,
106 arch_elf_add_func_entry(struct process *proc, struct ltelf *lte,
126 elf_get_section_if(struct ltelf *lte, Elf_Scn **tgt_sec, GElf_Shdr *tgt_shdr,
131 for (i = 1; i < lte->ehdr.e_shnum; ++i) {
135 scn = elf_getscn(lte->elf, i);
160 elf_get_section_covering(struct ltelf *lte, GElf_Addr addr
183 struct ltelf *lte; member in struct:section_named_data
1133 struct ltelf lte; local
    [all...]
  /cts/tools/dasm/src/dasm/
DasmCatchBuilder.java 178 LabelTableEntry lte = labels_table.get(uc.from); local
180 if (lte == null || lte.planted == false)
182 CodeAddress from = lte.code_address;
184 lte = labels_table.get(uc.to);
185 if (lte == null || lte.planted == false)
187 CodeAddress to = lte.code_address;
197 lte = labels_table.get(branch);
198 if (lte == null || lte.planted == false
    [all...]
DAsm.java 436 LabelTableEntry lte = labels_table.get(key); local
437 if (lte.planted == false) {
507 LabelTableEntry lte = labels_table.get(name); local
508 if (lte != null) {
509 if (lte.planted == true)
512 lte.planted = true;
513 addInsn(lte.code_address);
564 LabelTableEntry lte = labels_table.get(val); local
565 if (lte == null) {
568 lte = new LabelTableEntry(code_address, false)
660 LabelTableEntry lte = labels_table.get(v2); local
1009 LabelTableEntry lte = labels_table.get(v3); local
1447 LabelTableEntry lte = labels_table.get(t); local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 49 import org.apache.xpath.operations.Lte;
134 expr = lte(opPos); break;
303 * @return reference to {@link org.apache.xpath.operations.Lte} instance.
307 protected Expression lte(int opPos) throws TransformerException method in class:Compiler
309 return compileOperation(new Lte(), opPos);
    [all...]
  /external/ltrace/sysdeps/linux-gnu/ppc/
plt.c 243 arch_plt_sym_val(struct ltelf *lte, size_t ndx, GElf_Rela *rela)
245 if (lte->ehdr.e_machine == EM_PPC && lte->arch.secure_plt) {
246 assert(lte->arch.plt_stub_vma != 0);
247 return lte->arch.plt_stub_vma + PPC_PLT_STUB_SIZE * ndx;
249 } else if (lte->ehdr.e_machine == EM_PPC) {
255 } else if (reloc_is_irelative(lte->ehdr.e_machine, rela)) {
263 if (arch_translate_address(lte, res_addr, &res_addr) < 0) {
274 assert(lte->arch.plt_stub_vma != 0);
275 return lte->arch.plt_stub_vma + PPC64_PLT_STUB_SIZE * ndx
424 struct ltelf *lte = data; local
    [all...]
  /hardware/ril/include/telephony/
ril.h 163 PREF_NET_TYPE_LTE_CDMA_EVDO = 8, /* LTE, CDMA and EvDo */
164 PREF_NET_TYPE_LTE_GSM_WCDMA = 9, /* LTE, GSM/WCDMA */
165 PREF_NET_TYPE_LTE_CMDA_EVDO_GSM_WCDMA = 10, /* LTE, CDMA, EvDo, GSM/WCDMA */
166 PREF_NET_TYPE_LTE_ONLY = 11, /* LTE only */
167 PREF_NET_TYPE_LTE_WCDMA = 12 /* LTE/WCDMA */
977 RIL_CellInfoLte lte; member in union:__anon41660::__anon41661
    [all...]
  /packages/apps/OMA-DM/engine/dmlib/dmt-tools/lib/
joda-time-1.1.jar 

Completed in 224 milliseconds