Searched refs:file_base (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/usr.bin/ldd/
H A Dsods.c103 static const char *file_base; variable
203 file_base = (const char *) objbase; /* Makes address arithmetic easier */
205 if (IS_ELF(*(const Elf32_Ehdr*) align_struct(file_base))) {
212 ex = (const struct exec *) align_struct(file_base);
234 text_base = file_base + N_TXTOFF(*ex);
235 data_base = file_base + N_DATOFF(*ex);
237 align_struct(file_base + N_RELOFF(*ex));
238 sym_base = (const struct nlist *) align_struct(file_base + N_SYMOFF(*ex));
239 str_base = file_base + N_STROFF(*ex);

Completed in 120 milliseconds