/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | alloca.c | 343 i00afunc (long *address) in i00afunc() argument 378 if ((block <= address) && (address < (block + size))) in i00afunc() 385 result = address - block; in i00afunc() 417 i00afunc (long address) in i00afunc() argument 452 while (!(this_segment <= address && address <= stkl)) in i00afunc() 455 fprintf (stderr, "%011o %011o %011o\n", this_segment, address, stkl); in i00afunc() 466 result = address - this_segment; in i00afunc()
|
/ndk/sources/host-tools/make-3.81/ |
D | alloca.c | 355 i00afunc (long *address) in i00afunc() argument 390 if ((block <= address) && (address < (block + size))) in i00afunc() 397 result = address - block; in i00afunc() 429 i00afunc (long address) in i00afunc() argument 464 while (!(this_segment <= address && address <= stkl)) in i00afunc() 467 fprintf (stderr, "%011o %011o %011o\n", this_segment, address, stkl); in i00afunc() 478 result = address - this_segment; in i00afunc()
|
/ndk/sources/host-tools/ndk-stack/elff/ |
D | dwarf_die.cc | 99 DIEObject* DIEObject::get_leaf_for_address(Elf_Xword address) { in get_leaf_for_address() argument 101 contains_address<Elf_Xword>(address) : in get_leaf_for_address() 102 contains_address<Elf_Word>(address); in get_leaf_for_address() 117 DIEObject* leaf = child->get_leaf_for_address(address); in get_leaf_for_address() 128 bool DIEObject::contains_address(Elf_Xword address) { in contains_address() argument 142 if (address >= low && address < high) { in contains_address() 155 address < low_pc.value()->u64 || in contains_address() 156 address >= high_pc.value()->u64) { in contains_address()
|
D | dwarf_cu.cc | 468 Elf_Xword address, in get_pc_address_file_info() argument 512 address >= prev_address && address < state.address_) { in get_pc_address_file_info() 514 } else if (address == state.address_) { in get_pc_address_file_info() 563 address >= prev_address && address < state.address_) { in get_pc_address_file_info() 565 } else if (address == state.address_) { in get_pc_address_file_info() 623 address >= prev_address && address < state.address_) { in get_pc_address_file_info() 625 } else if (address == state.address_) { in get_pc_address_file_info() 638 address >= prev_address && address < state.address_) { in get_pc_address_file_info() 640 } else if (address == state.address_) { in get_pc_address_file_info() 684 address >= prev_address && address < state.address_) { in get_pc_address_file_info() [all …]
|
D | dwarf_cu.h | 217 DIEObject* get_leaf_die_for_address(Elf_Xword address) const { in get_leaf_die_for_address() argument 218 return cu_die_->get_leaf_for_address(address); in get_leaf_die_for_address() 267 virtual bool get_pc_address_file_info(Elf_Xword address, 353 bool get_pc_address_file_info(Elf_Xword address, Dwarf_AddressInfo* info);
|
D | elff_api.cc | 54 uint64_t address, in elff_get_pc_address_info() argument 63 if (reinterpret_cast<ElfFile*>(handle)->get_pc_address_info(address, in elff_get_pc_address_info()
|
D | dwarf_die.h | 80 DIEObject* get_leaf_for_address(Elf_Xword address); 108 bool contains_address(Elf_Xword address);
|
D | elff_api.h | 156 uint64_t address,
|
D | elf_file.cc | 176 bool ElfFile::get_pc_address_info(Elf_Xword address, in get_pc_address_info() argument 196 info.die_obj = cu->get_leaf_die_for_address(address); in get_pc_address_info() 199 if (cu->get_pc_address_file_info(address, &info)) { in get_pc_address_info()
|
/ndk/sources/host-tools/ndk-stack/ |
D | ndk-stack-parser.c | 279 uint64_t address; in ParseFrame() local 309 address = strtoul(pc_address, &eptr, 16); in ParseFrame() 347 if (!elff_get_pc_address_info(elff_handle, address, &pc_info)) { in ParseFrame() 362 (uint32_t)address, sym_file); in ParseFrame()
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
D | Makevars | 36 # This is the email address or URL to which the translators shall report 47 # It can be your email address, or a mailing list address where translators
|
D | ko.po | 29 msgid "invalid usage of +N or ~N as first address" 71 msgid "command only uses one address" 76 msgid "unterminated address regex" 125 msgid "invalid usage of line address 0" 500 #~ msgid "INTERNAL ERROR: bad address type"
|
D | he.po | 29 msgid "invalid usage of +N or ~N as first address" 71 msgid "command only uses one address" 76 msgid "unterminated address regex" 125 msgid "invalid usage of line address 0" 500 #~ msgid "INTERNAL ERROR: bad address type"
|
/ndk/sources/host-tools/make-3.81/po/ |
D | Makevars | 40 # This is the email address or URL to which the translators shall report 51 # It can be your email address, or a mailing list address where translators
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _pthread_alloc.h | 124 pointer address(reference __x) const { return &__x; } in address() function 125 const_pointer address(const_reference __x) const { return &__x; } in address() function 307 pointer address(reference __x) const { return &__x; } 308 const_pointer address(const_reference __x) const { return &__x; }
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | distrib.sed | 9 # The From: line is rewritten to use the "address (comments)" form 14 # The Sender: field below reflects the address of the person who
|
D | recall2.sed | 2 # if they are used in an address, so that the matcher does not
|
/ndk/build/tools/toolchain-patches/build/ |
D | 0002-Options-brought-in-from-core-combo-for-IA.patch | 24 + -W -Wall -Werror=address -Werror=format-security -Werror=non-virtual-dtor -Werror=return-type \ 43 + -Werror=address -Werror=sequence-point \
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | sed.x | 243 the input stream, and the address 2~5 will match every fifth line, 264 GNU \*(sd also supports some special 2-address forms:
|
D | sed.info | 141 options and the bug-reporting address, then exit. 280 Each `sed' command consists of an optional address or address range, 308 are executed; each command can have an address associated to it: 352 This address matches the last line of the last file of input, or 393 address is given, then only lines matching that address are matched. 395 An address range can be specified by specifying two addresses 396 separated by a comma (`,'). An address range matches lines starting 397 from where the first address matches, and continues until the second 398 address matches (inclusively). 400 If the second address is a REGEXP, then checking for the ending [all …]
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | NEWS | 33 in the `s' command, address kinds `FIRST~STEP' and `ADDR1,+N' and `ADDR1,~N', 34 line address 0, `e' or `z' commands, text between an `a' or `c' or `i' 155 * the special address 0 can only be used in 0,/RE/ or 0~STEP addresses; 173 * 0 address behaves correctly in single-file (-i and -s) mode. 442 The first address of these can be any of the previously existing 444 second address of a range. 446 * Added support for pseudo-address "0" as the first address in an 447 address-range, simplifying scripts which happen to match the end 448 address on the first line of input. For example, a script
|
/ndk/tests/device/test-stlport/unit/ |
D | stack_allocator.h | 135 pointer address(reference __x) const {return &__x;} in address() function 136 const_pointer address(const_reference __x) const { return &__x; } in address() function
|
D | mvctor_declaration_test.cpp | 103 pointer address(reference __x) const { return &__x; } in address() function in std::allocator 104 const_pointer address(const_reference __x) const { return &__x; } in address() function in std::allocator
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | stack_allocator.h | 135 pointer address(reference __x) const {return &__x;} in address() function 136 const_pointer address(const_reference __x) const { return &__x; } in address() function
|
D | mvctor_declaration_test.cpp | 103 pointer address(reference __x) const { return &__x; } in address() function in std::allocator 104 const_pointer address(const_reference __x) const { return &__x; } in address() function in std::allocator
|