get_uint32
inf->text_size = get_uint32(&hdr->a_text);
inf->data_size = get_uint32(&hdr->a_data);
inf->bss_size = get_uint32(&hdr->a_bss);
inf->entry_addr = get_uint32(&hdr->a_entry);
get_uint32(&hdr->e_version) != EV_CURRENT) {
if (fseek(fp, (foff_t) get_uint32(&hdr->e_phoff), SEEK_SET)) {
if (get_uint32(&phdr[i].p_type) != PT_LOAD) {
if (nphdr == 1 && (get_uint32(&phdr[0].p_flags) & PF_W)) {
(foff_t) (get_uint32(&hdr->e_shoff) + sizeof shdr),
fn, i, get_uint32(&shdr.sh_flags)));
inf->text_off = get_uint32(&phdr[0].p_offset);
inf->text_size = get_uint32(&shdr.sh_offset) -
inf->data_size = get_uint32(&phdr[0].p_filesz) -
inf->bss_size = get_uint32(&phdr[0].p_memsz) -
get_uint32(&phdr[0].p_filesz);
inf->entry_addr = get_uint32(&hdr->e_entry);
inf->text_size = get_uint32(&phdr[0].p_filesz);
inf->bss_size = get_uint32(&phdr[0].p_memsz) - inf->text_size;
inf->entry_addr = get_uint32(&hdr->e_entry);
inf->text_off = get_uint32(&phdr[0].p_offset);
inf->text_size = get_uint32(&phdr[0].p_filesz);
inf->entry_addr = get_uint32(&hdr->e_entry);
inf->text_off = get_uint32(&phdr[0].p_offset);
inf->text_pad = get_uint32(&phdr[0].p_memsz) - inf->text_size;
if (get_uint32(&phdr[t].p_vaddr) > get_uint32(&phdr[d].p_vaddr))
if ((get_uint32(&phdr[t].p_flags) & PF_X) == 0 &&
get_uint32(&phdr[d].p_flags) & PF_X)
if ((get_uint32(&phdr[d].p_flags) & PF_W) == 0 &&
get_uint32(&phdr[t].p_flags) & PF_W)
if (get_uint32(&phdr[t].p_vaddr) >
get_uint32(&phdr[d].p_vaddr)) {
if ((get_uint32(&phdr[t].p_flags) & PF_X) == 0)
if ((get_uint32(&phdr[d].p_flags) & PF_W) == 0)
inf->text_size = get_uint32(&phdr[t].p_filesz);
inf->data_size = get_uint32(&phdr[d].p_filesz);
inf->bss_size = get_uint32(&phdr[d].p_memsz) - inf->data_size;
inf->entry_addr = get_uint32(&hdr->e_entry);
inf->text_off = get_uint32(&phdr[t].p_offset);
inf->data_off = get_uint32(&phdr[d].p_offset);
inf->text_pad = get_uint32(&phdr[d].p_vaddr) -
(get_uint32(&phdr[t].p_vaddr) + inf->text_size);
get_uint32(&b1) - loadadr1 \
== get_uint32(&b2) - loadadr2) {\
put_uint32(&b1, get_uint32(&b1) - loadadr1); \
DPRINTF((" v 0x%08x\t", get_uint32(&b1))); \
u_int32_t get_uint32(be_uint32_t *be);
get_uint16(&be16) != 0x1234 || get_uint32(&be32) != 0xfedcba98 ||
get_uint32(&be32x2[1]) != 0xa9876543) {
(get_uint32(&(sh)->sh_type) == SHT_PROGBITS && \
(get_uint32(&(sh)->sh_flags) & \