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

/haiku-buildtools/binutils/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...]
/haiku-buildtools/gcc/libbacktrace/
H A Ddwarf.c2244 const struct line_header *lhdr,
2321 if (val.u.uint - 1 >= lhdr->filenames_count)
2329 lhdr->filenames[val.u.uint - 1];
2453 if (!read_function_entry (state, ddata, u, base, unit_buf, lhdr,
2466 if (!read_function_entry (state, ddata, u, base, unit_buf, lhdr,
2498 const struct line_header *lhdr,
2530 if (!read_function_entry (state, ddata, u, 0, &unit_buf, lhdr,
2696 struct line_header lhdr; local
2704 if (read_line_info (state, ddata, error_callback, data, entry->u, &lhdr,
2715 read_function_info (state, ddata, &lhdr, error_callbac
2242 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) argument
2497 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 103 milliseconds