Home
last modified time | relevance | path

Searched refs:reloc_start (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/linux-user/
H A Dflat.h38 abi_ulong reloc_start; /* Offset of relocation records from member
H A Dflatload.c306 reloc = datapos + (ntohl(hdr->reloc_start) - text_len); in load_flat_file()
320 reloc = (textpos + ntohl(hdr->reloc_start) + indx_len); in load_flat_file()
/openbmc/linux/include/linux/
H A Dflat.h35 __be32 reloc_start; /* Offset of relocation records from beginning of member
/openbmc/linux/fs/
H A Dbinfmt_flat.c587 (datapos + (ntohl(hdr->reloc_start) - text_len)); in load_flat_file()
613 (datapos + (ntohl(hdr->reloc_start) - text_len)); in load_flat_file()