Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
H A Da.out.h11 * - one or more section headers (struct scnhdr).
40 struct scnhdr struct
85 #define SCNHSZ sizeof(struct scnhdr)
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/
H A Da.out.h11 * - one or more section headers (struct scnhdr).
40 struct scnhdr struct
85 #define SCNHSZ sizeof(struct scnhdr)
/kernel/linux/linux-5.10/arch/mips/boot/
H A Delf2ecoff.c251 static void convert_ecoff_esecs(struct scnhdr *s, int num) in convert_ecoff_esecs()
277 struct scnhdr esecs[6]; in main()
541 i = write(outfile, &esecs, nosecs * sizeof(struct scnhdr)); in main()
542 if (i != nosecs * sizeof(struct scnhdr)) { in main()
548 pad = (sizeof(efh) + sizeof(eah) + nosecs * sizeof(struct scnhdr)) & 15; in main()
H A Decoff.h22 typedef struct scnhdr { struct
/kernel/linux/linux-6.6/arch/mips/boot/
H A Delf2ecoff.c251 static void convert_ecoff_esecs(struct scnhdr *s, int num) in convert_ecoff_esecs()
277 struct scnhdr esecs[6]; in main()
541 i = write(outfile, &esecs, nosecs * sizeof(struct scnhdr)); in main()
542 if (i != nosecs * sizeof(struct scnhdr)) { in main()
548 pad = (sizeof(efh) + sizeof(eah) + nosecs * sizeof(struct scnhdr)) & 15; in main()
H A Decoff.h22 typedef struct scnhdr { struct

Completed in 4 milliseconds