Home
last modified time | relevance | path

Searched refs:address (Results 1 – 25 of 116) sorted by relevance

12345

/ndk/sources/host-tools/sed-4.2.1/lib/
Dalloca.c343 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/
Dalloca.c355 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/
Ddwarf_die.cc99 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()
Ddwarf_cu.cc468 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 …]
Ddwarf_cu.h217 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);
Delff_api.cc54 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()
Ddwarf_die.h80 DIEObject* get_leaf_for_address(Elf_Xword address);
108 bool contains_address(Elf_Xword address);
Delff_api.h156 uint64_t address,
Delf_file.cc176 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/
Dndk-stack-parser.c279 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/
DMakevars36 # 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
Dko.po29 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"
Dhe.po29 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/
DMakevars40 # 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.h124 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/
Ddistrib.sed9 # The From: line is rewritten to use the "address (comments)" form
14 # The Sender: field below reflects the address of the person who
Drecall2.sed2 # if they are used in an address, so that the matcher does not
/ndk/build/tools/toolchain-patches/build/
D0002-Options-brought-in-from-core-combo-for-IA.patch24 + -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/
Dsed.x243 the input stream, and the address 2~5 will match every fifth line,
264 GNU \*(sd also supports some special 2-address forms:
Dsed.info141 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/
DNEWS33 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/
Dstack_allocator.h135 pointer address(reference __x) const {return &__x;} in address() function
136 const_pointer address(const_reference __x) const { return &__x; } in address() function
Dmvctor_declaration_test.cpp103 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/
Dstack_allocator.h135 pointer address(reference __x) const {return &__x;} in address() function
136 const_pointer address(const_reference __x) const { return &__x; } in address() function
Dmvctor_declaration_test.cpp103 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

12345