OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cur_bfd
(Results
1 - 4
of
4
) sorted by null
/external/oprofile/opjitconv/
conversion.c
51
cur_bfd
= NULL;
68
if ((
cur_bfd
= open_elf(elffile)) == NULL) {
73
init_debug_line_info(
cur_bfd
);
81
finalize_debug_line_info(
cur_bfd
);
83
if (
cur_bfd
)
84
bfd_close(
cur_bfd
);
create_bfd.c
49
s = bfd_make_empty_symbol(
cur_bfd
);
63
r = bfd_set_symtab(
cur_bfd
, syms, entry_count);
118
section_name = bfd_get_unique_section_name(
cur_bfd
, ".text", &idx);
122
section = create_section(
cur_bfd
, section_name, size, vma_start,
170
rc = fill_section_content(
cur_bfd
, section,
opjitconv.h
135
extern bfd *
cur_bfd
;
opjitconv.c
60
bfd *
cur_bfd
;
variable
Completed in 24 milliseconds