Searched refs:sh_addralign (Results 1 – 12 of 12) sorted by relevance
| /TwlSDK-5.1.0/build/tools/bin2obj/ |
| D | object.c | 143 s->sh_offset = roundup(offset, s->sh_addralign); in map_section() 223 dest->sh_addralign = Be32(src->sh_addralign); in conv_to_big_endian_section()
|
| D | elf.h | 76 u32 sh_addralign; member
|
| D | section.c | 189 s->sh_addralign = align; in add_section()
|
| /TwlSDK-5.1.0/build/tools/makelst/ |
| D | elf.h | 174 …Elf32_Word sh_addralign; /* Alignment restrictions (no restrictions when this is 0 or 1, and 4-byt… member
|
| D | elf.c | 354 file_ptr = load_elf32_word(&(shdr->sh_addralign), file_ptr, endian);
|
| /TwlSDK-5.1.0/build/libraries/el/common/include/ |
| D | elf.h | 188 …Elf32_Word sh_addralign; /* Alignment restrictions (no restrictions when this is 0 or 1, and … member
|
| /TwlSDK-5.1.0/build/tools/stripdebug/ |
| D | elf.h | 174 …Elf32_Word sh_addralign; /* Alignment restrictions (no restrictions when this is 0 or 1, and … member
|
| D | elf.c | 352 file_ptr = load_elf32_word(&(shdr->sh_addralign), file_ptr, endian);
|
| D | insertsection.c | 131 CurrentShdrEx->Shdr.sh_addralign = 4;
|
| D | elf_loader.c | 378 CurrentShdrEx->Shdr.sh_addralign = 4; in ELi_LoadObject()
|
| /TwlSDK-5.1.0/build/libraries/el/common/src/ |
| D | elf.c | 353 file_ptr = load_elf32_word(&(shdr->sh_addralign), file_ptr, endian); in ELF_LoadSectionHeader()
|
| D | loader_subset.c | 296 load_start = ELi_ALIGN( ((u32)(MYObject->buf_current)), (Shdr->sh_addralign)); in ELi_CopySectionToBuffer() 331 load_start = ELi_ALIGN( ((u32)(MYObject->buf_current)), (Shdr->sh_addralign)); in ELi_AllocSectionToBuffer()
|