Searched refs:lhdr (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/
H A Dnouveau_nvkm_subdev_fb_gp102.c49 const struct nvfw_hs_load_header *lhdr; local
58 lhdr = nvfw_hs_load_header(subdev, blob->data + fw_hdr->hdr_offset);
76 nvkm_falcon_load_imem(falcon, scrub_data, lhdr->non_sec_code_off,
77 lhdr->non_sec_code_size,
78 lhdr->non_sec_code_off >> 8, 0, false);
79 nvkm_falcon_load_imem(falcon, scrub_data + lhdr->apps[0],
80 ALIGN(lhdr->apps[0], 0x100),
81 lhdr->apps[1],
82 lhdr->apps[0] >> 8, 0, true);
83 nvkm_falcon_load_dmem(falcon, scrub_data + lhdr
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/acr/
H A Dnouveau_nvkm_subdev_acr_hsfw.c62 const struct nvfw_hs_load_header *lhdr; local
91 lhdr = nvfw_hs_load_header(subdev, fw->data + fwhdr->hdr_offset);
100 hsfw->non_sec_addr = lhdr->non_sec_code_off;
101 hsfw->non_sec_size = lhdr->non_sec_code_size;
102 hsfw->sec_addr = lhdr->apps[0];
103 hsfw->sec_size = lhdr->apps[lhdr->num_apps];
104 hsfw->data_addr = lhdr->data_dma_base;
105 hsfw->data_size = lhdr->data_size;
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dod-xcoff.c1032 struct external_ldhdr *lhdr;
1054 if (size < sizeof (*lhdr))
1062 lhdr = (struct external_ldhdr *)ldr_data;
1064 version = bfd_h_get_32 (abfd, lhdr->l_version);
1072 ndsyms = bfd_h_get_32 (abfd, lhdr->l_nsyms);
1074 ndrel = bfd_h_get_32 (abfd, lhdr->l_nreloc);
1078 (unsigned) bfd_h_get_32 (abfd, lhdr->l_istlen));
1079 nimpid = bfd_h_get_32 (abfd, lhdr->l_nimpid);
1081 impoff = bfd_h_get_32 (abfd, lhdr->l_impoff);
1083 stlen = bfd_h_get_32 (abfd, lhdr
1033 struct external_ldhdr *lhdr; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dod-xcoff.c1032 struct external_ldhdr *lhdr; local
1054 if (size < sizeof (*lhdr))
1062 lhdr = (struct external_ldhdr *)ldr_data;
1064 version = bfd_h_get_32 (abfd, lhdr->l_version);
1072 ndsyms = bfd_h_get_32 (abfd, lhdr->l_nsyms);
1074 ndrel = bfd_h_get_32 (abfd, lhdr->l_nreloc);
1078 (unsigned) bfd_h_get_32 (abfd, lhdr->l_istlen));
1079 nimpid = bfd_h_get_32 (abfd, lhdr->l_nimpid);
1081 impoff = bfd_h_get_32 (abfd, lhdr->l_impoff);
1083 stlen = bfd_h_get_32 (abfd, lhdr
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dod-xcoff.c1033 struct external_ldhdr *lhdr; local
1055 if (size < sizeof (*lhdr))
1063 lhdr = (struct external_ldhdr *)ldr_data;
1065 version = bfd_h_get_32 (abfd, lhdr->l_version);
1073 ndsyms = bfd_h_get_32 (abfd, lhdr->l_nsyms);
1075 ndrel = bfd_h_get_32 (abfd, lhdr->l_nreloc);
1079 (unsigned) bfd_h_get_32 (abfd, lhdr->l_istlen));
1080 nimpid = bfd_h_get_32 (abfd, lhdr->l_nimpid);
1082 impoff = bfd_h_get_32 (abfd, lhdr->l_impoff);
1084 stlen = bfd_h_get_32 (abfd, lhdr
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libbacktrace/
H A Ddwarf.c3192 const struct line_header *lhdr,
3276 if (val.u.uint - 1 >= lhdr->filenames_count)
3284 lhdr->filenames[val.u.uint - 1];
3386 if (!read_function_entry (state, ddata, u, base, unit_buf, lhdr,
3400 if (!read_function_entry (state, ddata, u, base, unit_buf, lhdr,
3433 const struct line_header *lhdr,
3465 if (!read_function_entry (state, ddata, u, 0, &unit_buf, lhdr,
3633 struct line_header lhdr; local
3641 if (read_line_info (state, ddata, error_callback, data, entry->u, &lhdr,
3652 read_function_info (state, ddata, &lhdr, error_callbac
3190 read_function_entry(struct backtrace_state *state, struct dwarf_data *ddata, struct unit *u, uint64_t base, struct dwarf_buf *unit_buf, const struct line_header *lhdr, backtrace_error_callback error_callback, void *data, struct function_vector *vec_function, struct function_vector *vec_inlined) argument
3432 read_function_info(struct backtrace_state *state, struct dwarf_data *ddata, const struct line_header *lhdr, backtrace_error_callback error_callback, void *data, struct unit *u, struct function_vector *fvec, struct function_addrs **ret_addrs, size_t *ret_addrs_count) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libbacktrace/
H A Ddwarf.c3227 const struct line_header *lhdr,
3308 if (val.u.uint >= lhdr->filenames_count)
3316 function->caller_filename = lhdr->filenames[val.u.uint];
3417 if (!read_function_entry (state, ddata, u, base, unit_buf, lhdr,
3431 if (!read_function_entry (state, ddata, u, base, unit_buf, lhdr,
3479 const struct line_header *lhdr,
3512 if (!read_function_entry (state, ddata, u, 0, &unit_buf, lhdr,
3739 struct line_header lhdr; local
3747 if (read_line_info (state, ddata, error_callback, data, entry->u, &lhdr,
3758 read_function_info (state, ddata, &lhdr, error_callbac
3225 read_function_entry(struct backtrace_state *state, struct dwarf_data *ddata, struct unit *u, uint64_t base, struct dwarf_buf *unit_buf, const struct line_header *lhdr, backtrace_error_callback error_callback, void *data, struct function_vector *vec_function, struct function_vector *vec_inlined) argument
3478 read_function_info(struct backtrace_state *state, struct dwarf_data *ddata, const struct line_header *lhdr, backtrace_error_callback error_callback, void *data, struct unit *u, struct function_vector *fvec, struct function_addrs **ret_addrs, size_t *ret_addrs_count) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/libbacktrace/
H A Ddwarf.c3216 const struct line_header *lhdr,
3296 if (val.u.uint >= lhdr->filenames_count)
3304 function->caller_filename = lhdr->filenames[val.u.uint];
3405 if (!read_function_entry (state, ddata, u, base, unit_buf, lhdr,
3419 if (!read_function_entry (state, ddata, u, base, unit_buf, lhdr,
3467 const struct line_header *lhdr,
3500 if (!read_function_entry (state, ddata, u, 0, &unit_buf, lhdr,
3727 struct line_header lhdr; local
3735 if (read_line_info (state, ddata, error_callback, data, entry->u, &lhdr,
3746 read_function_info (state, ddata, &lhdr, error_callbac
3214 read_function_entry(struct backtrace_state *state, struct dwarf_data *ddata, struct unit *u, uint64_t base, struct dwarf_buf *unit_buf, const struct line_header *lhdr, backtrace_error_callback error_callback, void *data, struct function_vector *vec_function, struct function_vector *vec_inlined) argument
3466 read_function_info(struct backtrace_state *state, struct dwarf_data *ddata, const struct line_header *lhdr, backtrace_error_callback error_callback, void *data, struct unit *u, struct function_vector *fvec, struct function_addrs **ret_addrs, size_t *ret_addrs_count) argument
[all...]

Completed in 313 milliseconds