Searched refs:sh_type (Results 1 - 11 of 11) sorted by relevance

/barrelfish-2018-10-04/lib/libc/gen/
H A Dnlist.c281 if (shdr[i].sh_type == SHT_SYMTAB) {
393 nl->n_type = sh->sh_type == SHT_PROGBITS ?
395 (sh->sh_type == SHT_NOBITS ? N_BSS : N_UNDF);
/barrelfish-2018-10-04/tools/arm_boot/
H A Darm_bootimage.c198 switch(shdr->sh_type) {
260 if(shdr_str->sh_type != SHT_STRTAB)
528 shdr->sh_type= SHT_PROGBITS;
550 update_table(uint32_t sh_type, void *section_data, size_t sh_size, argument
553 switch(sh_type) {
673 new_shdr->sh_type= shdr->sh_type;
714 update_table(shdr->sh_type, section_data, shdr->sh_size,
760 shdr->sh_type= SHT_STRTAB;
793 shdr->sh_type
[all...]
/barrelfish-2018-10-04/tools/fastmodels/
H A Dmain.c376 Elf64_Word sh_type; local
383 sh_type= shdr->sh_type;
385 if(sh_type == SHT_REL || sh_type == SHT_RELA) {
390 if(sh_type == SHT_SYMTAB) sh_symtab= shdr;
391 if(sh_type == SHT_STRTAB) sh_strtab= shdr;
H A Dtest_mkmb.c111 i, shdrs[i].sh_type, shdrs[i].sh_addr);
/barrelfish-2018-10-04/include/sys/
H A Delf32.h91 Elf32_Word sh_type; /* Section type. */ member in struct:__anon289
H A Delf64.h100 Elf64_Word sh_type; /* Section type. */ member in struct:__anon306
/barrelfish-2018-10-04/usr/drivers/cpuboot/arch/armv8/
H A Dboot_arch.c293 if(shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA) {
307 if(shdr->sh_type == SHT_REL){
322 switch(shdr->sh_type) {
/barrelfish-2018-10-04/include/elf/
H A Delf.h192 /* sh_type */
593 uint32_t sh_type; member in struct:Elf64_Shdr
681 uint32_t sh_type; // 4 member in struct:Elf32_Shdr
/barrelfish-2018-10-04/tools/weever/
H A Delf64.c121 if(s->sh_type == type) {
/barrelfish-2018-10-04/lib/elf/
H A Delf32.c71 if(s->sh_type == type) {
H A Delf64.c81 if(s->sh_type == type) {

Completed in 176 milliseconds