OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:punconfigured
(Results
1 - 5
of
5
) sorted by null
/toolchain/binutils/binutils-2.25/gold/
archive.cc
649
//
PUNCONFIGURED
is not NULL, then if the ELF object has an
650
// unsupported target type, set *
PUNCONFIGURED
to true and return
654
Archive::get_elf_object_for_member(off_t off, bool*
punconfigured
)
656
if (
punconfigured
!= NULL)
657
*
punconfigured
= false;
677
punconfigured
);
995
bool*
punconfigured
= NULL;
local
997
punconfigured
= &unconfigured;
999
Object* obj = this->get_elf_object_for_member(off,
punconfigured
);
[
all
...]
object.cc
[
all
...]
readsyms.cc
327
bool*
punconfigured
= NULL;
local
333
punconfigured
= (input_file->will_search_for()
338
punconfigured
);
object.h
[
all
...]
ChangeLog
[
all
...]
Completed in 427 milliseconds