Searched refs:nlm_variable_header (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Dnlmcode.h82 amt = sizeof (nlm_variable_header (abfd)->descriptionLength);
83 if (bfd_bread ((void *) &nlm_variable_header (abfd)->descriptionLength,
86 amt = nlm_variable_header (abfd)->descriptionLength + 1;
87 if (bfd_bread ((void *) nlm_variable_header (abfd)->descriptionText,
95 nlm_variable_header (abfd)->stackSize = get_word (abfd, (bfd_byte *) temp);
101 nlm_variable_header (abfd)->reserved = get_word (abfd, (bfd_byte *) temp);
104 amt = sizeof (nlm_variable_header (abfd)->oldThreadName);
105 if (bfd_bread ((void *) nlm_variable_header (abfd)->oldThreadName,
110 amt = sizeof (nlm_variable_header (abfd)->screenNameLength);
111 if (bfd_bread ((void *) & nlm_variable_header (abf
[all...]
H A Dlibnlm.h110 #define nlm_variable_header(bfd) (nlm_tdata (bfd) -> nlm_variable_hdr) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Dnlmcode.h82 amt = sizeof (nlm_variable_header (abfd)->descriptionLength);
83 if (bfd_bread ((void *) &nlm_variable_header (abfd)->descriptionLength,
86 amt = nlm_variable_header (abfd)->descriptionLength + 1;
87 if (bfd_bread ((void *) nlm_variable_header (abfd)->descriptionText,
95 nlm_variable_header (abfd)->stackSize = get_word (abfd, (bfd_byte *) temp);
101 nlm_variable_header (abfd)->reserved = get_word (abfd, (bfd_byte *) temp);
104 amt = sizeof (nlm_variable_header (abfd)->oldThreadName);
105 if (bfd_bread ((void *) nlm_variable_header (abfd)->oldThreadName,
110 amt = sizeof (nlm_variable_header (abfd)->screenNameLength);
111 if (bfd_bread ((void *) & nlm_variable_header (abf
[all...]
H A Dlibnlm.h110 #define nlm_variable_header(bfd) (nlm_tdata (bfd) -> nlm_variable_hdr) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Dnlmcode.h82 amt = sizeof (nlm_variable_header (abfd)->descriptionLength);
83 if (bfd_bread ((void *) &nlm_variable_header (abfd)->descriptionLength,
86 amt = nlm_variable_header (abfd)->descriptionLength + 1;
87 if (bfd_bread ((void *) nlm_variable_header (abfd)->descriptionText,
95 nlm_variable_header (abfd)->stackSize = get_word (abfd, (bfd_byte *) temp);
101 nlm_variable_header (abfd)->reserved = get_word (abfd, (bfd_byte *) temp);
104 amt = sizeof (nlm_variable_header (abfd)->oldThreadName);
105 if (bfd_bread ((void *) nlm_variable_header (abfd)->oldThreadName,
110 amt = sizeof (nlm_variable_header (abfd)->screenNameLength);
111 if (bfd_bread ((void *) & nlm_variable_header (abf
[all...]
H A Dlibnlm.h110 #define nlm_variable_header(bfd) (nlm_tdata (bfd) -> nlm_variable_hdr) macro

Completed in 288 milliseconds