Searched defs:section_64 (Results 1 – 4 of 4) 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 …]
567 struct section_64 { struct568 char sectname[16];569 char segname[16];570 uint64_t addr;571 uint64_t size;572 uint32_t offset;573 uint32_t align;574 uint32_t reloff;575 uint32_t nreloc;576 uint32_t flags;[all …]