OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:undefs
(Results
1 - 16
of
16
) sorted by null
/external/llvm/lib/LTO/
LTOCodeGenerator.cpp
111
const std::vector<const char *> &
undefs
= Mod->getAsmUndefinedRefs();
local
112
for (int i = 0, e =
undefs
.size(); i != e; ++i)
113
AsmUndefinedRefs[
undefs
[i]] = 1;
127
const std::vector<const char*> &
Undefs
= Mod->getAsmUndefinedRefs();
128
for (int I = 0, E =
Undefs
.size(); I != E; ++I)
129
AsmUndefinedRefs[
Undefs
[I]] = 1;
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfdlink.h
170
struct bfd_link_hash_entry *
undefs
;
171
/* Entries are added to the tail of the
undefs
list. */
198
/* Add an entry to the
undefs
list. */
202
/* Remove symbols from the
undefs
list that don't belong there. */
169
struct bfd_link_hash_entry *
undefs
;
member in struct:bfd_link_hash_table
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfdlink.h
170
struct bfd_link_hash_entry *
undefs
;
171
/* Entries are added to the tail of the
undefs
list. */
198
/* Add an entry to the
undefs
list. */
202
/* Remove symbols from the
undefs
list that don't belong there. */
169
struct bfd_link_hash_entry *
undefs
;
member in struct:bfd_link_hash_table
/toolchain/binutils/binutils-2.25/include/
bfdlink.h
168
struct bfd_link_hash_entry *
undefs
;
169
/* Entries are added to the tail of the
undefs
list. */
204
/* Add an entry to the
undefs
list. */
208
/* Remove symbols from the
undefs
list that don't belong there. */
167
struct bfd_link_hash_entry *
undefs
;
member in struct:bfd_link_hash_table
/toolchain/binutils/binutils-2.25/gold/
plugin.cc
580
Undefined_symbol_list
undefs
;
local
581
undefs
.reserve(this->undefined_symbols_.size());
582
this->undefined_symbols_.swap(
undefs
);
586
for (Undefined_symbol_list::const_iterator p =
undefs
.begin();
587
p !=
undefs
.end();
[
all
...]
/external/srtp/
config.status
869
cat >$tmp/
undefs
.sed <<CEOF
912
sed -f $tmp/
undefs
.sed $tmp/in >$tmp/out
916
cat >$tmp/
undefs
.sed <<CEOF
926
sed -f $tmp/
undefs
.sed $tmp/in >$tmp/out
configure
[
all
...]
/external/fec/
configure
[
all
...]
/toolchain/binutils/binutils-2.25/bfd/
linker.c
479
table->
undefs
= NULL;
669
/* Add a symbol to the linker hash table
undefs
list. */
678
if (table->
undefs
== NULL)
679
table->
undefs
= h;
683
/* The
undefs
list was designed so that in normal use we don't need to
695
pun = &table->
undefs
;
707
if (pun == &table->
undefs
)
[
all
...]
ecoff.c
[
all
...]
elf64-ia64-vms.c
[
all
...]
elflink.c
[
all
...]
vms-alpha.c
[
all
...]
/external/v8/src/
objects.cc
17465
uint32_t
undefs
= 0;
local
17631
unsigned int
undefs
= limit;
local
[
all
...]
/toolchain/binutils/binutils-2.25/ld/
ldlang.c
3266
struct bfd_link_hash_entry *
undefs
;
local
[
all
...]
/external/cmockery/cmockery_0_1_2/
configure
[
all
...]
Completed in 2536 milliseconds