Searched refs:resattr (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/efi/loader/arch/amd64/
H A Dframebuffer.c226 uint8_t *resattr; local
239 (void **)&resattr);
243 if (resattr[0] == 0x87 && resattr[3] == 0) {
245 addr = le32dec(resattr + 10);
246 size = le32dec(resattr + 22);
247 } else if (resattr[0] == 0x8a && resattr[3] == 0) {
249 addr = le64dec(resattr + 14);
250 size = le64dec(resattr
[all...]
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_addr_finder.c437 int resattr; local
442 resattr = dwarf_hasattr(newdie, newattrnum, &hasattr, &err);
443 if (DW_DLV_OK == resattr) {
452 if (resattr == DW_DLV_ERROR) {
454 return resattr;
459 int resattr; local
464 resattr = dwarf_hasattr(newdie, newattrnum, &hasattr, &err);
465 if (DW_DLV_OK == resattr) {
475 if (resattr == DW_DLV_ERROR) {
477 return resattr;
[all...]
H A Ddwarf_print_lines.c169 int resattr = DW_DLV_ERROR; local
187 resattr = dwarf_attr(die, DW_AT_stmt_list, &stmt_list_attr, error);
188 if (resattr != DW_DLV_OK) {
189 return resattr;
221 resattr = dwarf_attr(die, DW_AT_comp_dir, &comp_dir_attr, error);
222 if (resattr == DW_DLV_ERROR) {
223 return resattr;
225 if (resattr == DW_DLV_OK) {
236 if (resattr == DW_DLV_OK) {
H A Ddwarf_line.c134 int resattr = DW_DLV_ERROR; local
148 resattr = dwarf_attr(die, DW_AT_stmt_list, &stmt_list_attr, error);
149 if (resattr != DW_DLV_OK) {
150 return resattr;
186 resattr = dwarf_attr(die, DW_AT_comp_dir, &comp_dir_attr, error);
187 if (resattr == DW_DLV_ERROR) {
188 return resattr;
190 if (resattr == DW_DLV_OK) {
201 if (resattr == DW_DLV_OK) {
423 int resattr local
[all...]
H A Ddwarf_frame.c1201 int resattr = 0; local
1212 resattr = dwarf_attr(die, DW_AT_MIPS_fde, &attr, error);
1213 if (resattr != DW_DLV_OK) {
1214 return resattr;

Completed in 78 milliseconds