Searched refs:ent (Results 1 – 7 of 7) sorted by relevance
/development/ndk/platforms/android-21/arch-mips/include/machine/ |
D | asm.h | 37 #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/ |
D | asm.h | 37 #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/ |
D | asm.h | 222 .ent x, 0; \ 240 .ent x, 0; \ 253 .ent x, 0; \ 268 .ent x, 0; \
|
/development/vndk/tools/definition-tool/tools/ |
D | remove_dt_needed.py | 203 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/ |
D | asm.h | 44 #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/ |
D | vndk_definition_tool.py | 420 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/ |
D | bridge.h | 631 u64 ent; member
|