Home
last modified time | relevance | path

Searched refs:reloc_count (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/linux-user/
H A Dflat.h40 abi_ulong reloc_count; /* Number of relocation records */ member
H A Dflatload.c217 relocs = ntohl(hdr->reloc_count); in load_flat_file()
H A Delfload.c52 unsigned reloc_count; member
3574 for (unsigned i = 0, n = vdso->reloc_count; i < n; i++) { in load_elf_vdso()
/openbmc/linux/include/linux/
H A Dflat.h37 __be32 reloc_count; /* Number of relocation records */ member
/openbmc/linux/fs/
H A Dbinfmt_flat.c431 relocs = ntohl(hdr->reloc_count); in load_flat_file()