Home
last modified time | relevance | path

Searched refs:FUNC_FLAG_PLT (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DFunction.h42 FUNC_FLAG_PLT = 1, enumerator
H A DDisasm.cc158 if (f->flags & FUNC_FLAG_PLT) in print_address_func()
H A DCallStack.cc534 if ((cur_instr->func->flags & FUNC_FLAG_PLT) in add_stack()
691 if ((cur_instr->func->flags & FUNC_FLAG_PLT) && in add_stack()
H A DLoadObject.cc596 fitem->flags |= FUNC_FLAG_PLT; in post_process_functions()
H A DStabs.cc1603 pltSym->func->flags |= FUNC_FLAG_PLT; in read_archive()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DFunction.h42 FUNC_FLAG_PLT = 1, enumerator
H A DCallStack.cc534 if ((cur_instr->func->flags & FUNC_FLAG_PLT) in add_stack()
691 if ((cur_instr->func->flags & FUNC_FLAG_PLT) && in add_stack()
H A DLoadObject.cc622 fitem->flags |= FUNC_FLAG_PLT; in post_process_functions()
H A DStabs.cc1604 pltSym->func->flags |= FUNC_FLAG_PLT; in read_archive()