sym               181 bsp/boot/common/elf.c 	Elf32_Sym *sym;
sym               186 bsp/boot/common/elf.c 		sym = &sym_table[ELF32_R_SYM(rela->r_info)];
sym               187 bsp/boot/common/elf.c 		ELFDBG(("%s\n", strtab + sym->st_name));
sym               188 bsp/boot/common/elf.c 		if (sym->st_shndx != STN_UNDEF) {
sym               189 bsp/boot/common/elf.c 			sym_val = (Elf32_Addr)sect_addr[sym->st_shndx]
sym               190 bsp/boot/common/elf.c 				+ sym->st_value;
sym               193 bsp/boot/common/elf.c 		} else if (ELF32_ST_BIND(sym->st_info) != STB_WEAK) {
sym               195 bsp/boot/common/elf.c 				 i, (long)sym));
sym               209 bsp/boot/common/elf.c 	Elf32_Sym *sym;
sym               214 bsp/boot/common/elf.c 		sym = &sym_table[ELF32_R_SYM(rel->r_info)];
sym               215 bsp/boot/common/elf.c 		ELFDBG(("%s\n", strtab + sym->st_name));
sym               216 bsp/boot/common/elf.c 		if (sym->st_shndx != STN_UNDEF) {
sym               217 bsp/boot/common/elf.c 			sym_val = (Elf32_Addr)sect_addr[sym->st_shndx]
sym               218 bsp/boot/common/elf.c 				+ sym->st_value;
sym               221 bsp/boot/common/elf.c 		} else if (ELF32_ST_BIND(sym->st_info) != STB_WEAK) {
sym               223 bsp/boot/common/elf.c 				 i, (long)sym));
sym               113 usr/server/exec/exec_elf.c 	Elf32_Sym *sym;
sym               118 usr/server/exec/exec_elf.c 		sym = &sym_table[ELF32_R_SYM(rela->r_info)];
sym               119 usr/server/exec/exec_elf.c 		if (sym->st_shndx != STN_UNDEF) {
sym               120 usr/server/exec/exec_elf.c 			sym_val = (Elf32_Addr)sect_addr[sym->st_shndx]
sym               121 usr/server/exec/exec_elf.c 				+ sym->st_value;
sym               124 usr/server/exec/exec_elf.c 		} else if (ELF32_ST_BIND(sym->st_info) == STB_WEAK) {
sym               136 usr/server/exec/exec_elf.c 	Elf32_Sym *sym;
sym               141 usr/server/exec/exec_elf.c 		sym = &sym_table[ELF32_R_SYM(rel->r_info)];
sym               142 usr/server/exec/exec_elf.c 		if (sym->st_shndx != STN_UNDEF) {
sym               143 usr/server/exec/exec_elf.c 			sym_val = (Elf32_Addr)sect_addr[sym->st_shndx]
sym               144 usr/server/exec/exec_elf.c 				+ sym->st_value;
sym               147 usr/server/exec/exec_elf.c 		} else if (ELF32_ST_BIND(sym->st_info) == STB_WEAK) {