Home
last modified time | relevance | path

Searched refs:sec_data (Results 1 – 11 of 11) sorted by relevance

/dragonfly/contrib/binutils-2.34/bfd/
H A Dcoffgen.c2313 if (sec_data != NULL && sec_data->saved_bias) in coff_find_nearest_line_with_names()
2314 bias = sec_data->saved_bias; in coff_find_nearest_line_with_names()
2320 if (sec_data) in coff_find_nearest_line_with_names()
2322 sec_data->saved_bias = TRUE; in coff_find_nearest_line_with_names()
2323 sec_data->bias = bias; in coff_find_nearest_line_with_names()
2433 if (sec_data != NULL in coff_find_nearest_line_with_names()
2434 && sec_data->i > 0 in coff_find_nearest_line_with_names()
2437 i = sec_data->i; in coff_find_nearest_line_with_names()
2519 if (sec_data != NULL) in coff_find_nearest_line_with_names()
2521 sec_data->offset = offset; in coff_find_nearest_line_with_names()
[all …]
H A Delf.c3561 struct bfd_elf_section_data *sec_data; in bfd_elf_set_group_contents() local
3570 sec_data = elf_section_data (igroup); in bfd_elf_set_group_contents()
3571 symndx = sec_data->this_hdr.sh_info; in bfd_elf_set_group_contents()
H A Delflink.c10690 struct bfd_elf_section_data *sec_data = elf_section_data (o); in elf_link_input_bfd() local
10691 unsigned long symndx = sec_data->this_hdr.sh_info; in elf_link_input_bfd()
/dragonfly/contrib/gdb-7/bfd/
H A Dcoffgen.c2208 struct coff_section_tdata *sec_data; in coff_find_nearest_line_with_names() local
2314 if (sec_data != NULL in coff_find_nearest_line_with_names()
2315 && sec_data->i > 0 in coff_find_nearest_line_with_names()
2316 && offset >= sec_data->offset) in coff_find_nearest_line_with_names()
2318 i = sec_data->i; in coff_find_nearest_line_with_names()
2319 *functionname_ptr = sec_data->function; in coff_find_nearest_line_with_names()
2320 line_base = sec_data->line_base; in coff_find_nearest_line_with_names()
2395 if (sec_data != NULL) in coff_find_nearest_line_with_names()
2397 sec_data->offset = offset; in coff_find_nearest_line_with_names()
2398 sec_data->i = i - 1; in coff_find_nearest_line_with_names()
[all …]
H A Delf.c2847 struct bfd_elf_section_data *sec_data = elf_section_data (igroup); in bfd_elf_set_group_contents() local
2848 unsigned long symndx = sec_data->this_hdr.sh_info; in bfd_elf_set_group_contents()
H A Delflink.c9522 struct bfd_elf_section_data *sec_data = elf_section_data (o); in elf_link_input_bfd() local
9523 unsigned long symndx = sec_data->this_hdr.sh_info; in elf_link_input_bfd()
/dragonfly/contrib/binutils-2.27/bfd/
H A Dcoffgen.c2232 struct coff_section_tdata *sec_data; in coff_find_nearest_line_with_names() local
2361 if (sec_data != NULL in coff_find_nearest_line_with_names()
2362 && sec_data->i > 0 in coff_find_nearest_line_with_names()
2363 && offset >= sec_data->offset) in coff_find_nearest_line_with_names()
2365 i = sec_data->i; in coff_find_nearest_line_with_names()
2366 *functionname_ptr = sec_data->function; in coff_find_nearest_line_with_names()
2367 line_base = sec_data->line_base; in coff_find_nearest_line_with_names()
2445 if (sec_data != NULL) in coff_find_nearest_line_with_names()
2447 sec_data->offset = offset; in coff_find_nearest_line_with_names()
2448 sec_data->i = i - 1; in coff_find_nearest_line_with_names()
[all …]
H A Delf.c3407 struct bfd_elf_section_data *sec_data = elf_section_data (igroup); in bfd_elf_set_group_contents() local
3408 unsigned long symndx = sec_data->this_hdr.sh_info; in bfd_elf_set_group_contents()
H A Delflink.c10066 struct bfd_elf_section_data *sec_data = elf_section_data (o); in elf_link_input_bfd() local
10067 unsigned long symndx = sec_data->this_hdr.sh_info; in elf_link_input_bfd()
/dragonfly/include/rpc/
H A Dauth.h62 typedef struct sec_data { struct
/dragonfly/sys/dev/netif/wi/
H A Dif_wavelan_ieee.h169 caddr_t sec_data; /* Pointer (user) to secondary data */ member