Home
last modified time | relevance | path

Searched refs:ent (Results 1 – 7 of 7) sorted by relevance

/development/ndk/platforms/android-21/arch-mips/include/machine/
Dasm.h37 #define __bionic_asm_custom_entry(f) .ent f
188 .ent x, 0; \
202 .ent x, 0; \
/development/ndk/platforms/android-21/arch-mips64/include/machine/
Dasm.h37 #define __bionic_asm_custom_entry(f) .ent f
188 .ent x, 0; \
202 .ent x, 0; \
/development/ndk/platforms/android-9/arch-mips/include/machine/
Dasm.h222 .ent x, 0; \
240 .ent x, 0; \
253 .ent x, 0; \
268 .ent x, 0; \
/development/vndk/tools/definition-tool/tools/
Dremove_dt_needed.py203 ent = parse_elf_dyn(ent_off)
204 if ent.d_tag != DT_NEEDED or \
205 extract_str(dynstr_off + ent.d_val) != dt_needed_name:
/development/ndk/platforms/android-9/arch-mips/include/asm/
Dasm.h44 #define LEAF(symbol) .globl symbol; .align 2; .type symbol, @function; .ent symbol, 0; sym…
45 …framesize, rpc) .globl symbol; .align 2; .type symbol, @function; .ent symbol, 0; symbol:…
/development/vndk/tools/definition-tool/
Dvndk_definition_tool.py420 ent = parse_elf_dyn(ent_off)
421 if ent.d_tag == ELF.DT_NEEDED:
422 self.dt_needed.append(extract_str(dynstr_off + ent.d_val))
423 elif ent.d_tag == ELF.DT_RPATH:
425 extract_str(dynstr_off + ent.d_val).split(':'))
426 elif ent.d_tag == ELF.DT_RUNPATH:
428 extract_str(dynstr_off + ent.d_val).split(':'))
444 ent = parse_elf_sym(ent_off)
445 symbol_name = extract_str(dynstr_off + ent.st_name)
446 if ent.is_undef:
[all …]
/development/ndk/platforms/android-9/arch-mips/include/asm/pci/
Dbridge.h631 u64 ent; member