Searched defs:section_64 (Results 1 – 5 of 5) sorted by relevance
412 struct section_64 { /* for 64-bit architectures */ struct413 char sectname[16]; /* name of this section */414 char segname[16]; /* segment this section goes in */415 uint64_t addr; /* memory address of this section */416 uint64_t size; /* size in bytes of this section */417 uint32_t offset; /* file offset of this section */418 uint32_t align; /* section alignment (power of 2) */419 uint32_t reloff; /* file offset of relocation entries */420 uint32_t nreloc; /* number of relocation entries */421 uint32_t flags; /* flags (section type and attributes)*/[all …]
560 struct section_64 { struct561 char sectname[16];562 char segname[16];563 uint64_t addr;564 uint64_t size;565 uint32_t offset;566 uint32_t align;567 uint32_t reloff;568 uint32_t nreloc;569 uint32_t flags;[all …]
576 struct section_64 { struct577 char sectname[16];578 char segname[16];579 uint64_t addr;580 uint64_t size;581 uint32_t offset;582 uint32_t align;583 uint32_t reloff;584 uint32_t nreloc;585 uint32_t flags;[all …]
569 struct section_64 { struct570 char sectname[16];571 char segname[16];572 uint64_t addr;573 uint64_t size;574 uint32_t offset;575 uint32_t align;576 uint32_t reloff;577 uint32_t nreloc;578 uint32_t flags;[all …]